OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOST_NO_MACRO_EXPAND
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp
123
inline int fpclassify_imp
BOOST_NO_MACRO_EXPAND
(T t, const native_tag&)
130
inline int fpclassify_imp
BOOST_NO_MACRO_EXPAND
(T t, const generic_tag<true>&)
166
inline int fpclassify_imp
BOOST_NO_MACRO_EXPAND
(T t, const generic_tag<false>&)
182
int fpclassify_imp
BOOST_NO_MACRO_EXPAND
(T x, ieee_copy_all_bits_tag)
211
int fpclassify_imp
BOOST_NO_MACRO_EXPAND
(T x, ieee_copy_leading_bits_tag)
239
inline int fpclassify_imp<long double>
BOOST_NO_MACRO_EXPAND
(long double t, const native_tag&)
248
inline int fpclassify
BOOST_NO_MACRO_EXPAND
(T t)
302
inline bool isfinite_impl<long double>
BOOST_NO_MACRO_EXPAND
(long double t, const native_tag&)
362
inline bool isnormal_impl<long double>
BOOST_NO_MACRO_EXPAND
(long double t, const native_tag&)
440
inline bool isinf_impl<long double>
BOOST_NO_MACRO_EXPAND
(long double t, const native_tag&
[
all
...]
sign.hpp
118
inline int sign
BOOST_NO_MACRO_EXPAND
(const T& z)
133
inline T copysign
BOOST_NO_MACRO_EXPAND
(const T& x, const T& y)
math_fwd.hpp
32
#define
BOOST_NO_MACRO_EXPAND
/**/
678
int fpclassify
BOOST_NO_MACRO_EXPAND
(T t);
681
bool isfinite
BOOST_NO_MACRO_EXPAND
(T z);
684
bool isinf
BOOST_NO_MACRO_EXPAND
(T t);
687
bool isnan
BOOST_NO_MACRO_EXPAND
(T t);
690
bool isnormal
BOOST_NO_MACRO_EXPAND
(T t);
693
int signbit
BOOST_NO_MACRO_EXPAND
(T x);
696
int sign
BOOST_NO_MACRO_EXPAND
(const T& z);
699
T copysign
BOOST_NO_MACRO_EXPAND
(const T& x, const T& y);
702
T changesign
BOOST_NO_MACRO_EXPAND
(const T& z)
[
all
...]
Completed in 33 milliseconds