| 95 | frac_t rem_off; // fractional part of the offset, at least 0 and less than 1 |
| 96 | |
| 97 | explicit Offset(int off = 0) : int_off(off), rem_off(0) {} |
| 98 | }; |
| 99 | |
| 100 | struct FilterState { |
nothing calls this directly
no outgoing calls
no test coverage detected