| 189 | |
| 190 | |
| 191 | TEST_P(DOTC, cdotc) { |
| 192 | TestParams params; |
| 193 | |
| 194 | getParams(¶ms); |
| 195 | dotcCorrectnessTest<FloatComplex>(¶ms); |
| 196 | } |
| 197 | |
| 198 | TEST_P(DOTC, zdotc) { |
| 199 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected