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

/external/skia/tests/
H A DMathTest.cpp393 int iround = SkMulDiv255Round(a, b); local
396 REPORTER_ASSERT(reporter, iround == round);
399 REPORTER_ASSERT(reporter, itrunc <= iround);
400 REPORTER_ASSERT(reporter, iround <= a);
401 REPORTER_ASSERT(reporter, iround <= b);

Completed in 95 milliseconds