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

/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 141 milliseconds