| 329 | |
| 330 | |
| 331 | TEST_P(HPMV, chpmv) |
| 332 | { |
| 333 | TestParams params; |
| 334 | |
| 335 | getParams(¶ms); |
| 336 | HpmvPerformanceTest<FloatComplex>::runInstance(FN_CHPMV, ¶ms); |
| 337 | } |
| 338 | |
| 339 | TEST_P(HPMV, zhpmv) |
| 340 | { |
nothing calls this directly
no outgoing calls
no test coverage detected