Home
last modified time | relevance | path

Searched refs:iround (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimports.h286 static INLINE int iround(float f) in iround() function
292 #define IROUND(x) iround(x)
294 static INLINE int iround(float f) in iround() function
303 #define IROUND(x) iround(x)
305 long iround(float f);
306 #pragma aux iround = \
313 #define IROUND(x) iround(x)
/external/skia/tests/
DMathTest.cpp226 int iround = SkMulDiv255Round(a, b); in test_muldiv255() local
229 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()