Searched refs:atomicXor (Results 1 – 1 of 1) sorted by relevance
377 __device__ static llint atomicXor(llint *address, llint val) in atomicXor() function399 __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); }