Searched defs:SIGN (Results 1 – 6 of 6) sorted by relevance
51 #define SIGN 0x80000000 macro
40 #define SIGN (-(1L << (BITSPERLONG - BITSPERCHAR - 1))) macro
53 #define SIGN (-(1 << (BITSUSED - BITSPERCHAR - 1))) macro
372 #define SIGN(MP) MP_SIGN(MP) macro
55 #define SIGN "sign" macro
114 #define SIGN(x) (((x) > 0) - ((x) < 0)) macro