Searched defs:GpuComplexT (Results 1 – 2 of 2) sorted by relevance
32 struct GpuComplexT { struct33 typedef T type;47 struct GpuComplexT<std::complex<float>> { struct48 typedef cuComplex type;51 struct GpuComplexT<std::complex<double>> { struct52 typedef cuDoubleComplex type;56 struct GpuComplexT<std::complex<float>*> { struct57 typedef cuComplex* type;60 struct GpuComplexT<std::complex<double>*> { struct61 typedef cuDoubleComplex* type;[all …]
67 struct GpuComplexT { struct72 struct GpuComplexT<std::complex<float>> { argument