modf             5286 bignum.c           yf = modf(yd, &yi);
modf             5331 bignum.c           yf = modf(yd, &yi);
modf             3059 compile.c      	    modf(RFLOAT_VALUE(v), &ival) == 0.0) {
modf             5638 ext/date/date_core.c 	    o = modf(o, &tmp);
modf             5647 ext/date/date_core.c 		f = modf(tmp / CM_PERIOD, &i);
modf             5653 ext/date/date_core.c 	    o = modf(o, &tmp);
modf              767 include/ruby/win32.h     double result_modf_bug = modf((_X), &intpart_modf_bug);\
modf              347 marshal.c      	modf(ldexp(frexp(fabs(d), &e), DECIMAL_MANT), &d);
modf               55 missing/lgamma_r.c     double result_modf_bug = modf((_X), &intpart_modf_bug);\
modf               67 missing/lgamma_r.c         f = modf(-x, &i);
modf               29 missing/tgamma.c         f = modf(-x, &i);
modf               82 missing/tgamma.c         f = modf(-x, &i);
modf             1000 numeric.c      	modf(x/y, &z);
modf             2237 time.c         	    d = modf(RFLOAT_VALUE(num), &f);