Searched refs:changesign (Results 1 – 3 of 3) sorted by relevance
123 template<class T> T (changesign)(const T& x) in T() argument136 return (boost::math::signbit)(x) != (boost::math::signbit)(y) ? (boost::math::changesign)(x) : x; in BOOST_NO_MACRO_EXPAND()
702 T changesign BOOST_NO_MACRO_EXPAND(const T& z);1155 using boost::math::changesign;\
834 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()