HomeSort by relevance Sort by last modified time
    Searched refs:has_denorm_loss (Results 1 - 14 of 14) sorted by null

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
has_denorm_loss.pass.cpp 12 // has_denorm_loss
20 static_assert(std::numeric_limits<T>::has_denorm_loss == expected, "has_denorm_loss test 1");
21 static_assert(std::numeric_limits<const T>::has_denorm_loss == expected, "has_denorm_loss test 2");
22 static_assert(std::numeric_limits<volatile T>::has_denorm_loss == expected, "has_denorm_loss test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_denorm_loss == expected, "has_denorm_loss test 4");
const_data_members.pass.cpp 31 has_denorm_loss
60 test(std::numeric_limits<type>::has_denorm_loss); \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
has_denorm_loss.pass.cpp 12 // has_denorm_loss
20 static_assert(std::numeric_limits<T>::has_denorm_loss == expected, "has_denorm_loss test 1");
21 static_assert(std::numeric_limits<const T>::has_denorm_loss == expected, "has_denorm_loss test 2");
22 static_assert(std::numeric_limits<volatile T>::has_denorm_loss == expected, "has_denorm_loss test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_denorm_loss == expected, "has_denorm_loss test 4");
const_data_members.pass.cpp 31 has_denorm_loss
60 test(std::numeric_limits<type>::has_denorm_loss); \
  /external/opencv3/3rdparty/openexr/Half/
halfLimits.h 84 static const bool has_denorm_loss = false; member in class:std::numeric_limits
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp 74 BOOST_STATIC_CONSTANT(bool, has_denorm_loss = false);
127 BOOST_STATIC_CONSTANT(bool, has_denorm_loss = false);
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 65 static_assert(std::numeric_limits<A>::has_denorm_loss == false,
66 "std::numeric_limits<A>::has_denorm_loss == false");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 65 static_assert(std::numeric_limits<A>::has_denorm_loss == false,
66 "std::numeric_limits<A>::has_denorm_loss == false");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 55 __declare_numeric_base_member(bool, has_denorm_loss);
128 __declare_float_limits_member(bool, has_denorm_loss);
_limits.h 83 _STLP_STATIC_CONSTANT(bool, has_denorm_loss = false);
172 _STLP_STATIC_CONSTANT(bool, has_denorm_loss = false);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_limits.c 55 __declare_numeric_base_member(bool, has_denorm_loss);
128 __declare_float_limits_member(bool, has_denorm_loss);
_limits.h 83 _STLP_STATIC_CONSTANT(bool, has_denorm_loss = false);
172 _STLP_STATIC_CONSTANT(bool, has_denorm_loss = false);
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 910 milliseconds