Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DHypot.h217 bool round_bit = y_new & UIntType(1);
234 if (round_bit && (lsb || sticky_bits || (r != 0)))
238 if (round_bit || sticky_bits || (r != 0))
/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h666 bool round_bit = mantissa & round_bit_mask; in binary_exp_to_float() local
678 if (round_bit && (least_significant_bit || sticky_bit)) { in binary_exp_to_float()