Lines Matching refs:PetscInt64

1945 typedef PetscInt64 MPIU_Count;
1971 … is too big for PetscInt, you may need to ./configure using --with-64-bit-indices", (PetscInt64)a); in PetscIntCast()
1999 …st ./configure PETSc with --with-64-bit-blas-indices for the case you are running", (PetscInt64)a); in PetscBLASIntCast()
2027 …" PetscInt64_FMT " is too big for cuBLAS, which is restricted to 32-bit integers.", (PetscInt64)a); in PetscCuBLASIntCast()
2028 …RR_ARG_OUTOFRANGE, "Passing negative integer %" PetscInt64_FMT "to cuBLAS routine", (PetscInt64)a); in PetscCuBLASIntCast()
2055 … PetscInt64_FMT " is too big for hipBLAS, which is restricted to 32-bit integers.", (PetscInt64)a); in PetscHipBLASIntCast()
2056 …R_ARG_OUTOFRANGE, "Passing negative integer %" PetscInt64_FMT "to hipBLAS routine", (PetscInt64)a); in PetscHipBLASIntCast()
2081 …T " is too big for MPI buffer length. Maximum supported value is %d", (PetscInt64)a, PETSC_MPI_INT… in PetscMPIIntCast()
2105 …4_FMT " is too big to be casted to an int. Maximum supported value is %d", (PetscInt64)a, INT_MAX); in PetscCIntCast()
2126 #define PetscInt64Mult(a, b) (((PetscInt64)(a)) * ((PetscInt64)(b)))
2163 PetscInt64 r = (PetscInt64)(a * (PetscReal)b); in PetscRealIntMultTruncate()
2203 PetscInt64 r = PetscInt64Mult(a, b); in PetscIntMultTruncate()
2240 PetscInt64 r = a; in PetscIntSumTruncate()
2278 PetscInt64 r = PetscInt64Mult(a, b); in PetscIntMultError()
2316 PetscInt64 r = a; in PetscIntSumError()
2383 PETSC_EXTERN PetscErrorCode PetscSortedInt64(PetscCount, const PetscInt64[], PetscBool *);
2387 PETSC_EXTERN PetscErrorCode PetscSortInt64(PetscCount, PetscInt64[]);
2479 PETSC_EXTERN PetscErrorCode PetscRandomSetSeed(PetscRandom, PetscInt64);
2480 PETSC_EXTERN PetscErrorCode PetscRandomGetSeed(PetscRandom, PetscInt64 *);