MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / TEST_F

Function TEST_F

src/tests/accuracy_test_pow2_precallback.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78TEST_F(accuracy_test_pow2_precallback_single, normal_1D_forward_in_place_complex_planar_to_complex_planar)
79{
80 try { normal_1D_forward_in_place_complex_planar_to_complex_planar< float, cl_float, fftwf_complex >(); }
81 catch( const std::exception& err ) { handle_exception(err); }
82}
83
84TEST_F(accuracy_test_pow2_precallback_double, normal_1D_forward_in_place_complex_planar_to_complex_planar)
85{

Callers

nothing calls this directly

Calls 1

handle_exceptionFunction · 0.85

Tested by

no test coverage detected