Searched refs:int_pow (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dnumeric.c102 static VALUE int_pow(long x, unsigned long y);
1563 f = int_pow(10, -ndigits);
1573 /* then int_pow overflow */
2926 int_pow(long x, unsigned long y) function
2996 return int_pow(a, b);

Completed in 124 milliseconds