Home
last modified time | relevance | path

Searched defs:eval_sqrt (Results 1 – 10 of 10) sorted by relevance

/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/boost/multiprecision/
Dcomplex_adaptor.hpp361 inline void eval_sqrt(complex_adaptor<Backend>& result, const complex_adaptor<Backend>& val) in eval_sqrt() function
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
Dcpp_dec_float.hpp2841 inline void eval_sqrt(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float… 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_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/libs/multiprecision/performance/
Darithmetic_backend.hpp338 inline BOOST_MP_CXX14_CONSTEXPR void eval_sqrt(arithmetic_backend<Arithmetic>& result, const arithm… in eval_sqrt() function