Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h125 UInt128 final_approx; variable
145 final_approx = second_approx;
147 final_approx = first_approx;
151 StorageType msb = static_cast<StorageType>(high64(final_approx) >>
154 high64(final_approx) >>
160 if (low64(final_approx) == 0 &&
161 (high64(final_approx) & halfway_constant) == 0 &&
171 if (low64(final_approx) > 0 ||
172 (high64(final_approx) & halfway_constant) > 0) {