Searched defs:SIGN_BIT_MASK (Results 1 – 2 of 2) sorted by relevance
90 public static final int SIGN_BIT_MASK = 0x80000000; field in FloatConsts
95 public static final long SIGN_BIT_MASK = 0x8000000000000000L; field in DoubleConsts