| 165 | // Instantiate the test |
| 166 | |
| 167 | TEST_P(SCAL, sscal) { |
| 168 | TestParams params; |
| 169 | |
| 170 | getParams(¶ms); |
| 171 | params.K = 0; // K will indicate wheather routine is csscal/zdscal |
| 172 | scalCorrectnessTest<cl_float>(¶ms); |
| 173 | } |
| 174 | |
| 175 | TEST_P(SCAL, dscal) { |
| 176 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected