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