Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h439 template <class T> class ClingerConsts; variable
441 template <> class ClingerConsts<float> {
450 template <> class ClingerConsts<double> {
461 template <> class ClingerConsts<long double> {
467 ClingerConsts<double>::EXACT_POWERS_OF_TEN;
469 ClingerConsts<double>::DIGITS_IN_MANTISSA;
471 ClingerConsts<double>::MAX_EXACT_INT;
474 template <> class ClingerConsts<long double> {
485 template <> class ClingerConsts<long double> {
520 if (exp10 > ClingerConsts<T>::EXACT_POWERS_OF_TEN + in clinger_fast_path()
[all …]