int_pow            99 numeric.c      static VALUE int_pow(long x, unsigned long y);
int_pow          1859 numeric.c          f = int_pow(10, -ndigits);
int_pow          1889 numeric.c          f = int_pow(10, -ndigits);
int_pow          1912 numeric.c          f = int_pow(10, -ndigits);
int_pow          1937 numeric.c          f = int_pow(10, -ndigits);
int_pow          3673 numeric.c          return int_pow(x, y);
int_pow          3700 numeric.c      	return int_pow(a, b);