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

  /external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
round_error.pass.cpp 12 // round_error()
22 assert(std::numeric_limits<T>::round_error() == expected);
23 assert(std::numeric_limits<const T>::round_error() == expected);
24 assert(std::numeric_limits<volatile T>::round_error() == expected);
25 assert(std::numeric_limits<const volatile T>::round_error() == expected);
Android.mk 95 test_name := language.support/support.limits/limits/numeric.limits.members/round_error
96 test_src := round_error.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
round_error.pass.cpp 12 // round_error()
22 assert(std::numeric_limits<T>::round_error() == expected);
23 assert(std::numeric_limits<const T>::round_error() == expected);
24 assert(std::numeric_limits<volatile T>::round_error() == expected);
25 assert(std::numeric_limits<const volatile T>::round_error() == expected);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp 63 static BOOST_LLT round_error() throw() { return 0; }; function in class:std::numeric_limits
116 static BOOST_ULLT round_error() throw() { return 0; }; function in class:std::numeric_limits
  /external/libcxx/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 48 assert(std::numeric_limits<A>::round_error() == A());
  /external/stlport/stlport/stl/
_limits.h 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps.
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps.
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 48 assert(std::numeric_limits<A>::round_error() == A());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps.
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps.
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps.
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps.
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps.
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps.
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps.
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps.
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps.
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps.
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h 96 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); }
430 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps.
461 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps.
492 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; }
  /external/eigen/unsupported/test/mpreal/
mpreal.h 2880 inline static mpfr::mpreal round_error(mp_prec_t precision = mpfr::mpreal::get_default_prec()) function 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 1342 milliseconds