f_expt 965 complex.c return f_expt(f_reciprocal(self), f_negate(other)); f_expt 976 complex.c return f_complex_polar(CLASS_OF(self), f_expt(r, other), f_expt 470 ext/date/date_parse.c f_expt(INT2FIX(10), f_expt 598 ext/date/date_parse.c f_expt(INT2FIX(10), LONG2NUM(RSTRING_LEN(f)))); f_expt 1884 ext/date/date_parse.c f_expt(INT2FIX(10), LONG2NUM(l4)))); f_expt 2281 ext/date/date_parse.c f_expt(INT2FIX(10), f_expt 368 ext/date/date_strptime.c f_expt(INT2FIX(10), f_expt 430 ext/date/date_strptime.c f_expt(INT2FIX(10), f_expt 1026 rational.c num = f_expt(dat->num, other); f_expt 1027 rational.c den = f_expt(dat->den, other); f_expt 1030 rational.c num = f_expt(dat->den, f_negate(other)); f_expt 1031 rational.c den = f_expt(dat->num, f_negate(other)); f_expt 1043 rational.c return f_expt(f_to_f(self), other); f_expt 1046 rational.c return f_expt(f_to_f(self), other); f_expt 2028 rational.c return f_to_r(f_mul(f, f_expt(INT2FIX(FLT_RADIX), n))); f_expt 2072 rational.c den = f_expt(INT2FIX(FLT_RADIX), f_sub(ONE, n));