Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dnumeric.c1124 rb_float_div(VALUE x, VALUE y) in rb_float_div() function
5686 rb_define_method(rb_cFloat, "/", rb_float_div, 1); in Init_Numeric()
H A Denumerator.c3001 q = rb_float_div(a, b); in num_idiv()
H A Dinternal.h1689 VALUE rb_float_div(VALUE x, VALUE y);