float
type.
Modifier and Type | Field and Description |
---|---|
public static final int | EXP_BIAS
Bias used in representing a |
public static final int | EXP_BIT_MASK
Bit mask to isolate the exponent field of a |
public static final int | MAG_BIT_MASK
Bit mask to isolate the magnitude bits (combined exponent and
significand fields) of a |
public static final int | MIN_SUB_EXPONENT
The exponent the smallest positive |
public static final int | SIGN_BIT_MASK
Bit mask to isolate the sign bit of a |
public static final int | SIGNIF_BIT_MASK
Bit mask to isolate the significand field of a |
public static final int | SIGNIFICAND_WIDTH
The number of logical bits in the significand of a
|
Access | Constructor and Description |
---|---|
private |
EXP_BIAS | back to summary |
---|---|
public static final int EXP_BIAS Bias used in representing a |
EXP_BIT_MASK | back to summary |
---|---|
public static final int EXP_BIT_MASK Bit mask to isolate the exponent field of a |
MAG_BIT_MASK | back to summary |
---|---|
public static final int MAG_BIT_MASK Bit mask to isolate the magnitude bits (combined exponent and
significand fields) of a |
MIN_SUB_EXPONENT | back to summary |
---|---|
public static final int MIN_SUB_EXPONENT The exponent the smallest positive |
SIGN_BIT_MASK | back to summary |
---|---|
public static final int SIGN_BIT_MASK Bit mask to isolate the sign bit of a |
SIGNIF_BIT_MASK | back to summary |
---|---|
public static final int SIGNIF_BIT_MASK Bit mask to isolate the significand field of a |
SIGNIFICAND_WIDTH | back to summary |
---|---|
public static final int SIGNIFICAND_WIDTH The number of logical bits in the significand of a
|
FloatConsts | back to summary |
---|---|
private FloatConsts() Don't let anyone instantiate this class. |