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

/freebsd-12-stable/contrib/bc/src/
H A Dnum.c97 while (BC_NUM_NONZERO(n) && !n->num[n->len - 1]) n->len -= 1;
211 assert(!BC_NUM_NEG(c) || BC_NUM_NONZERO(c));
235 assert(!BC_NUM_NEG(c) || BC_NUM_NONZERO(c));
314 if (BC_NUM_NONZERO(n)) {
326 if (BC_NUM_NONZERO(n)) n->num[0] -= n->num[0] % (BcDig) pow;
365 if (BC_NUM_NONZERO(n)) n->rdx = BC_NUM_NEG_VAL(n, !neg1 != !neg2);
551 assert(BC_NUM_NONZERO(a));
833 if (BC_NUM_NONZERO(&h1) && BC_NUM_NONZERO(&h2)) {
845 if (BC_NUM_NONZERO(
[all...]
H A Dprogram.c619 if (BC_NUM_NONZERO(&r->d.n)) BC_NUM_NEG_TGL_NP(r->d.n);
/freebsd-12-stable/contrib/bc/include/
H A Dnum.h128 #define BC_NUM_NONZERO(n) ((n)->len) macro
129 #define BC_NUM_ZERO(n) (!BC_NUM_NONZERO(n))

Completed in 167 milliseconds