| 188 | // Instantiate the test |
| 189 | |
| 190 | TEST_P(DOT, sdot) { |
| 191 | TestParams params; |
| 192 | |
| 193 | getParams(¶ms); |
| 194 | dotCorrectnessTest<cl_float>(¶ms); |
| 195 | } |
| 196 | |
| 197 | TEST_P(DOT, ddot) { |
| 198 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected