Home
last modified time | relevance | path

Searched refs:eval_sqrt (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/multiprecision/
Dcomplex_adaptor.hpp361 inline void eval_sqrt(complex_adaptor<Backend>& result, const complex_adaptor<Backend>& val) in eval_sqrt() function
377 eval_sqrt(result.real_data(), val.real_data()); in eval_sqrt()
392 eval_sqrt(__my_sqrt_part, t); in eval_sqrt()
423 eval_sqrt(result, t1); in eval_abs()
713 eval_sqrt(t2, t1); in eval_asinh()
737 eval_sqrt(t2, t1); in eval_acosh()
Dfloat128.hpp406 inline void eval_sqrt(float128_backend& result, const float128_backend& arg) in eval_sqrt() function
Dmpc.hpp1200 inline void eval_sqrt(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& v… in eval_sqrt() function
Dmpfi.hpp839 inline void eval_sqrt(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& val) in eval_sqrt() function
Dcpp_dec_float.hpp2841 inline void eval_sqrt(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float… in eval_sqrt() function
Dcpp_bin_float.hpp1618 inline void eval_sqrt(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const… in eval_sqrt() function
Dgmp.hpp1038 inline void eval_sqrt(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_sqrt() function
Dmpfr.hpp1324 inline void eval_sqrt(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<… in eval_sqrt() function
/third_party/boost/boost/multiprecision/detail/functions/
Dconstants.hpp196 eval_sqrt(b, B); in calc_pi()
Dtrig.hpp513 eval_sqrt(t1, dx1); in eval_asin()
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp193 inline void eval_sqrt(number_backend_float_architype& result, const number_backend_float_architype&… in eval_sqrt() function
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp338 inline BOOST_MP_CXX14_CONSTEXPR void eval_sqrt(arithmetic_backend<Arithmetic>& result, const arithm… in eval_sqrt() function
/third_party/boost/libs/multiprecision/test/
Dskeleton_backend.hpp148 void eval_sqrt(skeleton_backend& result, const skeleton_backend& arg);
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp1598 typename enable_if_c<sizeof(T) == 0>::type eval_sqrt();
1783 eval_sqrt(rat, result); in eval_hypot()
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk4885 [[`eval_sqrt(b, cb)`][`void`][Stores the square root of `cb` in `b`, only required when `B` is a fl…