| 319 | |
| 320 | template<> |
| 321 | __template_static DoubleComplex |
| 322 | convertMultiplier(ComplexLong arg) |
| 323 | { |
| 324 | return doubleComplex(arg.re, arg.imag); |
| 325 | } |
| 326 | |
| 327 | template <typename T> |
| 328 | static cl_double returnMax(T arg) |
nothing calls this directly
no test coverage detected