Lines Matching +defs:old +defs:val

139 template<typename Type> struct Insert {__device__ Type operator() (Type& x,Type y) const {Type old  in operator ()()  local
140 template<typename Type> struct Add {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
141 template<typename Type> struct Mult {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
142 template<typename Type> struct Min {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
143 template<typename Type> struct Max {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
144 template<typename Type> struct LAND {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
145 template<typename Type> struct LOR {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
146 template<typename Type> struct LXOR {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
147 template<typename Type> struct BAND {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
148 template<typename Type> struct BOR {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
149 template<typename Type> struct BXOR {__device__ Type operator() (Type& x,Type y) const {Type old in operator ()() local
152 Type old = x; in operator ()() local
160 Type old = x; in operator ()() local
196 __device__ static double atomicExch(double* address,double val) {return __longlong_as_double(atomic… in atomicExch()
199 __device__ static PetscInt atomicExch(PetscInt* address,PetscInt val) {return (PetscInt)(atomicExch… in atomicExch()
209 PetscComplex old, *z = &old; in operator ()() local
254 __device__ static PetscInt atomicAdd(PetscInt* address,PetscInt val) {return (PetscInt)atomicAdd((u… in atomicAdd()
298 PetscComplex old, *z = &old; in operator ()() local
314 __device__ static double atomicMult(double* address, double val) in atomicMult()
317 unsigned long long int old = *address_as_ull, assumed; in atomicMult() local
326 __device__ static float atomicMult(float* address,float val) in atomicMult()
329 int old = *address_as_int, assumed; in atomicMult() local
338 __device__ static int atomicMult(int* address,int val) in atomicMult()
341 int old = *address_as_int, assumed; in atomicMult() local
350 __device__ static int atomicMult(PetscInt* address,PetscInt val) in atomicMult()
353 unsigned long long int old = *address_as_ull, assumed; in atomicMult() local
383 __device__ static double atomicMin(double* address, double val) in atomicMin()
386 unsigned long long int old = *address_as_ull, assumed; in atomicMin() local
394 __device__ static double atomicMax(double* address, double val) in atomicMax()
397 unsigned long long int old = *address_as_ull, assumed; in atomicMax() local
405 __device__ static float atomicMin(float* address,float val) in atomicMin()
408 int old = *address_as_int, assumed; in atomicMin() local
416 __device__ static float atomicMax(float* address,float val) in atomicMax()
419 int old = *address_as_int, assumed; in atomicMax() local
437 __device__ static PetscInt atomicMin(PetscInt* address,PetscInt val) in atomicMin()
440 unsigned long long int old = *address_as_ull, assumed; in atomicMin() local
448 __device__ static PetscInt atomicMax(PetscInt* address,PetscInt val) in atomicMax()
451 unsigned long long int old = *address_as_ull, assumed; in atomicMax() local
484 __device__ static PetscInt atomicAnd(PetscInt* address,PetscInt val) in atomicAnd()
487 unsigned long long int old = *address_as_ull, assumed; in atomicAnd() local
494 __device__ static PetscInt atomicOr(PetscInt* address,PetscInt val) in atomicOr()
497 unsigned long long int old = *address_as_ull, assumed; in atomicOr() local
505 __device__ static PetscInt atomicXor(PetscInt* address,PetscInt val) in atomicXor()
508 unsigned long long int old = *address_as_ull, assumed; in atomicXor() local
544 int old = *address_as_int, assumed; in operator ()() local
558 unsigned long long int old = *address_as_ull, assumed; in operator ()() local