macro_rules! round_op { (Nearest) => { ... }; (NegInf) => { ... }; (PosInf) => { ... }; (Zero) => { ... }; }
Turns a round operator token to the correct constant value.