| 304 | |
| 305 | template <typename T> |
| 306 | static T |
| 307 | convertMultiplier(ComplexLong arg) |
| 308 | { |
| 309 | return static_cast<T>(arg.re); |
| 310 | } |
| 311 | |
| 312 | template<> |
| 313 | __template_static FloatComplex |
nothing calls this directly
no outgoing calls
no test coverage detected