HomeSort by relevance Sort by last modified time
    Searched full:max_exponent (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
max_exponent.pass.cpp 12 // max_exponent
21 static_assert(std::numeric_limits<T>::max_exponent == expected, "max_exponent test 1");
22 static_assert(std::numeric_limits<const T>::max_exponent == expected, "max_exponent test 2");
23 static_assert(std::numeric_limits<volatile T>::max_exponent == expected, "max_exponent test 3");
24 static_assert(std::numeric_limits<const volatile T>::max_exponent == expected, "max_exponent test 4");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
max_exponent.pass.cpp 12 // max_exponent
21 static_assert(std::numeric_limits<T>::max_exponent == expected, "max_exponent test 1");
22 static_assert(std::numeric_limits<const T>::max_exponent == expected, "max_exponent test 2");
23 static_assert(std::numeric_limits<volatile T>::max_exponent == expected, "max_exponent test 3");
24 static_assert(std::numeric_limits<const volatile T>::max_exponent == expected, "max_exponent test 4");
  /external/v8/src/
cached-powers.h 24 // [min_exponent; max_exponent] (boundaries included).
26 int max_exponent,
  /external/guava/guava-tests/test/com/google/common/math/
MathBenchmarking.java 31 static final int MAX_EXPONENT = 100;
68 * Returns a random integer between zero and {@code MAX_EXPONENT}.
71 return RANDOM_SOURCE.nextInt(MAX_EXPONENT + 1);
MathTesting.java 179 static final int MAX_EXPONENT = 1023; // Double.MAX_EXPONENT not present in JDK5
191 MAX_EXPONENT - 1, MAX_EXPONENT, MAX_EXPONENT + 1)) {
  /external/libcxx/include/
limits 41 static constexpr int max_exponent = 0;
163 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
223 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
275 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
321 static _LIBCPP_CONSTEXPR const int max_exponent = __FLT_MAX_EXP__;
367 static _LIBCPP_CONSTEXPR const int max_exponent = __DBL_MAX_EXP__;
413 static _LIBCPP_CONSTEXPR const int max_exponent = __LDBL_MAX_EXP__;
463 static _LIBCPP_CONSTEXPR const int max_exponent = __base::max_exponent;
506 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 41 static constexpr int max_exponent = 0;
163 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
223 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
275 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
321 static _LIBCPP_CONSTEXPR const int max_exponent = __FLT_MAX_EXP__;
367 static _LIBCPP_CONSTEXPR const int max_exponent = __DBL_MAX_EXP__;
413 static _LIBCPP_CONSTEXPR const int max_exponent = __LDBL_MAX_EXP__;
463 static _LIBCPP_CONSTEXPR const int max_exponent = __base::max_exponent;
506 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 41 static constexpr int max_exponent = 0;
163 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
223 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
275 static _LIBCPP_CONSTEXPR const int max_exponent = 0;
321 static _LIBCPP_CONSTEXPR const int max_exponent = __FLT_MAX_EXP__;
367 static _LIBCPP_CONSTEXPR const int max_exponent = __DBL_MAX_EXP__;
413 static _LIBCPP_CONSTEXPR const int max_exponent = __LDBL_MAX_EXP__;
463 static _LIBCPP_CONSTEXPR const int max_exponent = __base::max_exponent;
506 _LIBCPP_CONSTEXPR const int numeric_limits<_Tp>::max_exponent;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp 67 BOOST_STATIC_CONSTANT(int, max_exponent = 0);
120 BOOST_STATIC_CONSTANT(int, max_exponent = 0);
  /libcore/luni/src/main/java/java/lang/
HexStringParser.java 61 private final long MAX_EXPONENT;
80 this.MAX_EXPONENT = ~(-1L << exponentWidth);
165 if (exponent >= MAX_EXPONENT) {
191 exponent = MAX_EXPONENT;
  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 70 static final int MAX_EXPONENT = 1023;
101 return getExponent(d) <= MAX_EXPONENT;
124 } else if (exponent > MAX_EXPONENT) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
limits 237 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
612 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
684 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
748 static constexpr int max_exponent = 0;
809 static constexpr int max_exponent = 0;
875 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
limits 237 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
612 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
684 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
748 static constexpr int max_exponent = 0;
809 static constexpr int max_exponent = 0;
875 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits 237 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
612 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
684 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
748 static constexpr int max_exponent = 0;
809 static constexpr int max_exponent = 0;
875 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 240 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
612 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
684 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
748 static constexpr int max_exponent = 0;
809 static constexpr int max_exponent = 0;
875 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits 240 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
612 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
684 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
748 static constexpr int max_exponent = 0;
809 static constexpr int max_exponent = 0;
875 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
limits 237 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
612 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
684 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
748 static constexpr int max_exponent = 0;
809 static constexpr int max_exponent = 0;
875 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits 237 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
612 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
684 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
748 static constexpr int max_exponent = 0;
809 static constexpr int max_exponent = 0;
875 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /external/aac/libAACdec/src/
aacdec_drc.cpp 860 INT max_exponent;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
limits 224 static const int max_exponent = 0;
330 static const int max_exponent = 0;
384 static const int max_exponent = 0;
435 static const int max_exponent = 0;
486 static const int max_exponent = 0;
537 static const int max_exponent = 0;
589 static const int max_exponent = 0;
640 static const int max_exponent = 0;
692 static const int max_exponent = 0;
743 static const int max_exponent = 0
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
limits 224 static const int max_exponent = 0;
330 static const int max_exponent = 0;
384 static const int max_exponent = 0;
435 static const int max_exponent = 0;
486 static const int max_exponent = 0;
537 static const int max_exponent = 0;
589 static const int max_exponent = 0;
640 static const int max_exponent = 0;
692 static const int max_exponent = 0;
743 static const int max_exponent = 0
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
limits 224 static const int max_exponent = 0;
330 static const int max_exponent = 0;
384 static const int max_exponent = 0;
435 static const int max_exponent = 0;
486 static const int max_exponent = 0;
537 static const int max_exponent = 0;
589 static const int max_exponent = 0;
640 static const int max_exponent = 0;
692 static const int max_exponent = 0;
743 static const int max_exponent = 0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
limits 224 static const int max_exponent = 0;
330 static const int max_exponent = 0;
384 static const int max_exponent = 0;
435 static const int max_exponent = 0;
486 static const int max_exponent = 0;
537 static const int max_exponent = 0;
589 static const int max_exponent = 0;
640 static const int max_exponent = 0;
692 static const int max_exponent = 0;
743 static const int max_exponent = 0
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
limits 240 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
610 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
678 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
749 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
818 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
886 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
limits 240 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
403 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
473 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
541 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
610 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
678 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
749 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
818 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
886 static _GLIBCXX_USE_CONSTEXPR int max_exponent = 0;
    [all...]

Completed in 1321 milliseconds

1 2 3 4