Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmatomics.hpp390 struct AtomicBAND { struct
391 __device__ Type operator()(Type &x, Type y) const { return atomicAnd(&x, y); } in operator ()()
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx149 struct AtomicBAND { struct
150 KOKKOS_INLINE_FUNCTION void operator()(Type &x, Type y) const { Kokkos::atomic_and(&x, y); } in operator ()()