Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dcupmatomics.hpp261 __device__ static double atomicMax(double *address, double val) in atomicMax() function
283 __device__ static float atomicMax(float *address, float val) in atomicMax() function
315 __device__ static llint atomicMax(llint *address, llint val) in atomicMax() function
333 __device__ Type operator()(Type &x, Type y) const { return atomicMax(&x, y); } in operator ()()
656 __device__ static double atomicMax(double *address, double val)
678 __device__ static float atomicMax(float *address, float val)
703 __device__ static inline llint atomicMax(llint *address, llint val)
721 __device__ Type operator()(Type &x, Type y) const { return atomicMax(&x, y); }