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

1 2

  /external/libcxx/test/std/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/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
limits 329 round_error() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
399 round_error() _GLIBCXX_USE_NOEXCEPT { return false; }
469 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
537 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
608 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
680 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
744 round_error() noexcept { return 0; }
805 round_error() noexcept { return 0; }
871 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
limits 329 round_error() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
399 round_error() _GLIBCXX_USE_NOEXCEPT { return false; }
469 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
537 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
608 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
680 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
744 round_error() noexcept { return 0; }
805 round_error() noexcept { return 0; }
871 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits 329 round_error() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
399 round_error() _GLIBCXX_USE_NOEXCEPT { return false; }
469 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
537 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
608 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
680 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
744 round_error() noexcept { return 0; }
805 round_error() noexcept { return 0; }
871 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits 329 round_error() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
399 round_error() _GLIBCXX_USE_NOEXCEPT { return false; }
469 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
537 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
608 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
680 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
744 round_error() noexcept { return 0; }
805 round_error() noexcept { return 0; }
871 round_error() _GLIBCXX_USE_NOEXCEPT { return 0; }
    [all...]
  /external/libcxx/include/
limits 37 static constexpr T round_error() noexcept;
159 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
219 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
271 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
317 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5F;}
363 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
409 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
459 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_error();}
552 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_error();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 37 static constexpr T round_error() noexcept;
159 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
219 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
271 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
317 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5F;}
363 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
409 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
459 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_error();}
552 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_error();
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
limits 37 static constexpr T round_error() noexcept;
159 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type();}
219 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
271 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return type(0);}
317 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5F;}
363 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
409 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return 0.5;}
459 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_error();}
552 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type round_error() _NOEXCEPT {return __base::round_error();
    [all...]
  /external/opencv3/3rdparty/openexr/Half/
halfLimits.h 73 static half round_error () throw () {return HALF_EPSILON / 2;} function in class:std::numeric_limits
  /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/current/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; }
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 48 assert(std::numeric_limits<A>::round_error() == A());
  /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());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmsvcp60.a     [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 2993 inline static mpfr::mpreal round_error(mp_prec_t precision = mpfr::mpreal::get_default_prec()) function in class:std::numeric_limits
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/lib/
libprotobuf-lite.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.19 
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]

Completed in 1419 milliseconds

1 2