Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h514 T float_mantissa = static_cast<T>(mantissa); in clinger_fast_path() local
517 result = fputil::FPBits<T>(float_mantissa); in clinger_fast_path()
525 float_mantissa = float_mantissa * in clinger_fast_path()
530 if (float_mantissa > ClingerConsts<T>::MAX_EXACT_INT) { in clinger_fast_path()
533 result = fputil::FPBits<T>(float_mantissa * in clinger_fast_path()
539 result = fputil::FPBits<T>(float_mantissa / in clinger_fast_path()