Home
last modified time | relevance | path

Searched refs:eval_round (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp358 inline BOOST_MP_CXX14_CONSTEXPR void eval_round(arithmetic_backend<Arithmetic>& result, const arith… in eval_round() function
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp1161 BOOST_MP_CXX14_CONSTEXPR void eval_round(T& result, const T& a);
1176 eval_round(n, result); in eval_remquo()
1359 inline BOOST_MP_CXX14_CONSTEXPR void eval_round(T& result, const T& a) in eval_round() function
1790 eval_round(result, a); in eval_nearbyint()
2594 using default_ops::eval_round; in round()
2597 eval_round(result.backend(), v.backend()); in round()
/third_party/boost/libs/multiprecision/test/
Dskeleton_backend.hpp893 void eval_round(skeleton_backend& result, const skeleton_backend& arg);
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk5170 [[`eval_round(b, cb)`][`void`][Performs the equivalent operation to `std::round` on argument `cb` a…
5236 [[`eval_nearbyint(b, cb)`][`void`][Calls `eval_round(b, cb)`.]]