Description
Static analyzers complain that in `ControlWord::print()`, `rc`/`pc` variables might not be initialized. This never happens in practice, because `rounding_control()` and `precision_control()` return the good values. We can make it cleaner to silence the compiler.