HomeSort by relevance Sort by last modified time
    Searched refs:max_exponent (Results 26 - 35 of 35) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h 70 _STLP_STATIC_CONSTANT(int, max_exponent = 0);
150 _STLP_STATIC_CONSTANT(int, max_exponent = __MaxExp);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h 75 _STLP_STATIC_CONSTANT(int, max_exponent = 0);
159 _STLP_STATIC_CONSTANT(int, max_exponent = __MaxExp);
  /external/eigen/Eigen/src/Core/
StableNorm.h 74 iemax = std::numeric_limits<RealScalar>::max_exponent; // maximum exponent
  /external/eigen/test/
stable_norm.cpp 43 iemax = std::numeric_limits<RealScalar>::max_exponent; // maximum exponent
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 464 if (bexp > limits::max_exponent) { /* overflow */
571 if (bexp > limits::max_exponent) { /* overflow */
  /external/deqp/framework/common/
tcuFloatFormat.cpp 278 Limits::max_exponent - 1,
  /external/eigen/bench/
bench_norm.cpp 108 iemax = std::numeric_limits<Scalar>::max_exponent; // maximum exponent
  /external/eigen/unsupported/test/mpreal/
mpreal.h 3007 static const int max_exponent = MPFR_EMAX_DEFAULT; member in class:std::numeric_limits
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 1612 milliseconds

12