| 330 | |
| 331 | |
| 332 | TEST_P(HEMV, chemv) |
| 333 | { |
| 334 | TestParams params; |
| 335 | |
| 336 | getParams(¶ms); |
| 337 | HemvPerformanceTest<FloatComplex>::runInstance(FN_CHEMV, ¶ms); |
| 338 | } |
| 339 | |
| 340 | TEST_P(HEMV, zhemv) |
| 341 | { |
nothing calls this directly
no outgoing calls
no test coverage detected