- SIGN_BIT_MASK - Static variable in class sun.misc.DoubleConsts
-
Bit mask to isolate the sign bit of a double.
- SIGN_BIT_MASK - Static variable in class sun.misc.FloatConsts
-
Bit mask to isolate the sign bit of a float.
- SIGNIF_BIT_MASK - Static variable in class sun.misc.DoubleConsts
-
Bit mask to isolate the significand field of a double.
- SIGNIF_BIT_MASK - Static variable in class sun.misc.FloatConsts
-
Bit mask to isolate the significand field of a float.
- SIGNIFICAND_WIDTH - Static variable in class sun.misc.DoubleConsts
-
The number of logical bits in the significand of a double number, including the implicit bit.
- SIGNIFICAND_WIDTH - Static variable in class sun.misc.FloatConsts
-
The number of logical bits in the significand of a float number, including the implicit bit.
- sun.misc - package sun.misc
-