Searched refs:BC_NUM_NEG_NP (Results 1 – 2 of 2) sorted by relevance
298 #define BC_NUM_NEG_NP(n) ((n).rdx & ((BcBigDig) 1)) macro
1456 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()