Lines Matching refs:to_i

5021         return $Opal['$coerce_to!'](value, $$$('Integer'), "to_i");
5327 max = max.$to_i();
6065 Opal.add_stubs('raise,name,new,>,length,Rational,to_i');
6132 $def(self, '$to_i', $return_val(0));
6161 return $alias(self, "to_f", "to_i");
6996 …,copy_singleton_methods,initialize_clone,initialize_dup,enum_for,chomp,[],to_i,length,each_line,to…
7639 return self.$to_i(16)
8401 $def(self, '$to_i', function $$to_i(base) {
10680 …,_lesser_than_end?,<<,+,-,===,%,_greater_than_begin?,reverse,!,include?,*,to_i,abs,/,hash,inspect'…
10833 … return $rb_plus($rb_divide($rb_minus(iter, self.$begin()), self.$step()).$abs().$to_i(), 1);
11617 …erce_to!,round,<=>,compare,is_a?,!,new,enum_for,to_proc,negative?,>=,<=,+,to_i,truncate,>,angle,co…
11986 return self.$to_i()
16140 …__,===,>,!,**,new,<,to_f,==,nan?,infinite?,enum_for,+,-,gcd,lcm,%,/,frexp,to_i,ldexp,rationalize,*…
16822 f = $$$('Math').$ldexp(f, $$$($$$('Float'), 'MANT_DIG')).$to_i();
16897 $def(self, '$to_i', function $$to_i() {
16911 f = $$$('Math').$ldexp(f, $$$($$$('Float'), 'MANT_DIG')).$to_i();
17137 return $alias(self, "to_int", "to_i");
17214 …espond_to?,class,succ,==,===,exclude_end?,eql?,begin,end,last,to_a,>,-@,-,to_i,coerce_to!,ceil,/,i…
17407 } return (Math.abs(range_end - range_begin) + 1).$to_i();
19825 …tan2,lcm,denominator,finite?,infinite?,numerator,abs,arg,rationalize,to_f,to_i,to_r,inspect,zero?,…
20121 $def(self, '$to_i', function $$to_i() {
20127 } return self.real.$to_i();
20279 …Opal.add_stubs('require,to_i,==,raise,<,-@,new,gcd,/,nil?,===,reduce,to_r,!,equal?,coerce_to!,free…
20294 num = num.$to_i();
20295 den = den.$to_i();
20608 $def(self, '$to_i', function $$to_i() {
20646 return $rb_divide(s.$send(method), p).$to_i()
20698 …Opal.add_stubs('require,include,===,raise,coerce_to!,respond_to?,to_str,to_i,_parse_offset,new,<=>…
20766 default: month = (month).$to_i();
21070 start_of_year = $$('Time').$new(self.$year()).$to_i();
21071 start_of_day = $$('Time').$new(self.$year(), self.$month(), self.$day()).$to_i();
21381 result += self.$to_i();
21482 $def(self, '$to_i', function $$to_i() {
21528 $alias(self, "tv_sec", "to_i");
24375 $alias(self, "to_i", "fileno");