Searched refs:ROCmComplexT (Results 1 – 2 of 2) sorted by relevance
42 struct ROCmComplexT { struct46 struct ROCmComplexT<std::complex<float>> { argument50 struct ROCmComplexT<std::complex<double>> {56 inline const typename ROCmComplexT<T>::type* ROCmComplex(const T* p) {57 return reinterpret_cast<const typename ROCmComplexT<T>::type*>(p);60 inline typename ROCmComplexT<T>::type* ROCmComplex(T* p) {61 return reinterpret_cast<typename ROCmComplexT<T>::type*>(p);
216 using ROCmScalar = typename ROCmComplexT<Scalar>::type; in TrsmImpl()