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

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