| 594 | } |
| 595 | inline void helper_float_7(float *buf); |
| 596 | inline void helper_float_7(float *buf) { |
| 597 | helper_float_7_recursive(buf, 7); |
| 598 | } |
| 599 | inline void helper_float_8_recursive(float *buf, int depth); |
| 600 | inline void helper_float_8_recursive(float *buf, int depth) { |
| 601 | if (depth == 6) { |
no test coverage detected