Searched defs:SN_LESS (Results 1 – 6 of 6) sorted by relevance
305 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro
424 #define SN_LESS(a, b) (((a-b)&0x800)!=0) macro
48 #define SN_LESS(a, b) (((a-b) & 0x800) != 0) macro
144 #define SN_LESS(a, b) (((a-b) & 0x800) != 0) macro
150 #define SN_LESS(a, b) (((a - b) & 0x800) != 0) macro
473 #define SN_LESS(a, b) (((a-b)&0x800) != 0) macro