Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dnum.h298 #define BC_NUM_NEG_NP(n) ((n).rdx & ((BcBigDig) 1)) macro
/freebsd/contrib/bc/src/
H A Dnum.c1456 op = (BC_NUM_NEG_NP(m1) != BC_NUM_NEG_NP(m2)) ? in bc_num_k()
2128 if (BC_NUM_NEG_NP(btemp)) bc_err(BC_ERR_MATH_DIVIDE_BY_ZERO); in bc_num_p()
2135 if (!BC_NUM_NEG_NP(btemp)) bc_num_copy(c, a); in bc_num_p()
2140 neg = BC_NUM_NEG_NP(btemp); in bc_num_p()
4414 if (BC_NUM_ONE(&temp) && !BC_NUM_NEG_NP(temp)) in bc_num_modexp()