Searched defs:SIGN_BIT_MASK (Results 1 – 4 of 4) sorted by relevance
52 public static final int SIGN_BIT_MASK = jdk.internal.math.FloatConsts.SIGN_BIT_MASK; field in FloatConsts
52 public static final long SIGN_BIT_MASK = jdk.internal.math.DoubleConsts.SIGN_BIT_MASK; field in DoubleConsts
94 public static final int SIGN_BIT_MASK = 1 << (SIZE - 1); field in FloatConsts
98 public static final long SIGN_BIT_MASK = 1L << (SIZE - 1); field in DoubleConsts