| 239 | |
| 240 | |
| 241 | TEST_P(GERC, cgerc) { |
| 242 | TestParams params; |
| 243 | |
| 244 | getParams(¶ms); |
| 245 | gercCorrectnessTest<FloatComplex>(¶ms); |
| 246 | } |
| 247 | |
| 248 | TEST_P(GERC, zgerc) { |
| 249 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected