Home
last modified time | relevance | path

Searched defs:DIFFERENT_SIGNS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c52 #define DIFFERENT_SIGNS(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F) macro
/external/mesa3d/src/mesa/main/
Dmacros.h788 DIFFERENT_SIGNS(GLfloat x, GLfloat y) in DIFFERENT_SIGNS() function