| 214 | // Instantiate the test |
| 215 | |
| 216 | TEST_P(TBSV, stbsv) { |
| 217 | TestParams params; |
| 218 | |
| 219 | getParams(¶ms); |
| 220 | tbsvCorrectnessTest<cl_float>(¶ms); |
| 221 | } |
| 222 | |
| 223 | TEST_P(TBSV, dtbsv) { |
| 224 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected