/third_party/boost/boost/multiprecision/ |
D | debug_adaptor.hpp | 283 inline void eval_frexp(debug_adaptor<Backend>& result, const debug_adaptor<Backend>& arg, Exp* exp) in eval_frexp() function 285 eval_frexp(result.value(), arg.value(), exp); in eval_frexp()
|
D | logged_adaptor.hpp | 326 inline void eval_frexp(logged_adaptor<Backend>& result, const logged_adaptor<Backend>& arg, Exp* ex… in eval_frexp() function 329 eval_frexp(result.value(), arg.value(), exp); in eval_frexp()
|
D | mpfi.hpp | 894 inline void eval_frexp(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& va… in eval_frexp() function 898 eval_frexp(rt, t, e); in eval_frexp() 902 inline void eval_frexp(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& va… in eval_frexp() function 906 eval_frexp(rt, t, e); in eval_frexp()
|
D | cpp_dec_float.hpp | 2936 inline void eval_frexp(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_floa… in eval_frexp() function 2979 eval_frexp(r2, result, &e2); in eval_frexp() 3005 inline typename disable_if<is_same<ExponentType, int> >::type eval_frexp(cpp_dec_float<Digits10, Ex… in eval_frexp() function 3008 eval_frexp(result, x, &t); in eval_frexp()
|
D | cpp_bin_float.hpp | 394 eval_frexp(f, f, &e); in assign_float() 1504 inline void eval_frexp(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, cons… in eval_frexp() function 1521 inline void eval_frexp(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, cons… in eval_frexp() function 1524 eval_frexp(res, arg, &e); in eval_frexp()
|
D | float128.hpp | 388 inline void eval_frexp(float128_backend& result, const float128_backend& arg, int* exp) in eval_frexp() function
|
D | gmp.hpp | 1080 inline void eval_frexp(gmp_float<Digits10>& result, const gmp_float<Digits10>& val, int* e) in eval_frexp() function 1093 inline void eval_frexp(gmp_float<Digits10>& result, const gmp_float<Digits10>& val, long* e) in eval_frexp() function
|
D | mpfr.hpp | 1366 inline void eval_frexp(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_frexp() function 1374 inline void eval_frexp(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_frexp() function
|
/third_party/boost/boost/multiprecision/concepts/ |
D | mp_number_archetypes.hpp | 173 inline void eval_frexp(number_backend_float_architype& result, const number_backend_float_architype… in eval_frexp() function
|
/third_party/boost/boost/multiprecision/detail/ |
D | default_ops.hpp | 1602 typename enable_if_c<sizeof(T) == 0>::type eval_frexp(); 1634 eval_frexp(result, val, &e); in eval_ilogb() 2692 using default_ops::eval_frexp; in frexp() 2695 eval_frexp(result.backend(), v.backend(), pint); in frexp() 2708 using default_ops::eval_frexp; in frexp() 2711 eval_frexp(result.backend(), v.backend(), pint); in frexp() 2724 using default_ops::eval_frexp; in frexp() 2727 eval_frexp(result.backend(), v.backend(), pint); in frexp() 2740 using default_ops::eval_frexp; in frexp() 2743 eval_frexp(result.backend(), v.backend(), pint); in frexp()
|
D | generic_interconvert.hpp | 179 eval_frexp(f, from, &e); in generic_interconvert()
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 365 inline BOOST_MP_CXX14_CONSTEXPR void eval_frexp(arithmetic_backend<Arithmetic>& result, const arith… in eval_frexp() function
|
/third_party/boost/boost/multiprecision/detail/functions/ |
D | pow.hpp | 379 eval_frexp(t, arg, &e); in eval_log()
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 142 void eval_frexp(skeleton_backend& result, const skeleton_backend& arg, skeleton_backend::exponent_t… 143 void eval_frexp(skeleton_backend& result, const skeleton_backend& arg, int* p_exponent); // throws…
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 4878 [[`eval_frexp(b, cb, pexp)`][`void`][Stores values in `b` and `*pexp` such that the value of `cb` i… 4880 [[`eval_frexp(b, cb, pi)`][`void`][Stores values in `b` and `*pi` such that the value of `cb` is b … 5211 …The default version of this function is implemented in terms of eval_frexp, consequently this func…
|