Searched refs:eval_exp (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/multiprecision/cpp_bin_float/ |
D | transcendental.hpp | 35 void eval_exp(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const cpp_bin… in eval_exp() function 96 eval_exp(res, t); in eval_exp()
|
/third_party/boost/boost/multiprecision/ |
D | complex_adaptor.hpp | 431 using default_ops::eval_exp; in eval_pow() 471 eval_exp(result, t); in eval_pow() 475 inline void eval_exp(complex_adaptor<Backend>& result, const complex_adaptor<Backend>& arg) in eval_exp() function 478 using default_ops::eval_exp; in eval_exp() 485 eval_exp(result.real_data(), arg.real_data()); in eval_exp() 493 eval_exp(e, arg.real_data()); in eval_exp()
|
D | float128.hpp | 545 inline void eval_exp(float128_backend& result, const float128_backend& arg) in eval_exp() function
|
D | mpc.hpp | 1212 inline void eval_exp(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& ar… in eval_exp() function
|
D | mpfi.hpp | 978 inline void eval_exp(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& arg) in eval_exp() function
|
D | mpfr.hpp | 1425 inline void eval_exp(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<D… in eval_exp() function
|
/third_party/boost/boost/multiprecision/detail/functions/ |
D | pow.hpp | 192 void eval_exp(T& result, const T& x) in eval_exp() function 198 eval_exp(temp, x); in eval_exp() 708 eval_exp(result, t); 716 eval_exp(result, t); 847 eval_exp(e_px, x);
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 379 inline BOOST_MP_CXX14_CONSTEXPR void eval_exp(arithmetic_backend<Arithmetic>& result, const arithme… in eval_exp() function
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 894 void eval_exp(skeleton_backend& result, const skeleton_backend& arg);
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 5172 [[`eval_exp(b, cb)`][`void`][Performs the equivalent operation to `std::exp` on argument `cb` and s…
|