Searched refs:eval_ceil (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/multiprecision/concepts/ |
D | mp_number_archetypes.hpp | 188 inline void eval_ceil(number_backend_float_architype& result, const number_backend_float_architype&… in eval_ceil() function
|
/third_party/boost/boost/multiprecision/ |
D | mpfi.hpp | 856 inline void eval_ceil(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& val) in eval_ceil() function 861 eval_ceil(a, a); in eval_ceil() 862 eval_ceil(b, b); in eval_ceil()
|
D | float128.hpp | 402 inline void eval_ceil(float128_backend& result, const float128_backend& arg) in eval_ceil() function
|
D | cpp_dec_float.hpp | 2864 inline void eval_ceil(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float… in eval_ceil() function
|
D | cpp_bin_float.hpp | 1712 inline void eval_ceil(cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>& res, const… in eval_ceil() function
|
D | gmp.hpp | 1055 inline void eval_ceil(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_ceil() function
|
D | mpfr.hpp | 1341 inline void eval_ceil(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<… in eval_ceil() function
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 331 inline BOOST_MP_CXX14_CONSTEXPR void eval_ceil(arithmetic_backend<Arithmetic>& result, const arithm… in eval_ceil() function
|
/third_party/boost/boost/multiprecision/detail/ |
D | default_ops.hpp | 1134 eval_ceil(n, result); in eval_fmod() 1321 eval_ceil(result, a); in eval_trunc() 1377 eval_ceil(result, result); in eval_round() 1594 typename enable_if_c<sizeof(T) == 0>::type eval_ceil();
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 147 void eval_ceil(skeleton_backend& result, const skeleton_backend& arg);
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 4884 [[`eval_ceil(b, cb)`][`void`][Stores the ceiling of `cb` in `b`, only required when `B` is a floati…
|