Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h227 UInt128 approx_middle = static_cast<UInt128>(high64(mantissa)) * variable
236 approx_lower + (static_cast<UInt128>(low64(approx_middle)) << 64);
237 UInt128 final_approx_upper = approx_upper + high64(approx_middle) +