Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx116 template <typename PairType>
118 KOKKOS_INLINE_FUNCTION PairType operator()(PairType &x, PairType y) const in operator ()()
120 PairType old = x; in operator ()()
126 template <typename PairType>
128 KOKKOS_INLINE_FUNCTION PairType operator()(PairType &x, PairType y) const in operator ()()
130 PairType old = x; in operator ()()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c378 #define PairType(Type1, Type2) Type1##_##Type2 macro
382 } PairType(int, int); typedef
386 } PairType(PetscInt, PetscInt); typedef
387 DEF_PairType(PairType(int, int), 1, 1) DEF_PairType(PairType(PetscInt, PetscInt), 1, 1)
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl2883 my ($Mem, $PairType) = @_;
2885 foreach my $Pair (sort {$a<=>$b} keys(%{$PairType->{"Memb"}}))
2887 if(defined $PairType->{"Memb"}{$Pair})
2889 my $Name = $PairType->{"Memb"}{$Pair}{"name"};