Searched refs:BC_NUM_NEG_NP (Results 1 – 2 of 2) sorted by relevance
295 #define BC_NUM_NEG_NP(n) ((n).rdx & ((BcBigDig) 1)) macro
1260 op = (BC_NUM_NEG_NP(m1) != BC_NUM_NEG_NP(m2)) ? in bc_num_k()1836 if (BC_NUM_NEG_NP(btemp)) bc_err(BC_ERR_MATH_DIVIDE_BY_ZERO); in bc_num_p()1842 if (!BC_NUM_NEG_NP(btemp)) bc_num_copy(c, a); in bc_num_p()1847 neg = BC_NUM_NEG_NP(btemp); in bc_num_p()3836 if (BC_NUM_ONE(&temp) && !BC_NUM_NEG_NP(temp)) { in bc_num_modexp()