Searched refs:PetscCuBLASInt (Results 1 – 3 of 3) sorted by relevance
391 typedef int PetscCuBLASInt; typedef
2023 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()
40 #define PetscCuBLASInt integer4 macro