Home
last modified time | relevance | path

Searched refs:copysign (Results 1 – 25 of 79) sorted by relevance

1234

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcomplex608 __a = copysign(__libcpp_isinf_or_builtin(__a) ? _Tp(1) : _Tp(0), __a);
609 __b = copysign(__libcpp_isinf_or_builtin(__b) ? _Tp(1) : _Tp(0), __b);
611 __c = copysign(_Tp(0), __c);
613 __d = copysign(_Tp(0), __d);
618 __c = copysign(__libcpp_isinf_or_builtin(__c) ? _Tp(1) : _Tp(0), __c);
619 __d = copysign(__libcpp_isinf_or_builtin(__d) ? _Tp(1) : _Tp(0), __d);
621 __a = copysign(_Tp(0), __a);
623 __b = copysign(_Tp(0), __b);
630 __a = copysign(_Tp(0), __a);
632 __b = copysign(_Tp(0), __b);
[all …]
H A Dcmath172 floating_point copysign (arithmetic x, arithmetic y);
404 using ::copysign;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcomplex608 __a = copysign(__libcpp_isinf_or_builtin(__a) ? _Tp(1) : _Tp(0), __a);
609 __b = copysign(__libcpp_isinf_or_builtin(__b) ? _Tp(1) : _Tp(0), __b);
611 __c = copysign(_Tp(0), __c);
613 __d = copysign(_Tp(0), __d);
618 __c = copysign(__libcpp_isinf_or_builtin(__c) ? _Tp(1) : _Tp(0), __c);
619 __d = copysign(__libcpp_isinf_or_builtin(__d) ? _Tp(1) : _Tp(0), __d);
621 __a = copysign(_Tp(0), __a);
623 __b = copysign(_Tp(0), __b);
630 __a = copysign(_Tp(0), __a);
632 __b = copysign(_Tp(0), __b);
[all …]
H A Dcmath172 floating_point copysign (arithmetic x, arithmetic y);
404 using ::copysign;
/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.hpp57 inline float (copysign)(float x, float y) // magnitude of x and sign of y
62 inline double (copysign)(double x, double y)
67 inline long double (copysign)(long double x, long double y)
/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.hpp180 copysign BOOST_NO_MACRO_EXPAND(const T& x, const U& y) in BOOST_NO_MACRO_EXPAND()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmath.hpp115 return ::copysign(std::numeric_limits<T>::infinity(), dividend); in division()
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_emu.h162 #define copysign(a,b) { if (getsign(a)) signbyte(b) |= 0x80; \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dcmath50 #undef copysign
177 using ::copysign;
457 using std::copysign;
559 copysign(float __x, float __y)
563 copysign(long double __x, long double __y)
569 copysign(_Tp __x, _Up __y)
572 return copysign(__type(__x), __type(__y));
H A Dmath.h45 using std::tr1::copysign;
H A Dbessel_function.tcc320 __Jmu = _GLIBCXX_MATH_NS::copysign(__Jmu, __Jnul); in __bessel_jn()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dcmath50 #undef copysign
177 using ::copysign;
457 using std::copysign;
559 copysign(float __x, float __y)
563 copysign(long double __x, long double __y)
569 copysign(_Tp __x, _Up __y)
572 return copysign(__type(__x), __type(__y));
H A Dmath.h45 using std::tr1::copysign;
H A Dbessel_function.tcc320 __Jmu = _GLIBCXX_MATH_NS::copysign(__Jmu, __Jnul); in __bessel_jn()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dmath.h82 using std::copysign;
H A Dcmath968 #undef copysign
1085 using ::copysign;
1286 copysign(float __x, float __y)
1290 copysign(long double __x, long double __y)
1297 copysign(_Tp __x, _Up __y)
1300 return copysign(__type(__x), __type(__y));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dmath.h82 using std::copysign;
H A Dcmath968 #undef copysign
1085 using ::copysign;
1286 copysign(float __x, float __y)
1290 copysign(long double __x, long double __y)
1297 copysign(_Tp __x, _Up __y)
1300 return copysign(__type(__x), __type(__y));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmathcalls.h198 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmathcalls.h198 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h302 extern double copysign (double, double);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h302 extern double copysign (double, double);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtgmath.h742 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtgmath.h742 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
/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.hpp1772 inline multiprecision::number<Backend, ExpressionTemplates> copysign BOOST_PREVENT_MACRO_SUBSTITUTI… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1777 inline multiprecision::number<Backend, ExpressionTemplates> copysign BOOST_PREVENT_MACRO_SUBSTITUTI… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1779 …return copysign BOOST_PREVENT_MACRO_SUBSTITUTION(a, multiprecision::number<Backend, ExpressionTemp… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1782 inline multiprecision::number<Backend, ExpressionTemplates> copysign BOOST_PREVENT_MACRO_SUBSTITUTI… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1784 …return copysign BOOST_PREVENT_MACRO_SUBSTITUTION(multiprecision::number<Backend, ExpressionTemplat… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1787 inline typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type copysign BOOST… in BOOST_PREVENT_MACRO_SUBSTITUTION()
1790 return copysign BOOST_PREVENT_MACRO_SUBSTITUTION(value_type(a), value_type(b)); in BOOST_PREVENT_MACRO_SUBSTITUTION()
1802 using boost::multiprecision::copysign;

1234