HomeSort by relevance Sort by last modified time
    Searched refs:IFLOOR (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/main/
drawpix.c 327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
328 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig);
imports.h 344 *** IFLOOR: return (as an integer) floor of float
354 static inline int ifloor(float f) function
365 #define IFLOOR(x) ifloor(x)
367 static inline int ifloor(float f) function
379 #define IFLOOR(x) ifloor(x)
381 static inline int ifloor(float f) function
386 #define IFLOOR(x) ifloor(x
    [all...]