Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h132 …PetscErrorCode (*d_ScatterAndLXOR)(PetscSFLink, PetscInt, PetscInt, PetscSFPackOpt, const PetscInt… member
H A Dsfpack.c770 else if (op == MPI_LXOR) *ScatterAndOp = link->d_ScatterAndLXOR; in PetscSFLinkGetScatterAndOp()
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx460 link->d_ScatterAndLXOR = ScatterAndOp<Type, LXOR<Type>, BS, EQ>; in PackInit_IntegerType()
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp494 link->d_ScatterAndLXOR = ScatterAndOp<Type, kernels::LXOR<Type>, BS, EQ>; in PackInit_IntegerType()