Home
last modified time | relevance | path

Searched defs:iround (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dinteger.inl37 GLM_FUNC_QUALIFIER int iround(genType x) function
46 GLM_FUNC_QUALIFIER vecType<int, P> iround(vecType<T, P> const& x) function
/third_party/boost/boost/math/special_functions/
Dround.hpp82 inline int iround(const T& v, const Policy& pol) in iround() function
91 inline int iround(const T& v) in iround() function
/third_party/boost/boost/gil/
Dpoint.hpp249 inline point<std::ptrdiff_t> iround(point<T> const& p) in iround() function
256 inline point<std::ptrdiff_t> iround(point<float> const& p) in iround() function
262 inline point<std::ptrdiff_t> iround(point<double> const& p) in iround() function
Dutilities.hpp53 inline std::ptrdiff_t iround(float x) in iround() function
58 inline std::ptrdiff_t iround(double x) in iround() function
/third_party/boost/boost/math/bindings/
Dmpfr.hpp119 inline int iround(mpfr_class const& x, const Policy&) in iround() function
124 inline int iround(__gmp_expr<T,U> const& x, const Policy& pol) in iround() function
Dmpreal.hpp130 inline int iround(mpfr::mpreal const& x, const Policy& pol) in iround() function
De_float.hpp430 inline int iround(const e_float& v, const Policy& pol) in iround() function
Drr.hpp801 inline int iround(RR const& x, const Policy& pol) in iround() function
/third_party/boost/boost/math/concepts/
Dstd_real_concept.hpp261 inline int iround(const concepts::std_real_concept& v, const Policy& pol) in iround() function
265 inline int iround(const concepts::std_real_concept& v) in iround() function
Dreal_concept.hpp282 inline int iround(const concepts::real_concept& v, const Policy& pol) in iround() function
284 inline int iround(const concepts::real_concept& v) in iround() function
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp81 inline int iround(float x) in iround() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp89 inline int iround(float x) in iround() function
/third_party/skia/tests/
DMathTest.cpp339 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local
/third_party/flutter/skia/tests/
DMathTest.cpp299 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp2602 inline BOOST_MP_CXX14_CONSTEXPR int iround(const detail::expression<tag, A1, A2, A3, A4>& v, const … in iround() function
2611 inline BOOST_MP_CXX14_CONSTEXPR int iround(const detail::expression<tag, A1, A2, A3, A4>& v) in iround() function
2616 inline BOOST_MP_CXX14_CONSTEXPR int iround(const number<T, ExpressionTemplates>& v, const Policy& p… in iround() function
2624 inline BOOST_MP_CXX14_CONSTEXPR int iround(const number<T, ExpressionTemplates>& v) in iround() function
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1692 int iround(fvar<RealType, Order> const& cr) { in iround() function