Home
last modified time | relevance | path

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

/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/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h244 #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/gallium/auxiliary/draw/
Ddraw_pipe_clip.c50 #define DIFFERENT_SIGNS(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F) macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c50 #define DIFFERENT_SIGNS(x, y) ((x) * (y) <= 0.0F && (x) - (y) != 0.0F) macro