Home
last modified time | relevance | path

Searched refs:changesign (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dsign.hpp123 template<class T> T (changesign)(const T& x) in T() argument
136 return (boost::math::signbit)(x) != (boost::math::signbit)(y) ? (boost::math::changesign)(x) : x; in BOOST_NO_MACRO_EXPAND()
Dmath_fwd.hpp702 T changesign BOOST_NO_MACRO_EXPAND(const T& z);
1155 using boost::math::changesign;\
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp834 else value = (boost::math::changesign) (std::numeric_limits<T>::quiet_NaN()); in parse_inf_nan_impl()
851 else value = (boost::math::changesign) (std::numeric_limits<T>::infinity()); in parse_inf_nan_impl()
1197 value = static_cast<T>( has_minus ? (boost::math::changesign)(result) : result); in lcast_ret_float()