Searched refs:DIFFERENT_SIGNS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c49 #ifndef DIFFERENT_SIGNS
50 #define DIFFERENT_SIGNS(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F) macro
361 if (DIFFERENT_SIGNS(dp, dp_prev)) {
379 * know dp != dp_prev from DIFFERENT_SIGNS, above.
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c49 #ifndef DIFFERENT_SIGNS
50 #define DIFFERENT_SIGNS(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F) macro
361 if (DIFFERENT_SIGNS(dp, dp_prev)) {
379 * know dp != dp_prev from DIFFERENT_SIGNS, above.
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h241 *** DIFFERENT_SIGNS: test if two floats have opposite signs
244 #define DIFFERENT_SIGNS(x,y) ((GET_FLOAT_BITS(x) ^ GET_FLOAT_BITS(y)) & (1<<31)) macro
249 #define DIFFERENT_SIGNS(x,y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h239 *** DIFFERENT_SIGNS: test if two floats have opposite signs
242 #define DIFFERENT_SIGNS(x,y) ((GET_FLOAT_BITS(x) ^ GET_FLOAT_BITS(y)) & (1<<31)) macro
247 #define DIFFERENT_SIGNS(x,y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F) macro
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h48 if (DIFFERENT_SIGNS(dp, dpPrev)) { \
51 * know dp != dpPrev from DIFFERENT_SIGNS, above. \
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h48 if (DIFFERENT_SIGNS(dp, dpPrev)) { \
51 * know dp != dpPrev from DIFFERENT_SIGNS, above. \

Completed in 411 milliseconds