Searched refs:eval_atan2 (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/multiprecision/detail/functions/ |
D | trig.hpp | 710 void eval_atan2(T& result, const T& y, const T& x) in eval_atan2() function 716 eval_atan2(result, temp, x); in eval_atan2() 722 eval_atan2(result, y, temp); in eval_atan2() 824 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const T& x, const A& … in eval_atan2() function 830 eval_atan2(result, x, c); in eval_atan2() 834 inline typename enable_if<is_arithmetic<A>, void>::type eval_atan2(T& result, const A& x, const T& … in eval_atan2() function 840 eval_atan2(result, c, a); in eval_atan2()
|
/third_party/boost/boost/multiprecision/ |
D | complex_adaptor.hpp | 506 using default_ops::eval_atan2; in eval_log() 526 eval_atan2(result.imag_data(), arg.imag_data(), arg.real_data()); in eval_log()
|
D | float128.hpp | 601 inline void eval_atan2(float128_backend& result, const float128_backend& a, const float128_backend&… in eval_atan2() function
|
D | mpfi.hpp | 1038 inline void eval_atan2(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& ar… in eval_atan2() function
|
D | mpfr.hpp | 1485 inline void eval_atan2(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_atan2() function
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 477 inline BOOST_MP_CXX14_CONSTEXPR void eval_atan2(arithmetic_backend<Arithmetic>& result, const arith… in eval_atan2() function
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 913 void eval_atan2(skeleton_backend& result, const skeleton_backend& a, const skeleton_backend& b);
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 5205 [[`eval_atan2(b, cb, cb2)`][`void`][Performs the equivalent operation to `std::atan` on arguments `…
|