Searched refs:PackInit_IntegerType (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/kokkos/ |
| H A D | sfkok.kokkos.cxx | 437 static void PackInit_IntegerType(PetscSFLink link) in PackInit_IntegerType() function 679 if (nPetscInt == 8) PackInit_IntegerType<llint, 8, 1>(link); in PetscSFLinkSetUp_Kokkos() 680 else if (nPetscInt % 8 == 0) PackInit_IntegerType<llint, 8, 0>(link); in PetscSFLinkSetUp_Kokkos() 681 else if (nPetscInt == 4) PackInit_IntegerType<llint, 4, 1>(link); in PetscSFLinkSetUp_Kokkos() 682 else if (nPetscInt % 4 == 0) PackInit_IntegerType<llint, 4, 0>(link); in PetscSFLinkSetUp_Kokkos() 683 else if (nPetscInt == 2) PackInit_IntegerType<llint, 2, 1>(link); in PetscSFLinkSetUp_Kokkos() 684 else if (nPetscInt % 2 == 0) PackInit_IntegerType<llint, 2, 0>(link); in PetscSFLinkSetUp_Kokkos() 685 else if (nPetscInt == 1) PackInit_IntegerType<llint, 1, 1>(link); in PetscSFLinkSetUp_Kokkos() 688 PackInit_IntegerType<llint, 1, 0>(link); in PetscSFLinkSetUp_Kokkos() 691 if (nInt == 8) PackInit_IntegerType<int, 8, 1>(link); in PetscSFLinkSetUp_Kokkos() [all …]
|
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 471 inline void SfInterface<T>::PackInit_IntegerType(PetscSFLink link) noexcept in PackInit_IntegerType() function in Petsc::sf::cupm::impl::SfInterface 682 if (nPetscInt == 8) PackInit_IntegerType<llint, 8, 1>(link); in LinkSetUp() 683 else if (nPetscInt % 8 == 0) PackInit_IntegerType<llint, 8, 0>(link); in LinkSetUp() 684 else if (nPetscInt == 4) PackInit_IntegerType<llint, 4, 1>(link); in LinkSetUp() 685 else if (nPetscInt % 4 == 0) PackInit_IntegerType<llint, 4, 0>(link); in LinkSetUp() 686 else if (nPetscInt == 2) PackInit_IntegerType<llint, 2, 1>(link); in LinkSetUp() 687 else if (nPetscInt % 2 == 0) PackInit_IntegerType<llint, 2, 0>(link); in LinkSetUp() 688 else if (nPetscInt == 1) PackInit_IntegerType<llint, 1, 1>(link); in LinkSetUp() 691 PackInit_IntegerType<llint, 1, 0>(link); in LinkSetUp() 694 if (nInt == 8) PackInit_IntegerType<int, 8, 1>(link); in LinkSetUp() [all …]
|
| H A D | sfcupm.hpp | 49 static void PackInit_IntegerType(PetscSFLink link) noexcept;
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 313 … DEF_Log(Type, BS, EQ) DEF_Bit(Type, BS, EQ) static void CPPJoin4(PackInit_IntegerType, Type, BS, …
|