Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h466 template <class T> class ClingerConsts; variable
468 template <> class ClingerConsts<float> {
477 template <> class ClingerConsts<double> {
488 template <> class ClingerConsts<long double> {
494 ClingerConsts<double>::EXACT_POWERS_OF_TEN;
496 ClingerConsts<double>::DIGITS_IN_MANTISSA;
498 ClingerConsts<double>::MAX_EXACT_INT;
501 template <> class ClingerConsts<long double> {
512 template <> class ClingerConsts<long double> {
528 template <> class ClingerConsts<long double> {
[all …]