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

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
max_exponent10.pass.cpp 12 // max_exponent10
21 static_assert(std::numeric_limits<T>::max_exponent10 == expected, "max_exponent10 test 1");
22 static_assert(std::numeric_limits<const T>::max_exponent10 == expected, "max_exponent10 test 2");
23 static_assert(std::numeric_limits<volatile T>::max_exponent10 == expected, "max_exponent10 test 3");
24 static_assert(std::numeric_limits<const volatile T>::max_exponent10 == expected, "max_exponent10 test 4");
const_data_members.pass.cpp 26 max_exponent10
55 test(std::numeric_limits<type>::max_exponent10); \
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
max_exponent10.pass.cpp 12 // max_exponent10
21 static_assert(std::numeric_limits<T>::max_exponent10 == expected, "max_exponent10 test 1");
22 static_assert(std::numeric_limits<const T>::max_exponent10 == expected, "max_exponent10 test 2");
23 static_assert(std::numeric_limits<volatile T>::max_exponent10 == expected, "max_exponent10 test 3");
24 static_assert(std::numeric_limits<const volatile T>::max_exponent10 == expected, "max_exponent10 test 4");
const_data_members.pass.cpp 26 max_exponent10
55 test(std::numeric_limits<type>::max_exponent10); \
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
max_exponent10.pass.cpp 12 // max_exponent10
21 static_assert(std::numeric_limits<T>::max_exponent10 == expected, "max_exponent10 test 1");
22 static_assert(std::numeric_limits<const T>::max_exponent10 == expected, "max_exponent10 test 2");
23 static_assert(std::numeric_limits<volatile T>::max_exponent10 == expected, "max_exponent10 test 3");
24 static_assert(std::numeric_limits<const volatile T>::max_exponent10 == expected, "max_exponent10 test 4");
const_data_members.pass.cpp 26 max_exponent10
55 test(std::numeric_limits<type>::max_exponent10); \
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 55 static_assert(std::numeric_limits<A>::max_exponent10 == 0,
56 "std::numeric_limits<A>::max_exponent10 == 0");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 55 static_assert(std::numeric_limits<A>::max_exponent10 == 0,
56 "std::numeric_limits<A>::max_exponent10 == 0");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 55 static_assert(std::numeric_limits<A>::max_exponent10 == 0,
56 "std::numeric_limits<A>::max_exponent10 == 0");
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_limits.c 50 __declare_numeric_base_member(int, max_exponent10);
123 __declare_float_limits_member(int, max_exponent10);
_limits.h 71 _STLP_STATIC_CONSTANT(int, max_exponent10 = 0);
152 _STLP_STATIC_CONSTANT(int, max_exponent10 = __MaxExp10);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_limits.c 50 __declare_numeric_base_member(int, max_exponent10);
123 __declare_float_limits_member(int, max_exponent10);
_limits.h 71 _STLP_STATIC_CONSTANT(int, max_exponent10 = 0);
152 _STLP_STATIC_CONSTANT(int, max_exponent10 = __MaxExp10);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_limits.c 50 __declare_numeric_base_member(int, max_exponent10);
123 __declare_float_limits_member(int, max_exponent10);
_limits.h 71 _STLP_STATIC_CONSTANT(int, max_exponent10 = 0);
152 _STLP_STATIC_CONSTANT(int, max_exponent10 = __MaxExp10);
  /external/eigen/test/
svd_fill.h 28 RealScalar s = std::numeric_limits<RealScalar>::max_exponent10/4;
nullary.cpp 79 else if(size>2 && std::numeric_limits<RealScalar>::max_exponent10>0 && internal::random<float>(0.f,1.f)<0.1f)
80 low = -internal::random<Scalar>(1,2) * RealScalar(std::pow(RealScalar(10),std::numeric_limits<RealScalar>::max_exponent10/2));
cholesky.cpp 250 RealScalar s = (std::min)(16,std::numeric_limits<RealScalar>::max_exponent10/8);
  /frameworks/native/libs/math/include/math/
half.h 191 static constexpr const int max_exponent10 = 4;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
num_put_float.cpp 758 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0)
788 * - max_exponent10: max number of digits in fixed mode
792 char cvtbuf[limits::max_exponent10 + limits::digits10 + 2 + 1];
847 char cvtbuf[limits::max_exponent10 + 6];
860 char cvtbuf[limits::max_exponent10 + 1];
    [all...]
num_get_float.cpp 726 else if ((exp + n - 1) > limits::max_exponent10) {
829 } else if ((exp + n - 1) > limits::max_exponent10 ) {
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
num_put_float.cpp 758 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0)
788 * - max_exponent10: max number of digits in fixed mode
792 char cvtbuf[limits::max_exponent10 + limits::digits10 + 2 + 1];
847 char cvtbuf[limits::max_exponent10 + 6];
860 char cvtbuf[limits::max_exponent10 + 1];
    [all...]
num_get_float.cpp 726 else if ((exp + n - 1) > limits::max_exponent10) {
829 } else if ((exp + n - 1) > limits::max_exponent10 ) {
  /external/eigen/unsupported/test/mpreal/
mpreal.h 3040 MPREAL_PERMISSIVE_EXPR static const int max_exponent10 = (int) (MPFR_EMAX_DEFAULT * 0.3010299956639811); member in class:std::numeric_limits
    [all...]

Completed in 440 milliseconds