| 303 | } // namespace clMath |
| 304 | |
| 305 | TEST_P(HPR, chpr) |
| 306 | { |
| 307 | TestParams params; |
| 308 | |
| 309 | getParams(¶ms); |
| 310 | HprPerformanceTest<FloatComplex>::runInstance(FN_CHPR, ¶ms); |
| 311 | } |
| 312 | |
| 313 | TEST_P(HPR, zhpr) |
| 314 | { |
nothing calls this directly
no outgoing calls
no test coverage detected