Searched refs:MPIU_Count (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 15 MPIU_Count nints, naddrs, ncounts, ntypes; in MPIPetsc_Type_free() 28 …Type_get_envelope(MPI_Datatype datatype, MPIU_Count *nints, MPIU_Count *naddrs, MPIU_Count *ncount… in MPIPetsc_Type_get_envelope() 47 …ype datatype, MPIU_Count nints, MPIU_Count naddrs, MPIU_Count ncounts, MPIU_Count ntypes, int inta… in MPIPetsc_Type_get_contents() 71 MPIU_Count nints = 0, naddrs = 0, ncounts = 0, ntypes = 0, counts[1] = {0}; in MPIPetsc_Type_unwrap() 111 MPIU_Count aintcount, aaddrcount, acountcount, atypecount; in MPIPetsc_Type_compare() 112 MPIU_Count bintcount, baddrcount, bcountcount, btypecount; in MPIPetsc_Type_compare() 133 MPIU_Count *acounts, *bcounts; in MPIPetsc_Type_compare() 181 MPIU_Count aintcount, aaddrcount, acountcount, atypecount; in MPIPetsc_Type_compare_contig() 197 MPIU_Count *acounts; in MPIPetsc_Type_compare_contig() 214 for (MPIU_Count i = 0; i < atypecount; i++) PetscCall(MPIPetsc_Type_free(&atypes[i])); in MPIPetsc_Type_compare_contig()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 150 …rrorCode MPIPetsc_Type_get_envelope(MPI_Datatype, MPIU_Count *, MPIU_Count *, MPIU_Count *, MPIU_C… 151 …Petsc_Type_get_contents(MPI_Datatype, MPIU_Count, MPIU_Count, MPIU_Count, MPIU_Count, int *, MPI_A…
|
| /petsc/include/ |
| H A D | petscsys.h | 1943 typedef MPI_Count MPIU_Count; typedef 1945 typedef PetscInt64 MPIU_Count; typedef 1967 static inline PetscErrorCode PetscIntCast(MPIU_Count a, PetscInt *b) in PetscIntCast() 1971 …PetscCheck(sizeof(MPIU_Count) <= sizeof(PetscInt) || (a <= (MPIU_Count)PETSC_INT_MAX && a >= (MPIU… in PetscIntCast() 1995 static inline PetscErrorCode PetscBLASIntCast(MPIU_Count a, PetscBLASInt *b) in PetscBLASIntCast() 1999 …PetscCheck(sizeof(MPIU_Count) <= sizeof(PetscBLASInt) || a <= (MPIU_Count)PETSC_BLAS_INT_MAX, PETS… in PetscBLASIntCast() 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() 2051 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() [all …]
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 1827 static inline PetscMPIInt MPIU_Allreduce_Count(const void *inbuf, void *outbuf, MPIU_Count count, M… in MPIU_Allreduce_Count() 1844 PetscMPIInt MPIU_Allreduce_Private(const void *inbuf, void *outbuf, MPIU_Count count, MPI_Datatype … in MPIU_Allreduce_Private()
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 671 PetscCall(PetscIntCast(key == X[lo] ? lo : -(lo + (MPIU_Count)(key > X[lo]) + 1), loc)); in PetscFindMPIInt()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 512 MPIU_Count ni, na, nc, nd; in PetscSFLinkSetUp_Host()
|