Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsystypes.h391 typedef int PetscCuBLASInt; typedef
H A Dpetscsys.h2023 static inline PetscErrorCode PetscCuBLASIntCast(MPIU_Count a, PetscCuBLASInt *b) in PetscCuBLASIntCast()
2027 …PetscCheck(sizeof(MPIU_Count) <= sizeof(PetscCuBLASInt) || a <= (MPIU_Count)PETSC_CUBLAS_INT_MAX, … in PetscCuBLASIntCast()
2029 if (b) *b = (PetscCuBLASInt)a; in PetscCuBLASIntCast()
/petsc/include/petsc/finclude/
H A Dpetscsysbase.h40 #define PetscCuBLASInt integer4 macro