Home
last modified time | relevance | path

Searched defs:round_error (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } in round_error() function
421 static float _STLP_CALL round_error() _STLP_NOTHROW { return 0.5f; } // Units: ulps. in round_error() function
452 static double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5; } // Units: ulps. in round_error() function
483 static long double _STLP_CALL round_error() _STLP_NOTHROW { return 0.5l; } in round_error() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlimits.hpp63 static BOOST_LLT round_error() throw() { return 0; }; in round_error() function in std::numeric_limits
116 static BOOST_ULLT round_error() throw() { return 0; }; in round_error() function in std::numeric_limits