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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h346 *** IFLOOR: return (as an integer) floor of float
367 #define IFLOOR(x) ifloor(x) macro
381 #define IFLOOR(x) ifloor(x) macro
388 #define IFLOOR(x) ifloor(x) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h344 *** IFLOOR: return (as an integer) floor of float
365 #define IFLOOR(x) ifloor(x) macro
379 #define IFLOOR(x) ifloor(x) macro
386 #define IFLOOR(x) ifloor(x) macro

Completed in 71 milliseconds