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

Function TEST_F

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

Source from the content-addressed store, hash-verified

76 }
77
78 TEST_F(accuracy_test_pow7_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
84 TEST_F(accuracy_test_pow7_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