| 193 | // Instantiate the test |
| 194 | |
| 195 | TEST_P(SPR2, sspr2) { |
| 196 | TestParams params; |
| 197 | |
| 198 | getParams(¶ms); |
| 199 | spr2CorrectnessTest<cl_float>(¶ms); |
| 200 | } |
| 201 | |
| 202 | TEST_P(SPR2, dspr2) { |
| 203 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected