Home
last modified time | relevance | path

Searched defs:eval_frexp (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp173 inline void eval_frexp(number_backend_float_architype& result, const number_backend_float_architype… in eval_frexp() function
/third_party/boost/boost/multiprecision/
Ddebug_adaptor.hpp283 inline void eval_frexp(debug_adaptor<Backend>& result, const debug_adaptor<Backend>& arg, Exp* exp) in eval_frexp() function
Dlogged_adaptor.hpp326 inline void eval_frexp(logged_adaptor<Backend>& result, const logged_adaptor<Backend>& arg, Exp* ex… in eval_frexp() function
Dcpp_dec_float.hpp2936 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
Dmpfi.hpp894 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
Dfloat128.hpp388 inline void eval_frexp(float128_backend& result, const float128_backend& arg, int* exp) in eval_frexp() function
Dcpp_bin_float.hpp1504 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
Dgmp.hpp1080 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
Dmpfr.hpp1366 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/
Darithmetic_backend.hpp365 inline BOOST_MP_CXX14_CONSTEXPR void eval_frexp(arithmetic_backend<Arithmetic>& result, const arith… in eval_frexp() function