| 75 | } |
| 76 | |
| 77 | TEST_F(accuracy_test_postcallback_single, pow2_normal_1D_forward_in_place_complex_interleaved_to_complex_interleaved) |
| 78 | { |
| 79 | try { pow2_normal_1D_forward_in_place_complex_interleaved_to_complex_interleaved< float, cl_float, fftwf_complex >(); } |
| 80 | catch( const std::exception& err ) { handle_exception(err); } |
| 81 | } |
| 82 | |
| 83 | TEST_F(accuracy_test_postcallback_double, pow2_normal_1D_forward_in_place_complex_interleaved_to_complex_interleaved) |
| 84 | { |
nothing calls this directly
no test coverage detected