Home
last modified time | relevance | path

Searched defs:epsilon (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } in epsilon() function
420 static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; } in epsilon() function
451 static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; } in epsilon() function
482 static long double _STLP_CALL epsilon() _STLP_NOTHROW { return LDBL_EPSILON; } in epsilon() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlimits.hpp62 static BOOST_LLT epsilon() throw() { return 0; }; in epsilon() function in std::numeric_limits
115 static BOOST_ULLT epsilon() throw() { return 0; }; in epsilon() function in std::numeric_limits
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp58 float epsilon = numeric_limits<float>::epsilon(); in check_float() local
64 double epsilon = numeric_limits<double>::epsilon(); in check_double() local
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp58 float epsilon = numeric_limits<float>::epsilon(); in check_float() local
64 double epsilon = numeric_limits<double>::epsilon(); in check_double() local