Lines Matching defs:zero
102 static const mpd_t zero = {MPD_STATIC|MPD_CONST_DATA, 0, 1, 1, 1, data_zero};
342 /* Test for zero when specials have been ruled out already */
542 * memory area!) is initialized to zero. */
775 /* Set coefficient to zero */
915 /* The real size of the coefficient without leading zero words. */
1392 * - negative numbers (except negative zero)
1814 is modified, it will be zero, special or (sub)normal with a coefficient
3140 * must be an integer with a zero exponent. Infinities remain infinities.
3385 * If tiny is zero, adding or subtracting is a no-op.
3386 * Otherwise, adding tiny generates a non-zero digit either
4838 * Internal ln() function that does not check for specials, zero or one.
4867 /* Initial approximation: we have at least one non-zero digit */
4930 /* The upper bound is less than etiny: Underflow to zero */
5120 * Internal log10() function that does not check for specials, zero or one.
7624 else if (_mpd_cmp(&zero, rr) == 1) {
8167 /* ulen is at least 1. u[ulen-1] can only be zero if ulen == 1. */
8231 /* ulen is at least 1. u[ulen-1] can only be zero if ulen == 1. */
8312 /* ulen is at least 1. u[ulen-1] can only be zero if ulen == 1. */
8907 /* ulen is at least 1. u[ulen-1] can only be zero if ulen == 1. */