Uses of Class
frysk.value.FloatingPointType

Packages that use FloatingPointType
frysk.value This package implements frysk's low-level, or application binary interface, type model. 
 

Uses of FloatingPointType in frysk.value
 

Fields in frysk.value declared as FloatingPointType
static FloatingPointType StandardTypes.doubleBigEndianType
           
static FloatingPointType StandardTypes.doubleLittleEndianType
           
static FloatingPointType StandardTypes.floatBigEndianType
           
static FloatingPointType StandardTypes.floatLittleEndianType
           
 

Methods in frysk.value that return FloatingPointType
static FloatingPointType StandardTypes.getDoubleType(ByteOrder order)
           
static FloatingPointType StandardTypes.getFloatType(ByteOrder order)
           
 

Methods in frysk.value with parameters of type FloatingPointType
 ArithmeticUnit PointerType.getALU(FloatingPointType type, int wordSize)
           
 ArithmeticUnit FloatingPointType.getALU(FloatingPointType type, int wordSize)
           
 ArithmeticUnit IntegerType.getALU(FloatingPointType type, int wordSize)
           
 ArithmeticUnit Type.getALU(FloatingPointType type, int wordSize)
           
 

Constructors in frysk.value with parameters of type FloatingPointType
FloatingPointUnit(FloatingPointType t1, FloatingPointType t2, int wSize)
           
FloatingPointUnit(FloatingPointType t1, int wSize)