@Immutable public static final class FormulaType.FloatingPointType extends FormulaType<FloatingPointFormula>
FormulaType.ArrayFormulaType<TI extends Formula,TE extends Formula>, FormulaType.BitvectorType, FormulaType.FloatingPointType, FormulaType.NumeralType<T extends NumeralFormula>BooleanType, FloatingPointRoundingModeType, IntegerType, RationalType| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getExponentSize() |
int |
getMantissaSize() |
int |
getTotalSize()
Return the total size of a value of this type in bits.
|
int |
hashCode() |
boolean |
isFloatingPointType() |
String |
toString() |
fromString, getArrayType, getBitvectorTypeWithSize, getDoublePrecisionFloatingPointType, getFloatingPointType, getSinglePrecisionFloatingPointType, isArrayType, isBitvectorType, isBooleanType, isFloatingPointRoundingModeType, isIntegerType, isNumeralType, isRationalTypepublic boolean isFloatingPointType()
isFloatingPointType in class FormulaType<FloatingPointFormula>public int getExponentSize()
public int getMantissaSize()
public int getTotalSize()
public String toString()
toString in class FormulaType<FloatingPointFormula>