rb_big_pow 775 bignum.c i == 0 ? rb_big_pow(rb_int2big(base), INT2FIX(KARATSUBA_DIGITS)) rb_big_pow 2685 bignum.c rb_define_method(rb_cBignum, "**", rb_big_pow, 1); rb_big_pow 115 include/ruby/intern.h VALUE rb_big_pow(VALUE, VALUE); rb_big_pow 2387 numeric.c v = rb_big_pow(rb_int2big(x), LONG2NUM(y)); rb_big_pow 2458 numeric.c return rb_big_pow(x, y);