Searched defs:SIGN (Results 1 – 13 of 13) 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
599 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
176 SIGN = 2; enumerator
1819 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
1911 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
176 #define SIGN 0x80000000U macro
82 SIGN, enumerator
6974 #define SERIAL_SHIFT_64(TYPE, SIGN, LEN) \ argument7260 #define SERIAL_ROUNDING_SHIFT_64(TYPE, SIGN, LEN) \ argument