Searched defs:eval_sqrt (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/multiprecision/concepts/ |
D | mp_number_archetypes.hpp | 193 inline void eval_sqrt(number_backend_float_architype& result, const number_backend_float_architype&… in eval_sqrt() function
|
/third_party/boost/boost/multiprecision/ |
D | complex_adaptor.hpp | 361 inline void eval_sqrt(complex_adaptor<Backend>& result, const complex_adaptor<Backend>& val) in eval_sqrt() function
|
D | float128.hpp | 406 inline void eval_sqrt(float128_backend& result, const float128_backend& arg) in eval_sqrt() function
|
D | mpc.hpp | 1200 inline void eval_sqrt(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& v… in eval_sqrt() function
|
D | cpp_dec_float.hpp | 2841 inline void eval_sqrt(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float… in eval_sqrt() function
|
D | mpfi.hpp | 839 inline void eval_sqrt(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& val) in eval_sqrt() function
|
D | cpp_bin_float.hpp | 1618 inline void eval_sqrt(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const… in eval_sqrt() function
|
D | gmp.hpp | 1038 inline void eval_sqrt(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_sqrt() function
|
D | mpfr.hpp | 1324 inline void eval_sqrt(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<… in eval_sqrt() function
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 338 inline BOOST_MP_CXX14_CONSTEXPR void eval_sqrt(arithmetic_backend<Arithmetic>& result, const arithm… in eval_sqrt() function
|