| 185 | // Instantiate the test |
| 186 | |
| 187 | TEST_P(HPR, chpr) { |
| 188 | TestParams params; |
| 189 | |
| 190 | getParams(¶ms); |
| 191 | hprCorrectnessTest<FloatComplex>(¶ms); |
| 192 | } |
| 193 | |
| 194 | TEST_P(HPR, zhpr) { |
| 195 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected