| 83 | |
| 84 | template <typename T> |
| 85 | inline const typename GpuComplexT<T>::type* GpuComplex(const T* p) { |
| 86 | return reinterpret_cast<const typename GpuComplexT<T>::type*>(p); |
| 87 | } |
| 88 | |
| 89 | template <typename T> |
| 90 | inline typename GpuComplexT<T>::type* GpuComplex(T* p) { |
no outgoing calls
no test coverage detected