Searched defs:SIGN (Results 1 – 16 of 16) sorted by relevance
57 #define SIGN(x) (((x) < 0) ? -1 : 1) macro
32 #define SIGN(Number) (((Number) < 0) ? -1 : 1) macro
93 static final int SIGN = -128; field in Base64
44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1) macro
101 #define SIGN(x) (((x) >= 0) ? (((x) > 0) ? 1 : 0) : -1) macro
627 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
1169 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
141 #define SIGN 2 /* unsigned/signed long */ macro
168 SIGN = 2; enumerator
1913 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
1757 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
791 def SIGN(flags, signingKey, message, seqNum, handle): function
183 #define SIGN 0x80000000U macro
307 #define SIGN 0x0020 /* b5: Setup ignore interrupt */ macro
79 SIGN, enumerator
6974 #define SERIAL_SHIFT_64(TYPE, SIGN, LEN) \ argument7260 #define SERIAL_ROUNDING_SHIFT_64(TYPE, SIGN, LEN) \ argument