Rounding rounding = Rounding
.getName(((Parameter) getAttribute("outputRounding"))
.getExpression().toLowerCase());
FixPoint result = new FixPoint(value, new FixPointQuantization(
precision, overflow, rounding));
sendOutput(output, 0, new FixToken(result));
}
}