Searched refs:iround (Results 1 – 2 of 2) sorted by relevance
426 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local429 REPORTER_ASSERT(reporter, iround == round); in test_muldiv255()432 REPORTER_ASSERT(reporter, itrunc <= iround); in test_muldiv255()433 REPORTER_ASSERT(reporter, iround <= a); in test_muldiv255()434 REPORTER_ASSERT(reporter, iround <= b); in test_muldiv255()
331 #pragma aux iround = \