Home
last modified time | relevance | path

Searched defs:oldtype (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpi.h466 …#define MPI_Type_dup(oldtype, newtype) (*(newtype) = oldtype, MPI_… argument
467 …#define MPI_Type_contiguous(count, oldtype, newtype) (*(newtype) = (MPI_COMBINER… argument
468 …#define MPI_Type_vector(count, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_… argument
469 …#define MPI_Type_hvector(count, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_… argument
470 #define MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument
472 …#define MPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument
604 …eate_subarray(ndims, array_of_sizes, array_of_subsizes, array_of_starts, order, oldtype, newtype) \ argument
607 …#define MPI_Type_create_resized(oldtype, lb, extent, newtype) (MPIUNI_ARG(oldtype), MPIUNI_ARG(lb)… argument
609 …#define MPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype… argument