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

/macosx-10.10.1/ruby-106/ruby/
H A Drational.c174 f_negative_p(VALUE x) function
181 #define f_positive_p(x) (!f_negative_p(x))
312 if (f_negative_p(x))
314 if (f_negative_p(y))
806 if (f_negative_p(bnum)) {
1231 if (f_negative_p(dat->num))
1245 neg = f_negative_p(num);
1544 if (f_negative_p(self))
1994 if (f_negative_p(self))
H A Dcomplex.c201 f_negative_p(VALUE x) function
208 #define f_positive_p(x) (!f_negative_p(x))
589 if (f_negative_p(dat->imag))
1251 return f_negative_p(x);
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c124 f_negative_p(VALUE x) function
131 #define f_positive_p(x) (!f_negative_p(x))
1081 else if (f_negative_p(x->s.nth))
1093 else if (f_negative_p(x->c.nth))

Completed in 141 milliseconds