Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/src/
H A Dlimits.cc55 const float_denorm_style __numeric_limits_base::has_denorm;
79 const float_denorm_style numeric_limits<bool>::has_denorm;
103 const float_denorm_style numeric_limits<char>::has_denorm;
127 const float_denorm_style numeric_limits<signed char>::has_denorm;
177 const float_denorm_style numeric_limits<wchar_t>::has_denorm;
202 const float_denorm_style numeric_limits<short>::has_denorm;
250 const float_denorm_style numeric_limits<int>::has_denorm;
298 const float_denorm_style numeric_limits<long>::has_denorm;
346 const float_denorm_style numeric_limits<long long>::has_denorm;
393 const float_denorm_style numeric_limits<float>::has_denorm;
[all …]
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_limits.h173 enum float_denorm_style enum
245 static const float_denorm_style has_denorm = denorm_absent;
345 static const float_denorm_style has_denorm = denorm_absent;
399 static const float_denorm_style has_denorm = denorm_absent;
450 static const float_denorm_style has_denorm = denorm_absent;
501 static const float_denorm_style has_denorm = denorm_absent;
552 static const float_denorm_style has_denorm = denorm_absent;
603 static const float_denorm_style has_denorm = denorm_absent;
1011 static const float_denorm_style has_denorm
1068 static const float_denorm_style has_denorm
[all …]
/freebsd-12.1/contrib/libc++/include/
H A Dlimits47 static constexpr float_denorm_style has_denorm = denorm_absent;
72 enum float_denorm_style
136 enum float_denorm_style
172 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;
232 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;
285 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;
331 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;
377 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;
423 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;
520 _LIBCPP_CONSTEXPR const float_denorm_style numeric_limits<_Tp>::has_denorm;
[all …]