Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h447 static constexpr float MAX_EXACT_INT = 16777215.0; variable
457 static constexpr double MAX_EXACT_INT = 9007199254740991.0; variable
470 static constexpr long double MAX_EXACT_INT = variable
471 ClingerConsts<double>::MAX_EXACT_INT;
482 static constexpr long double MAX_EXACT_INT = 18446744073709551615.0L; variable
495 static constexpr long double MAX_EXACT_INT = variable
530 if (float_mantissa > ClingerConsts<T>::MAX_EXACT_INT) { in clinger_fast_path()