Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h138 UInt128 second_approx = in eisel_lemire() local
141 if ((high64(second_approx) & halfway_constant) == halfway_constant && in eisel_lemire()
142 low64(second_approx) + 1 == 0 && in eisel_lemire()
146 final_approx = second_approx; in eisel_lemire()