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

/external/mesa3d/src/mesa/main/
H A Dimports.h388 static INLINE int iceil(float f) function
399 #define ICEIL(x) iceil(x)
401 static INLINE int iceil(float f) function
412 #define ICEIL(x) iceil(x)
414 static INLINE int iceil(float f) function
419 #define ICEIL(x) iceil(x)

Completed in 78 milliseconds