ZERO 114 complex.c return ZERO;
ZERO 123 complex.c return ZERO;
ZERO 183 complex.c return rb_funcall(x, '<', 1, ZERO);
ZERO 202 complex.c return rb_funcall(x, id_eqeq_p, 1, ZERO);
ZERO 292 complex.c return nucomp_s_new_internal(klass, ZERO, ZERO);
ZERO 305 complex.c imag = ZERO;
ZERO 323 complex.c return nucomp_s_new_internal(klass, x, ZERO);
ZERO 382 complex.c f_add(ZERO, dat->real));
ZERO 417 complex.c imag = ZERO;
ZERO 544 complex.c return f_complex_new2(rb_cComplex, ZERO, m_sqrt_bang(f_negate(x)));
ZERO 624 complex.c return nucomp_s_new_internal(klass, abs, ZERO);
ZERO 934 complex.c if (f_gt_p(other, ZERO)) {
ZERO 1721 complex.c *ret = rb_complex_new2(ZERO, num);
ZERO 1728 complex.c *ret = rb_complex_new2(num, ZERO);
ZERO 1736 complex.c *ret = rb_complex_new2(ZERO, num);
ZERO 1749 complex.c *ret = rb_complex_new2(num, ZERO);
ZERO 1767 complex.c *ret = rb_complex_new2(num, ZERO);
ZERO 1774 complex.c *ret = rb_complex_new2(num, ZERO);
ZERO 1783 complex.c *ret = rb_complex_new2(num, ZERO);
ZERO 1957 complex.c f_complex_new_bang2(rb_cComplex, ZERO, ONE)));
ZERO 2268 complex.c f_complex_new_bang2(rb_cComplex, ZERO, ONE));
ZERO 159 missing/crypt.c ZERO(D,D0,D1);
ZERO 110 rational.c return ZERO;
ZERO 119 rational.c return ZERO;
ZERO 173 rational.c return rb_funcall(x, '<', 1, ZERO);
ZERO 192 rational.c return rb_funcall(x, id_eqeq_p, 1, ZERO);
ZERO 393 rational.c return ZERO;
ZERO 420 rational.c return nurat_s_new_internal(klass, ZERO, ONE);
ZERO 443 rational.c switch (FIX2INT(f_cmp(den, ZERO))) {
ZERO 502 rational.c switch (FIX2INT(f_cmp(den, ZERO))) {
ZERO 526 rational.c switch (FIX2INT(f_cmp(den, ZERO))) {
ZERO 658 rational.c return ZERO;
ZERO 1007 rational.c if (FIX2INT(f_cmp(other, ZERO)) == -1) {
ZERO 1011 rational.c return f_rational_new_bang1(CLASS_OF(self), ZERO);
ZERO 1024 rational.c switch (FIX2INT(f_cmp(other, ZERO))) {
ZERO 1097 rational.c return f_cmp(f_sub(num1, num2), ZERO);
ZERO 1293 rational.c if (f_lt_p(n, ZERO))
ZERO 1294 rational.c return ZERO;
ZERO 1514 rational.c p0 = ZERO;
ZERO 1517 rational.c q1 = ZERO;
ZERO 2153 rational.c *num = ZERO;
ZERO 2200 rational.c *num = rb_rational_new2(ZERO, ONE);