Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h121 UInt128 first_approx = variable
133 if ((high64(first_approx) & halfway_constant) == halfway_constant &&
134 low64(first_approx) + mantissa < mantissa) {
138 first_approx + static_cast<UInt128>(high64(low_bits));
147 final_approx = first_approx;