rotg performance test
| 384 | |
| 385 | // rotg performance test |
| 386 | TEST_P(ROTG, srotg) |
| 387 | { |
| 388 | TestParams params; |
| 389 | |
| 390 | getParams(¶ms); |
| 391 | RotgPerformanceTest<float, float>::runInstance(FN_SROTG, ¶ms); |
| 392 | } |
| 393 | |
| 394 | |
| 395 | TEST_P(ROTG, drotg) |
nothing calls this directly
no outgoing calls
no test coverage detected