Searched defs:IS_FLOAT (Results 1 – 3 of 3) sorted by relevance
221 #define IS_FLOAT(i) (((i) & 0x1000000) != 0) macro
262 #define IS_FLOAT(i) (((i) & 0x1000000) != 0) macro
135 #define IS_FLOAT(i) (((i) & 0x1000000) != 0) macro