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

/macosx-10.10/ruby-106/ruby/
H A Drange.c495 double_as_int64(double d) function
644 int64_t low = double_as_int64(RFLOAT_VALUE(rb_Float(beg)));
645 int64_t high = double_as_int64(RFLOAT_VALUE(rb_Float(end)));

Completed in 67 milliseconds