Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/
Dcomplex_adaptor.hpp219 using default_ops::eval_fabs; in eval_divide()
232 eval_fabs(t1, z.real_data()); in eval_divide()
233 eval_fabs(t2, z.imag_data()); in eval_divide()
Dfloat128.hpp498 inline BOOST_MP_CXX14_CONSTEXPR void eval_fabs(float128_backend& result, const float128_backend& ar… in eval_fabs() function
500 inline void eval_fabs(float128_backend& result, const float128_backend& arg) in eval_fabs()
Dmpfi.hpp851 inline void eval_fabs(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& val) in eval_fabs() function
Dcpp_dec_float.hpp2833 inline void eval_fabs(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float… in eval_fabs() function
Dcpp_bin_float.hpp1596 inline void eval_fabs(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const… in eval_fabs() function
Dgmp.hpp1050 inline void eval_fabs(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_fabs() function
Dmpfr.hpp1336 inline void eval_fabs(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<… in eval_fabs() function
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp318 inline BOOST_MP_CXX14_CONSTEXPR void eval_fabs(arithmetic_backend<Arithmetic>& result, const arithm… in eval_fabs() function
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp1084 inline BOOST_MP_CXX14_CONSTEXPR void eval_fabs(T& result, const T& arg) in eval_fabs() function
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk5161 [[`eval_fabs(b, cb)`][`void`][Set `b` to the absolute value of `cb`.