| 255 | // Instantiate the test |
| 256 | |
| 257 | TEST_P(ROTG, srotg) { |
| 258 | TestParams params; |
| 259 | |
| 260 | getParams(¶ms); |
| 261 | rotgCorrectnessTest<cl_float, cl_float>(¶ms); |
| 262 | } |
| 263 | |
| 264 | TEST_P(ROTG, drotg) { |
| 265 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected