Home
last modified time | relevance | path

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

/third_party/boost/boost/math/tools/
Dconfig.hpp251 # define BOOST_MATH_IS_FLOAT(T) (std::is_floating_point<T>::value) macro
255 # define BOOST_MATH_IS_FLOAT(T) (boost::is_floating_point<T>::value) macro
259 # define BOOST_MATH_IS_FLOAT(T) false macro