Home
last modified time | relevance | path

Searched refs:fix2dbl_without_to_f (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dobject.c3516 #define fix2dbl_without_to_f(x) (double)FIX2LONG(x) macro
3519 (FIXNUM_P(x) ? fix2dbl_without_to_f(x) : big2dbl_without_to_f(x))
3521 (FIXNUM_P(x) ? fix2dbl_without_to_f(x) : \
3561 *valp = DBL2NUM(fix2dbl_without_to_f(val)); in to_float()
3718 return fix2dbl_without_to_f(val); in rb_num_to_dbl()
3757 return fix2dbl_without_to_f(val); in rb_num2dbl()