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

/macosx-10.10.1/ruby-106/ruby/
H A Drational.c64 f_cmp(VALUE x, VALUE y) function
405 switch (FIX2INT(f_cmp(den, ZERO))) {
476 switch (FIX2INT(f_cmp(den, ZERO))) {
500 switch (FIX2INT(f_cmp(den, ZERO))) {
999 if (FIX2INT(f_cmp(other, ZERO)) == -1)
1013 switch (FIX2INT(f_cmp(other, ZERO))) {
1064 return f_cmp(dat->num, other); /* c14n */
1065 return f_cmp(self, f_rational_new_bang1(CLASS_OF(self), other));
1068 return f_cmp(f_to_f(self), other);
1084 return f_cmp(f_su
[all...]
H A Dcomplex.c79 f_cmp(VALUE x, VALUE y) function
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c51 f_cmp(VALUE x, VALUE y) function
6119 switch (FIX2INT(f_cmp(step, INT2FIX(0)))) {
6192 return f_cmp(m_ajd(dat), other);
6194 return f_cmp(m_ajd(dat), f_ajd(other));

Completed in 229 milliseconds