Searched defs:eval_frexp (Results 1 – 10 of 10) sorted by relevance
/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/ |
D | debug_adaptor.hpp | 283 inline void eval_frexp(debug_adaptor<Backend>& result, const debug_adaptor<Backend>& arg, Exp* exp) in eval_frexp() function
|
D | logged_adaptor.hpp | 326 inline void eval_frexp(logged_adaptor<Backend>& result, const logged_adaptor<Backend>& arg, Exp* ex… in eval_frexp() function
|
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 3005 inline typename disable_if<is_same<ExponentType, int> >::type eval_frexp(cpp_dec_float<Digits10, Ex… in eval_frexp() function
|
D | mpfi.hpp | 894 inline void eval_frexp(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& va… in eval_frexp() function 902 inline void eval_frexp(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& va… in eval_frexp() function
|
D | float128.hpp | 388 inline void eval_frexp(float128_backend& result, const float128_backend& arg, int* exp) in eval_frexp() function
|
D | cpp_bin_float.hpp | 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
|
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/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
|