| 308 | } // namespace clMath |
| 309 | |
| 310 | TEST_P(HER, cher) |
| 311 | { |
| 312 | TestParams params; |
| 313 | |
| 314 | getParams(¶ms); |
| 315 | HerPerformanceTest<FloatComplex>::runInstance(FN_CHER, ¶ms); |
| 316 | } |
| 317 | |
| 318 | TEST_P(HER, zher) |
| 319 | { |
nothing calls this directly
no outgoing calls
no test coverage detected