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

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h44 if (!IS_NEGATIVE(dpPrev)) { \
49 if (IS_NEGATIVE(dp)) { \
88 const GLboolean neg_dp0 = IS_NEGATIVE(dp0); \
89 const GLboolean neg_dp1 = IS_NEGATIVE(dp1); \
96 * hence the second IS_NEGATIVE() test: \
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h44 if (!IS_NEGATIVE(dpPrev)) { \
49 if (IS_NEGATIVE(dp)) { \
88 const GLboolean neg_dp0 = IS_NEGATIVE(dp0); \
89 const GLboolean neg_dp1 = IS_NEGATIVE(dp1); \
96 * hence the second IS_NEGATIVE() test: \
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c45 #ifndef IS_NEGATIVE
46 #define IS_NEGATIVE(X) ((X) < 0.0) macro
353 if (!IS_NEGATIVE(dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c45 #ifndef IS_NEGATIVE
46 #define IS_NEGATIVE(X) ((X) < 0.0) macro
353 if (!IS_NEGATIVE(dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h225 *** IS_NEGATIVE: test if float is negative
234 #define IS_NEGATIVE(x) (GET_FLOAT_BITS(x) < 0) macro
236 #define IS_NEGATIVE(x) (x < 0.0F) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h223 *** IS_NEGATIVE: test if float is negative
232 #define IS_NEGATIVE(x) (GET_FLOAT_BITS(x) < 0) macro
234 #define IS_NEGATIVE(x) (x < 0.0F) macro

Completed in 363 milliseconds