Home
last modified time | relevance | path

Searched refs:BOOST_FPCLASSIFY_PREFIX (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp54 # define BOOST_FPCLASSIFY_PREFIX ::__std_alias:: macro
56 # define BOOST_FPCLASSIFY_PREFIX ::_STLP_VENDOR_CSTD:: macro
59 # define BOOST_FPCLASSIFY_PREFIX ::std:: macro
63 # define BOOST_FPCLASSIFY_PREFIX macro
67 # define BOOST_FPCLASSIFY_PREFIX :: macro
69 # define BOOST_FPCLASSIFY_PREFIX macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dfpclassify.hpp105 return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)FP_NAN); in is_nan_helper()