Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/
H A 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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dfpclassify.hpp119 return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)FP_NAN); in is_nan_helper()