| 334 | } // namespace clMath |
| 335 | |
| 336 | TEST_P(HPR2, chpr2) |
| 337 | { |
| 338 | TestParams params; |
| 339 | |
| 340 | getParams(¶ms); |
| 341 | Hpr2PerformanceTest<FloatComplex>::runInstance(FN_CHER2, ¶ms); |
| 342 | } |
| 343 | |
| 344 | TEST_P(HPR2, zhpr2) |
| 345 | { |
nothing calls this directly
no outgoing calls
no test coverage detected