| 199 | // Instantiate the test |
| 200 | |
| 201 | TEST_P(HPR2, chpr2) { |
| 202 | TestParams params; |
| 203 | |
| 204 | getParams(¶ms); |
| 205 | hpr2CorrectnessTest<FloatComplex>(¶ms); |
| 206 | } |
| 207 | |
| 208 | TEST_P(HPR2, zhpr2) { |
| 209 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected