Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h251 UInt128 approx_middle = approx_middle_a + approx_middle_b; variable
254 approx_upper += (approx_middle < approx_middle_a) ? UInt128(1) << 64 : 0;
260 approx_lower + (static_cast<UInt128>(low64(approx_middle)) << 64);
261 UInt128 final_approx_upper = approx_upper + high64(approx_middle) +