Searched refs:a_low (Results 1 – 2 of 2) sorted by relevance
126 limb_t a_low = (limb_t)(uint32_t)a; in _mul_limb() local131 limb_t p0 = a_low * b_low; in _mul_limb()132 limb_t p1 = a_low * b_hi; in _mul_limb()
4351 const bf_t *a_low, const bf_t *a_high, in check_exp_underflow_overflow() argument4371 if (bf_cmp_lt(T, a_low) > 0) { in check_exp_underflow_overflow()