| 340 | |
| 341 | template <typename T> |
| 342 | void check_near(T val, float expected, float tolerance) { |
| 343 | FL_CHECK_CLOSE(val.to_float(), expected, tolerance); |
| 344 | } |
| 345 | |
| 346 | #define FP_TYPES fixed_point<4,12>, fixed_point<8,8>, fixed_point<8,24>, fixed_point<12,4>, fixed_point<16,16>, fixed_point<24,8> |
| 347 |
no test coverage detected