frexp            6142 bignum.c           y = dbl2big(ldexp(frexp(RFLOAT_VALUE(y), &i), DBL_MANT_DIG));
frexp             760 include/ruby/win32.h     double result_frexp_bug = frexp((_X), &intpart_frexp_bug);\
frexp             347 marshal.c      	modf(ldexp(frexp(fabs(d), &e), DECIMAL_MANT), &d);
frexp             661 math.c             d = frexp(Get_Double(x), &exp);
frexp              46 missing/nextafter.c     x1 = frexp(x, &e);
frexp            2017 numeric.c          frexp(number, &binexp);
frexp            1973 rational.c         f = frexp(RFLOAT_VALUE(self), &n);
frexp            1180 sprintf.c      		    frexp(fval, &i);