Searched refs:eval_log10 (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/multiprecision/detail/ |
D | float_string_cvt.hpp | 51 using default_ops::eval_log10; in convert_to_string() 96 eval_log10(t, b); in convert_to_string()
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_iostream.hpp | 369 …template<class float_type> inline void eval_log10 (float_type& b, const float_ty… in eval_log10() function 446 eval_log10(t, x); in convert_to_string()
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 393 inline BOOST_MP_CXX14_CONSTEXPR void eval_log10(arithmetic_backend<Arithmetic>& result, const arith… in eval_log10() function
|
/third_party/boost/boost/multiprecision/detail/functions/ |
D | pow.hpp | 453 void eval_log10(T& result, const T& arg) function
|
/third_party/boost/boost/multiprecision/ |
D | complex_adaptor.hpp | 530 inline void eval_log10(complex_adaptor<Backend>& result, const complex_adaptor<Backend>& arg) in eval_log10() function
|
D | float128.hpp | 553 inline void eval_log10(float128_backend& result, const float128_backend& arg) in eval_log10() function
|
D | mpc.hpp | 1224 inline void eval_log10(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& … in eval_log10() function
|
D | mpfi.hpp | 996 inline void eval_log10(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& ar… in eval_log10() function
|
D | mpfr.hpp | 1443 inline void eval_log10(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_log10() function
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 897 void eval_log10(skeleton_backend& result, const skeleton_backend& arg);
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 5178 [[`eval_log10(b, cb)`][`void`][Performs the equivalent operation to `std::log10` on argument `cb` a…
|