Home
last modified time | relevance | path

Searched refs:changesign (Results 1 – 10 of 10) 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 Dsign.hpp113 pd[0] = boost::math::changesign(pd[0]);
114 pd[1] = boost::math::changesign(pd[1]);
120 pd[0] = boost::math::changesign(pd[0]);
121 pd[1] = boost::math::changesign(pd[1]);
168 template <class T> typename tools::promote_args_permissive<T>::type (changesign)(const T& x) in type() argument
185 ? (boost::math::changesign)(static_cast<result_type>(x)) : static_cast<result_type>(x); in BOOST_NO_MACRO_EXPAND()
H A Dmath_fwd.hpp876 typename tools::promote_args_permissive<T>::type changesign BOOST_NO_MACRO_EXPAND(const T& z);
1446 using boost::math::changesign;\
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dsign.hpp39 inline T (changesign)(T x) in T() argument
41 return (boost::spirit::math::changesign)(x); in T()
53 inline T (changesign)(T x)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp123 return neg ? spirit::detail::changesign(n) : n; in negate()
129 return neg ? spirit::detail::changesign(n) : n; in negate()
135 return neg ? spirit::detail::changesign(n) : n; in negate()
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_trig.c566 changesign(st0_ptr); in fsin()
635 changesign(st0_ptr); in f_cos()
1171 changesign(st1_ptr); in fyl2x()
1184 changesign(st1_ptr); in fyl2x()
1387 changesign(st1_ptr); in fyl2xp1()
1396 changesign(st1_ptr); in fyl2xp1()
1409 changesign(st1_ptr); in fyl2xp1()
1418 changesign(st1_ptr); in fyl2xp1()
H A Dpoly_l2.c140 changesign(st1_ptr); in poly_l2p1()
H A Dfpu_emu.h164 #define changesign(a) { signbyte(a) ^= 0x80; } macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dinf_nan.hpp82 else value = (boost::math::changesign) (std::numeric_limits<T>::quiet_NaN()); in parse_inf_nan_impl()
97 else value = (boost::math::changesign) (std::numeric_limits<T>::infinity()); in parse_inf_nan_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/
H A Dsignbit.hpp74 template<class T> T (changesign)(T x) in T() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1761 inline multiprecision::number<Backend, ExpressionTemplates> changesign BOOST_PREVENT_MACRO_SUBSTITU… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1766 inline typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type changesign BOO… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1769 return changesign BOOST_PREVENT_MACRO_SUBSTITUTION(value_type(arg)); in BOOST_PREVENT_MACRO_SUBSTITUTION()
1774 …n::signbit)(a) != (boost::multiprecision::signbit)(b) ? (boost::multiprecision::changesign)(a) : a; in BOOST_PREVENT_MACRO_SUBSTITUTION()
1803 using boost::multiprecision::changesign;