|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatBV | |
byucc.jhdl.Logic.Modules.FloatingPoint | |
byucc.jhdl.Logic.Modules.FloatingPoint.helpers |
Uses of FloatBV in byucc.jhdl.Logic.Modules.FloatingPoint |
Methods in byucc.jhdl.Logic.Modules.FloatingPoint with parameters of type FloatBV | |
void |
toFloat.compute(BV fixedBV,
int fixedExponent,
FloatBV floatBV)
Computes a bit-accurate result without timing information. |
Uses of FloatBV in byucc.jhdl.Logic.Modules.FloatingPoint.helpers |
Methods in byucc.jhdl.Logic.Modules.FloatingPoint.helpers that return FloatBV | |
FloatBV |
FloatBV.setValue(double value)
Sets the BV to a floating point value. |
FloatBV |
FloatBV.setValueToFixed(BV fixed,
int fixedExponent)
Converts a fixed-point number to floating-point and sets this FloatBV to that value. |
FloatBV |
FloatBV.setValueToRandom(java.util.Random random)
Sets the BV value to a random bit pattern. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |