scal performance test
| 279 | |
| 280 | // scal performance test |
| 281 | TEST_P(SCAL, sscal) |
| 282 | { |
| 283 | TestParams params; |
| 284 | |
| 285 | getParams(¶ms); |
| 286 | params.K = 0; // K will indicate wheather routine is csscal/zdscal |
| 287 | ScalPerformanceTest<float>::runInstance(FN_SSCAL, ¶ms); |
| 288 | } |
| 289 | |
| 290 | |
| 291 | TEST_P(SCAL, dscal) |
nothing calls this directly
no outgoing calls
no test coverage detected