Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h120 UInt128 first_approx = in eisel_lemire() local
134 if ((high64(first_approx) & halfway_constant) == halfway_constant && in eisel_lemire()
135 low64(first_approx) + mantissa < mantissa) { in eisel_lemire()
139 first_approx + static_cast<UInt128>(high64(low_bits)); in eisel_lemire()
148 final_approx = first_approx; in eisel_lemire()