Searched refs:iround (Results 1 – 2 of 2) sorted by relevance
286 static INLINE int iround(float f) in iround() function292 #define IROUND(x) iround(x)294 static INLINE int iround(float f) in iround() function303 #define IROUND(x) iround(x)305 long iround(float f);306 #pragma aux iround = \313 #define IROUND(x) iround(x)
226 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local229 REPORTER_ASSERT(reporter, iround == round); in test_muldiv255()232 REPORTER_ASSERT(reporter, itrunc <= iround); in test_muldiv255()233 REPORTER_ASSERT(reporter, iround <= a); in test_muldiv255()234 REPORTER_ASSERT(reporter, iround <= b); in test_muldiv255()