Searched refs:big2dbl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c1380 big2dbl(VALUE x) function
1431 double d = big2dbl(x);
3106 return DBL2NUM(ldexp(big2dbl(z), (int)l));
3127 dx = big2dbl(x);

Completed in 95 milliseconds