Searched defs:IS_NEGATIVE (Results 1 – 2 of 2) sorted by relevance
232 #define IS_NEGATIVE(x) (GET_FLOAT_BITS(x) < 0) macro234 #define IS_NEGATIVE(x) (x < 0.0F) macro
46 #define IS_NEGATIVE(X) ((X) < 0.0) macro