| 960 | |
| 961 | NOINLINE WARN_UNUSED_RESULT |
| 962 | static int cfftp_backward(cfftp_plan plan, double c[], double fct) |
| 963 | { return pass_all(plan,(cmplx *)c, fct, 1); } |
| 964 | |
| 965 | NOINLINE WARN_UNUSED_RESULT |
| 966 | static int cfftp_factorize (cfftp_plan plan) |
no test coverage detected