Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h124 UInt128 final_approx; in eisel_lemire() local
146 final_approx = second_approx; in eisel_lemire()
148 final_approx = first_approx; in eisel_lemire()
152 BitsType msb = static_cast<BitsType>(high64(final_approx) >> (BITS_IN_MANTISSA - 1)); in eisel_lemire()
153 BitsType final_mantissa = static_cast<BitsType>(high64(final_approx) >> in eisel_lemire()
159 if (low64(final_approx) == 0 && in eisel_lemire()
160 (high64(final_approx) & halfway_constant) == 0 && in eisel_lemire()