| 367 | |
| 368 | |
| 369 | TEST_P(GERC, cgerc) |
| 370 | { |
| 371 | TestParams params; |
| 372 | |
| 373 | getParams(¶ms); |
| 374 | GercPerformanceTest<FloatComplex>::runInstance(FN_CGERC, ¶ms); |
| 375 | } |
| 376 | |
| 377 | |
| 378 | TEST_P(GERC, zgerc) |
nothing calls this directly
no outgoing calls
no test coverage detected