Searched defs:eval_floor (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/multiprecision/concepts/ |
D | mp_number_archetypes.hpp | 183 inline void eval_floor(number_backend_float_architype& result, const number_backend_float_architype… in eval_floor() function
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_iostream.hpp | 370 …template<class float_type> inline void eval_floor (float_type& b, const float_ty… in eval_floor() function
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 324 inline BOOST_MP_CXX14_CONSTEXPR void eval_floor(arithmetic_backend<Arithmetic>& result, const arith… in eval_floor() function
|
/third_party/boost/boost/multiprecision/ |
D | float128.hpp | 398 inline void eval_floor(float128_backend& result, const float128_backend& arg) in eval_floor() function
|
D | cpp_dec_float.hpp | 2848 inline void eval_floor(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_floa… in eval_floor() function
|
D | mpfi.hpp | 870 inline void eval_floor(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& va… in eval_floor() function
|
D | cpp_bin_float.hpp | 1668 inline void eval_floor(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, cons… in eval_floor() function
|
D | gmp.hpp | 1060 inline void eval_floor(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_floor() function
|
D | mpfr.hpp | 1346 inline void eval_floor(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_floor() function
|