| 295 | } // namespace clMath |
| 296 | |
| 297 | TEST_P(TBSV, stbsv) |
| 298 | { |
| 299 | TestParams params; |
| 300 | |
| 301 | getParams(¶ms); |
| 302 | TbsvPerformanceTest<float>::runInstance(FN_STBSV, ¶ms); |
| 303 | } |
| 304 | |
| 305 | TEST_P(TBSV, dtbsv) |
| 306 | { |
nothing calls this directly
no outgoing calls
no test coverage detected