Home
last modified time | relevance | path

Searched refs:eval_exp (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/multiprecision/cpp_bin_float/
Dtranscendental.hpp35 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/
Dcomplex_adaptor.hpp431 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()
Dfloat128.hpp545 inline void eval_exp(float128_backend& result, const float128_backend& arg) in eval_exp() function
Dmpc.hpp1212 inline void eval_exp(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& ar… in eval_exp() function
Dmpfi.hpp978 inline void eval_exp(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& arg) in eval_exp() function
Dmpfr.hpp1425 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/
Dpow.hpp192 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/
Darithmetic_backend.hpp379 inline BOOST_MP_CXX14_CONSTEXPR void eval_exp(arithmetic_backend<Arithmetic>& result, const arithme… in eval_exp() function
/third_party/boost/libs/multiprecision/test/
Dskeleton_backend.hpp894 void eval_exp(skeleton_backend& result, const skeleton_backend& arg);
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk5172 [[`eval_exp(b, cb)`][`void`][Performs the equivalent operation to `std::exp` on argument `cb` and s…