Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/
Dcheck_values.pass.cpp19 one test(std::float_denorm_style);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dhas_denorm.pass.cpp16 template <class T, std::float_denorm_style expected>
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h49 enum float_denorm_style { enum
73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
141 float_denorm_style __DenormStyle,
154 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
D_limits.c54 __declare_numeric_base_member(float_denorm_style, has_denorm);
108 float_denorm_style __DenormStyle, \
127 __declare_float_limits_member(float_denorm_style, has_denorm);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlimits47 static constexpr float_denorm_style has_denorm = denorm_absent;
72 enum float_denorm_style
133 enum float_denorm_style
169 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;
229 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;
281 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;
327 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;
373 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;
419 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;
469 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = __base::has_denorm;
[all …]