| 269 | } // namespace clMath |
| 270 | |
| 271 | TEST_P(iAMAX, isamax) |
| 272 | { |
| 273 | TestParams params; |
| 274 | |
| 275 | getParams(¶ms); |
| 276 | iAmaxPerformanceTest<float>::runInstance(FN_iSAMAX, ¶ms); |
| 277 | } |
| 278 | |
| 279 | |
| 280 | TEST_P(iAMAX, idamax) |
nothing calls this directly
no outgoing calls
no test coverage detected