MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / TEST_P

Function TEST_P

src/tests/correctness/corr-hpr.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185// Instantiate the test
186
187TEST_P(HPR, chpr) {
188 TestParams params;
189
190 getParams(&params);
191 hprCorrectnessTest<FloatComplex>(&params);
192}
193
194TEST_P(HPR, zhpr) {
195 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected