Searched refs:cupmComplex_t (Results 1 – 1 of 1) sorted by relevance
150 …using cupmComplex_t = util::conditional_t<PetscDefined(USE_REAL_SINGLE), cuComplex, cuDo… typedef296 …using cupmComplex_t = util::conditional_t<PetscDefined(USE_REAL_SINGLE), hipComplex, hip… typedef450 …using cupmComplex_t = typename ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmComple…542 using cupmScalar_t = util::conditional_t<PetscDefined(USE_COMPLEX), cupmComplex_t, cupmReal_t>;547 return cupmComplex_t{PetscRealPart(s), PetscImaginaryPart(s)}; in cupmScalarCast()