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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/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: \
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h259 *** IS_NEGATIVE: test if float is negative
268 #define IS_NEGATIVE(x) (GET_FLOAT_BITS(x) < 0) macro
270 #define IS_NEGATIVE(x) (x < 0.0F) macro
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1717 #define IS_NEGATIVE(x) \
1738 if (IS_NEGATIVE(req)) { \
1714 #define IS_NEGATIVE macro

Completed in 1877 milliseconds