Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h137 UInt128 second_approx = variable
140 if ((high64(second_approx) & halfway_constant) == halfway_constant &&
141 low64(second_approx) + 1 == 0 &&
145 final_approx = second_approx;