| 98 | } |
| 99 | } |
| 100 | static void RaiseInexact() |
| 101 | { |
| 102 | if constexpr (kInexact != 0) { |
| 103 | feraiseexcept(kInexact); |
| 104 | } |
| 105 | } |
| 106 | static void RaiseInvalid() |
| 107 | { |
| 108 | if constexpr (kInvalid != 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected