Searched refs:MPI_SHORT (Results 1 – 2 of 2) sorted by relevance
39 else if (ptype == PETSC_SHORT) *mtype = MPI_SHORT; in PetscDataTypeToMPIDataType()93 else if (mtype == MPI_SHORT) *ptype = PETSC_SHORT; in PetscMPIDataTypeToPetscDataType()
226 #define MPI_SHORT (4 << 20 | 1 << 8 | (int)sizeof(short)) macro