Searched defs:SIGN (Results 1 – 11 of 11) sorted by relevance
57 #define SIGN(x) (((x) < 0) ? -1 : 1) macro
32 #define SIGN(Number) (((Number) < 0) ? -1 : 1) macro
30 #define SIGN 2 /* unsigned/signed long */ macro
93 static final int SIGN = -128; field in Base64
44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1) macro
96 #define SIGN 2 /* unsigned/signed long */ macro
101 #define SIGN(x) (((x) >= 0) ? (((x) > 0) ? 1 : 0) : -1) macro
1169 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
1783 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
1689 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
167 #define SIGN 0x80000000U macro