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

Function TEST_P

src/tests/correctness/corr-dotc.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190
191TEST_P(DOTC, cdotc) {
192 TestParams params;
193
194 getParams(&params);
195 dotcCorrectnessTest<FloatComplex>(&params);
196}
197
198TEST_P(DOTC, zdotc) {
199 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected