FloatingPointTF32 constructor

FloatingPointTF32({
  1. String? name,
})

Construct a TF32 floating point number.

Implementation

FloatingPointTF32({super.name})
    : super(
          mantissaWidth: FloatingPointTF32Value.populator().mantissaWidth,
          exponentWidth: FloatingPointTF32Value.populator().exponentWidth);