| 176 | // Instantiate the test |
| 177 | |
| 178 | TEST_P(iAMAX, isamax) { |
| 179 | TestParams params; |
| 180 | |
| 181 | getParams(¶ms); |
| 182 | iamaxCorrectnessTest<cl_float>(¶ms); |
| 183 | } |
| 184 | |
| 185 | TEST_P(iAMAX, idamax) { |
| 186 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected