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

/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_strptime.c48 #define f_gt_p(x,y) rb_funcall(x, '>', 1, y) macro
144 return !(f_lt_p(v, INT2NUM(a)) || f_gt_p(v, INT2NUM(b)));
H A Ddate_parse.c24 #define f_gt_p(x,y) rb_funcall(x, '>', 1, y) macro
H A Ddate_core.c73 f_gt_p(VALUE x, VALUE y) function
3956 else if (f_gt_p(ref_hash("sec"), INT2FIX(59)))
8434 if (f_gt_p(n, INT2FIX(0))) {
/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c101 f_gt_p(VALUE x, VALUE y) function
796 if (f_gt_p(f_abs(bdat->real), f_abs(bdat->imag))) {
920 if (f_gt_p(other, ZERO)) {
H A Drational.c86 f_gt_p(VALUE x, VALUE y) function

Completed in 178 milliseconds