Searched refs:type_identity_t (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/cpp/ |
| H A D | type_traits.hpp | 85 using std::type_identity_t; 101 using type_identity_t = typename type_identity<T>::type; typedef
|
| /petsc/include/petsc/private/ |
| H A D | cupminterface.hpp | 674 …static PetscErrorCode PetscCUPMMemcpyAsync(D *dest, const util::type_identity_t<D> *src, std::size… in PetscCUPMMemcpyAsync() 709 …static PetscErrorCode PetscCUPMMemcpy(D *dest, const util::type_identity_t<D> *src, std::size_t n,… in PetscCUPMMemcpy() 717 … PetscCUPMMemcpy2DAsync(D *dest, std::size_t dest_pitch, const util::type_identity_t<D> *src, std:… in PetscCUPMMemcpy2DAsync() 739 …rCode PetscCUPMMemcpy2D(D *dest, std::size_t dest_pitch, const util::type_identity_t<D> *src, std:… in PetscCUPMMemcpy2D()
|