Home
last modified time | relevance | path

Searched refs:BOOST_NO_MACRO_EXPAND (Results 1 – 3 of 3) 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/
H A Dfpclassify.hpp153 inline int fpclassify_imp BOOST_NO_MACRO_EXPAND(T t, const native_tag&) in BOOST_NO_MACRO_EXPAND() function
160 inline int fpclassify_imp BOOST_NO_MACRO_EXPAND(T t, const generic_tag<true>&) in BOOST_NO_MACRO_EXPAND() function
196 inline int fpclassify_imp BOOST_NO_MACRO_EXPAND(T t, const generic_tag<false>&) in BOOST_NO_MACRO_EXPAND() function
212 int fpclassify_imp BOOST_NO_MACRO_EXPAND(T x, ieee_copy_all_bits_tag) in BOOST_NO_MACRO_EXPAND() function
241 int fpclassify_imp BOOST_NO_MACRO_EXPAND(T x, ieee_copy_leading_bits_tag) in BOOST_NO_MACRO_EXPAND() function
268 inline int fpclassify_imp BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) in BOOST_NO_MACRO_EXPAND() function
277 inline int fpclassify BOOST_NO_MACRO_EXPAND(T t) in BOOST_NO_MACRO_EXPAND() function
293 inline int fpclassify<long double> BOOST_NO_MACRO_EXPAND(long double t) in BOOST_NO_MACRO_EXPAND() function
347 inline bool isfinite_impl BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) in BOOST_NO_MACRO_EXPAND() function
418 inline bool isnormal_impl BOOST_NO_MACRO_EXPAND(long double t, const native_tag&) in BOOST_NO_MACRO_EXPAND() function
[all …]
H A Dsign.hpp163 inline int sign BOOST_NO_MACRO_EXPAND(const T& z) in BOOST_NO_MACRO_EXPAND() function
180 copysign BOOST_NO_MACRO_EXPAND(const T& x, const U& y) in BOOST_NO_MACRO_EXPAND() function
H A Dmath_fwd.hpp34 #define BOOST_NO_MACRO_EXPAND /**/ macro
852 int fpclassify BOOST_NO_MACRO_EXPAND(T t);
855 bool isfinite BOOST_NO_MACRO_EXPAND(T z);
858 bool isinf BOOST_NO_MACRO_EXPAND(T t);
861 bool isnan BOOST_NO_MACRO_EXPAND(T t);
864 bool isnormal BOOST_NO_MACRO_EXPAND(T t);
867 int signbit BOOST_NO_MACRO_EXPAND(T x);
870 int sign BOOST_NO_MACRO_EXPAND(const T& z);
873 …typename tools::promote_args_permissive<T, U>::type copysign BOOST_NO_MACRO_EXPAND(const T& x, con…
876 typename tools::promote_args_permissive<T>::type changesign BOOST_NO_MACRO_EXPAND(const T& z);