Searched refs:BC_NUM_NEG_NP (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dnum.h154 #define BC_NUM_NEG_NP(n) ((n).rdx & ((BcBigDig) 1)) macro
/freebsd-12-stable/contrib/bc/src/
H A Dnum.c865 op = (BC_NUM_NEG_NP(m1) != BC_NUM_NEG_NP(m2)) ?
2878 if (BC_NUM_ONE(&temp) && !BC_NUM_NEG_NP(temp)) {

Completed in 67 milliseconds