Searched defs:iround (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Common/ | ||
D | Math.hpp | 76 inline int iround(float x) in iround() function |
/external/skia/tests/ | ||
D | MathTest.cpp | 440 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local |