Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupmatomics.hpp377 __device__ static llint atomicXor(llint *address, llint val) in atomicXor() function
399 __device__ Type operator()(Type &x, Type y) const { return atomicXor(&x, y); } in operator ()()
750 __device__ static inline llint atomicXor(llint *address, llint val)
771 __device__ Type operator()(Type &x, Type y) const { return atomicXor(&x, y); }