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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 51 #ifndef DIFFERENT_SIGNS
52 #define DIFFERENT_SIGNS(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F)
497 if (DIFFERENT_SIGNS(dp, dp_prev)) {
515 * know dp != dp_prev from DIFFERENT_SIGNS, above.
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 48 if (DIFFERENT_SIGNS(dp, dpPrev)) { \
51 * know dp != dpPrev from DIFFERENT_SIGNS, above. \
  /external/mesa3d/src/mesa/main/
macros.h 788 DIFFERENT_SIGNS(GLfloat x, GLfloat y)

Completed in 391 milliseconds