Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dfpclassify.hpp157 return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()
178 return t == 0 ? FP_ZERO : FP_NORMAL; in BOOST_NO_MACRO_EXPAND()
202 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()
228 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp35 #ifndef FP_NORMAL
38 #define FP_NORMAL 1 macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp210 assert(fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
/ndk/sources/android/support/src/stdio/
Dstrtod.c3112 case FP_NORMAL: in __hdtoa()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath26 FP_NORMAL // C99
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp463 assert(std::fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()