Searched refs:CEILF (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h254 *** CEILF: ceiling of float
264 #define CEILF(x) ceilf(x) macro
272 #define CEILF(x) ((GLfloat) ceil(x)) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h252 *** CEILF: ceiling of float
262 #define CEILF(x) ceilf(x) macro
270 #define CEILF(x) ((GLfloat) ceil(x)) macro

Completed in 139 milliseconds