Searched refs:atomicMin (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | cupmatomics.hpp | 250 __device__ static double atomicMin(double *address, double val) in atomicMin() function 272 __device__ static float atomicMin(float *address, float val) in atomicMin() function 304 __device__ static llint atomicMin(llint *address, llint val) in atomicMin() function 329 __device__ Type operator()(Type &x, Type y) const { return atomicMin(&x, y); } in operator ()() 645 __device__ static double atomicMin(double *address, double val) 667 __device__ static float atomicMin(float *address, float val) 692 __device__ static inline llint atomicMin(llint *address, llint val) 717 __device__ Type operator()(Type &x, Type y) const { return atomicMin(&x, y); }
|