| 331 | |
| 332 | |
| 333 | TEST_P(TPSV, stpsv) |
| 334 | { |
| 335 | TestParams params; |
| 336 | |
| 337 | getParams(¶ms); |
| 338 | TpsvPerformanceTest<float>::runInstance(FN_STPSV, ¶ms); |
| 339 | } |
| 340 | |
| 341 | |
| 342 | TEST_P(TPSV, dtpsv) |
nothing calls this directly
no outgoing calls
no test coverage detected