Searched refs:round_limb (Results 1 – 1 of 1) sorted by relevance
214 mp_limb_t round_limb, mp_size_t round_bit, int more_bits) in round_and_return() argument233 round_limb = retval[RETURN_LIMB_SIZE - 1]; in round_and_return()243 round_limb = retval[(shift - 1) / BITS_PER_MP_LIMB]; in round_and_return()247 more_bits |= ((round_limb & ((((mp_limb_t) 1) << round_bit) - 1)) in round_and_return()271 (round_limb in round_and_return()274 || ((round_limb in round_and_return()291 round_limb = retval[0]; in round_and_return()303 && ((round_limb & (((mp_limb_t) 1) << round_bit)) != 0 in round_and_return()305 || (round_limb & ((((mp_limb_t) 1) << round_bit) - 1)) != 0)) in round_and_return()316 bool half_bit = (round_limb & (((mp_limb_t) 1) << round_bit)) != 0; in round_and_return()[all …]
Completed in 6 milliseconds