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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h383 static INLINE int ifloor(float f) function
394 #define IFLOOR(x) ifloor(x)
396 static INLINE int ifloor(float f) function
408 #define IFLOOR(x) ifloor(x)
410 static INLINE int ifloor(float f) function
415 #define IFLOOR(x) ifloor(x)

Completed in 265 milliseconds