Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconfig.hpp231 # define BOOST_MATH_IS_FLOAT(T) (std::is_floating_point<T>::value) macro
235 # define BOOST_MATH_IS_FLOAT(T) (boost::is_floating_point<T>::value) macro
239 # define BOOST_MATH_IS_FLOAT(T) false macro