Home
last modified time | relevance | path

Searched refs:eval_frexp (Results 1 – 15 of 15) sorted by relevance

/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
285 eval_frexp(result.value(), arg.value(), exp); in eval_frexp()
Dlogged_adaptor.hpp326 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()
Dmpfi.hpp894 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()
Dcpp_dec_float.hpp2936 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()
Dcpp_bin_float.hpp394 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()
Dfloat128.hpp388 inline void eval_frexp(float128_backend& result, const float128_backend& arg, int* exp) 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/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/detail/
Ddefault_ops.hpp1602 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()
Dgeneric_interconvert.hpp179 eval_frexp(f, from, &e); in generic_interconvert()
/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
/third_party/boost/boost/multiprecision/detail/functions/
Dpow.hpp379 eval_frexp(t, arg, &e); in eval_log()
/third_party/boost/libs/multiprecision/test/
Dskeleton_backend.hpp142 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/
Dmultiprecision.qbk4878 [[`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…