Searched refs:SIGNOF (Results 1 – 2 of 2) sorted by relevance
65 #ifndef SIGNOF66 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0) macro
68 #ifndef SIGNOF69 #define SIGNOF(a) ((a) < 0 ? -1 : (a) > 0) macro