/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 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()
|
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 | mpfi.hpp | 839 inline void eval_sqrt(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& val) 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 | 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/boost/multiprecision/detail/functions/ |
D | constants.hpp | 196 eval_sqrt(b, B); in calc_pi()
|
D | trig.hpp | 513 eval_sqrt(t1, dx1); in eval_asin()
|
/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/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
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 148 void eval_sqrt(skeleton_backend& result, const skeleton_backend& arg);
|
/third_party/boost/boost/multiprecision/detail/ |
D | default_ops.hpp | 1598 typename enable_if_c<sizeof(T) == 0>::type eval_sqrt(); 1783 eval_sqrt(rat, result); in eval_hypot()
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 4885 [[`eval_sqrt(b, cb)`][`void`][Stores the square root of `cb` in `b`, only required when `B` is a fl…
|