Searched refs:oldtype (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 466 …#define MPI_Type_dup(oldtype, newtype) (*(newtype) = oldtype, MPI_… argument 467 …oldtype, newtype) (*(newtype) = (MPI_COMBINER_CONTIGUOUS << 28) | ((oldtype) & 0… argument 468 …nt, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_ARG(blocklength), MPIUNI_AR… argument 469 …unt, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_ARG(blocklength), MPIUNI_AR… argument 470 #define MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument 471 …G(array_of_blocklengths), MPIUNI_ARG(array_of_displacements), MPIUNI_ARG(oldtype), MPIUNI_ARG(newt… 472 …#define MPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument 473 …G(array_of_blocklengths), MPIUNI_ARG(array_of_displacements), MPIUNI_ARG(oldtype), MPIUNI_ARG(newt… 604 …eate_subarray(ndims, array_of_sizes, array_of_subsizes, array_of_starts, order, oldtype, newtype) \ argument 605 …of_subsizes), MPIUNI_ARG(array_of_starts), MPIUNI_ARG(order), MPIUNI_ARG(oldtype), MPIUNI_ARG(newt… [all …]
|