rb_float_new 607 ext/bigdecimal/bigdecimal.c if(VpVtoD(&d, &e, p)!=1) return rb_float_new(d); rb_float_new 615 ext/bigdecimal/bigdecimal.c if(d>0.0) return rb_float_new(DBL_MAX); rb_float_new 616 ext/bigdecimal/bigdecimal.c else return rb_float_new(-DBL_MAX); rb_float_new 618 ext/bigdecimal/bigdecimal.c return rb_float_new(d); rb_float_new 346 ext/dl/cfunc.c result = rb_float_new(ret); \ rb_float_new 356 ext/dl/cfunc.c result = rb_float_new(ret); \ rb_float_new 444 ext/dl/cfunc.c result = rb_float_new(ret); \ rb_float_new 454 ext/dl/cfunc.c result = rb_float_new(ret); \ rb_float_new 468 ext/syck/rubyext.c obj = rb_float_new( total ); rb_float_new 472 ext/syck/rubyext.c obj = rb_float_new( S_nan() ); rb_float_new 476 ext/syck/rubyext.c obj = rb_float_new( S_inf() ); rb_float_new 480 ext/syck/rubyext.c obj = rb_float_new( -S_inf() ); rb_float_new 487 ext/syck/rubyext.c obj = rb_float_new( f ); rb_float_new 984 ext/tk/tkutil/tkutil.c return rb_float_new(rb_cstr_to_dbl(RSTRING_PTR(value), 1)); rb_float_new 2242 ext/win32ole/win32ole.c obj = rb_float_new(*V_R4REF(pvar)); rb_float_new 2244 ext/win32ole/win32ole.c obj = rb_float_new(V_R4(pvar)); rb_float_new 2249 ext/win32ole/win32ole.c obj = rb_float_new(*V_R8REF(pvar)); rb_float_new 2251 ext/win32ole/win32ole.c obj = rb_float_new(V_R8(pvar)); rb_float_new 427 include/ruby/intern.h VALUE rb_float_new(double); rb_float_new 573 include/ruby/ruby.h #define DBL2NUM(dbl) rb_float_new(dbl) rb_float_new 746 numeric.c return rb_float_new(d); rb_float_new 1056 rational.c return rb_float_new(0.0); rb_float_new 1086 rational.c return rb_float_new(e > 0 ? HUGE_VAL : 0.0); rb_float_new 1097 rational.c return rb_float_new(f);