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

  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 44 if (!IS_NEGATIVE(dpPrev)) { \
49 if (IS_NEGATIVE(dp)) { \
88 const GLboolean neg_dp0 = IS_NEGATIVE(dp0); \
89 const GLboolean neg_dp1 = IS_NEGATIVE(dp1); \
96 * hence the second IS_NEGATIVE() test: \
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 45 #ifndef IS_NEGATIVE
46 #define IS_NEGATIVE(X) ((X) < 0.0)
353 if (!IS_NEGATIVE(dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
  /external/mesa3d/src/mesa/main/
imports.h 223 *** IS_NEGATIVE: test if float is negative
232 #define IS_NEGATIVE(x) (GET_FLOAT_BITS(x) < 0)
234 #define IS_NEGATIVE(x) (x < 0.0F)

Completed in 227 milliseconds