Lines Matching refs:to_i
5012 return $Opal['$coerce_to!'](value, $$$('Integer'), "to_i");
5318 max = max.$to_i();
6056 Opal.add_stubs('raise,name,new,>,length,Rational,to_i');
6123 $def(self, '$to_i', $return_val(0));
6152 return $alias(self, "to_f", "to_i");
6987 …,copy_singleton_methods,initialize_clone,initialize_dup,enum_for,chomp,[],to_i,length,each_line,to…
7630 return self.$to_i(16)
8392 $def(self, '$to_i', function $$to_i(base) {
10671 …,_lesser_than_end?,<<,+,-,===,%,_greater_than_begin?,reverse,!,include?,*,to_i,abs,/,hash,inspect'…
10824 … return $rb_plus($rb_divide($rb_minus(iter, self.$begin()), self.$step()).$abs().$to_i(), 1);
11608 …erce_to!,round,<=>,compare,is_a?,!,new,enum_for,to_proc,negative?,>=,<=,+,to_i,truncate,>,angle,co…
11977 return self.$to_i()
16131 …__,===,>,!,**,new,<,to_f,==,nan?,infinite?,enum_for,+,-,gcd,lcm,%,/,frexp,to_i,ldexp,rationalize,*…
16813 f = $$$('Math').$ldexp(f, $$$($$$('Float'), 'MANT_DIG')).$to_i();
16888 $def(self, '$to_i', function $$to_i() {
16902 f = $$$('Math').$ldexp(f, $$$($$$('Float'), 'MANT_DIG')).$to_i();
17128 return $alias(self, "to_int", "to_i");
17205 …espond_to?,class,succ,==,===,exclude_end?,eql?,begin,end,last,to_a,>,-@,-,to_i,coerce_to!,ceil,/,i…
17398 } return (Math.abs(range_end - range_begin) + 1).$to_i();
19816 …tan2,lcm,denominator,finite?,infinite?,numerator,abs,arg,rationalize,to_f,to_i,to_r,inspect,zero?,…
20112 $def(self, '$to_i', function $$to_i() {
20118 } return self.real.$to_i();
20270 …Opal.add_stubs('require,to_i,==,raise,<,-@,new,gcd,/,nil?,===,reduce,to_r,!,equal?,coerce_to!,free…
20285 num = num.$to_i();
20286 den = den.$to_i();
20599 $def(self, '$to_i', function $$to_i() {
20637 return $rb_divide(s.$send(method), p).$to_i()
20689 …Opal.add_stubs('require,include,===,raise,coerce_to!,respond_to?,to_str,to_i,_parse_offset,new,<=>…
20757 default: month = (month).$to_i();
21061 start_of_year = $$('Time').$new(self.$year()).$to_i();
21062 start_of_day = $$('Time').$new(self.$year(), self.$month(), self.$day()).$to_i();
21372 result += self.$to_i();
21473 $def(self, '$to_i', function $$to_i() {
21519 $alias(self, "tv_sec", "to_i");