Home
last modified time | relevance | path

Searched refs:DIFFERENT_SIGNS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
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)) { in do_clip_tri()
/external/mesa3d/src/mesa/main/
Dimports.h242 #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/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h48 if (DIFFERENT_SIGNS(dp, dpPrev)) { \