Home
last modified time | relevance | path

Searched refs:DEF_IntegerType (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c312 #define DEF_IntegerType(Type, BS, EQ) \ macro
353 DEF_IntegerType(PetscInt, 1, 1) /* unit = 1 MPIU_INT */
354 DEF_IntegerType(PetscInt, 2, 1) /* unit = 2 MPIU_INTs */
355 DEF_IntegerType(PetscInt, 4, 1) /* unit = 4 MPIU_INTs */
356 DEF_IntegerType(PetscInt, 8, 1) /* unit = 8 MPIU_INTs */
357 DEF_IntegerType(PetscInt, 1, 0) /* unit = 1*n MPIU_INTs, n>1 */
358 DEF_IntegerType(PetscInt, 2, 0) /* unit = 2*n MPIU_INTs, n>1 */
359 DEF_IntegerType(PetscInt, 4, 0) /* unit = 4*n MPIU_INTs, n>1 */
360DEF_IntegerType(PetscInt, 8, 0) /* unit = 8*n MPIU_INTs, n>1. Routines with bigger BS are tried fi…
363DEF_IntegerType(int, 1, 1) DEF_IntegerType(int, 2, 1) DEF_IntegerType(int, 4, 1) DEF_IntegerType(i…
[all …]