Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmatomics.hpp356 __device__ static llint atomicAnd(llint *address, llint val) in atomicAnd() function
391 __device__ Type operator()(Type &x, Type y) const { return atomicAnd(&x, y); } in operator ()()
729 __device__ static inline llint atomicAnd(llint *address, llint val)
763 __device__ Type operator()(Type &x, Type y) const { return atomicAnd(&x, y); }