FloatingPointBF16Value.getFloatingPointConstant constructor

FloatingPointBF16Value.getFloatingPointConstant(
  1. FloatingPointConstants constantFloatingPoint
)

Return the FloatingPointBF16Value representing the constant specified

Implementation

factory FloatingPointBF16Value.getFloatingPointConstant(
        FloatingPointConstants constantFloatingPoint) =>
    FloatingPointBF16Value.ofLogicValue(
        FloatingPointValue.getFloatingPointConstant(
                constantFloatingPoint, exponentWidth, mantissaWidth)
            .value);