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

Function TEST_F

src/tests/accuracy_test_pow7_precallback.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

handle_exceptionFunction · 0.85

Tested by

no test coverage detected