Home
last modified time | relevance | path

Searched refs:cupmReal_t (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dcupminterface.hpp541 using cupmReal_t = util::conditional_t<PetscDefined(USE_REAL_SINGLE), float, double>; typedef
542 using cupmScalar_t = util::conditional_t<PetscDefined(USE_COMPLEX), cupmComplex_t, cupmReal_t>;
557 …UND static constexpr const cupmReal_t *cupmRealPtrCast(const PetscReal *s) noexcept { return reint… in cupmRealPtrCast()
559 …_BUG_WORKAROUND static constexpr cupmReal_t *cupmRealPtrCast(PetscReal *s) noexcept { return reint… in cupmRealPtrCast()
928 using cupmReal_t = typename ::Petsc::device::cupm::impl::Interface<T>::cupmReal_t; \