Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsystypes.h411 typedef int PetscHipBLASInt; typedef
H A Dpetscsys.h2051 static inline PetscErrorCode PetscHipBLASIntCast(MPIU_Count a, PetscHipBLASInt *b) in PetscHipBLASIntCast()
2055 …PetscCheck(sizeof(MPIU_Count) <= sizeof(PetscHipBLASInt) || a <= (MPIU_Count)PETSC_HIPBLAS_INT_MAX… in PetscHipBLASIntCast()
2057 if (b) *b = (PetscHipBLASInt)a; in PetscHipBLASIntCast()
/petsc/include/petsc/finclude/
H A Dpetscsysbase.h41 #define PetscHipBLASInt integer4 macro