Lines Matching defs:odd
992 Unlike d2b, b is not necessarily odd: b and e are normalized so
1054 Given a finite nonzero double d, return an odd Bigint b and exponent *e
1302 int b2, d2, dd, i, nd, nd0, odd, p2, p5;
1311 /* record whether the lsb of rv/2^(bc->scale) is odd: in the exact halfway
1313 odd = b->x[0] & 1;
1403 if (dd > 0 || (dd == 0 && odd))
1442 int esign, i, j, k, lz, nd, nd0, odd, sign;
1819 /* Record whether lsb of bb is odd, in case we need this
1821 odd = bb->x[0] & 1;
2014 if (!odd)