Home
last modified time | relevance | path

Searched refs:atomic_max (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/devel/oclgrind/Oclgrind-21.10/tests/kernels/atomics/
H A Datomic_minmax_signed.cl10 atomic_max(data+6, -8);
11 atomic_max(data+7, -6);
12 atomic_max(data+8, 3);
13 atomic_max(data+9, -3);
14 atomic_max(data+10, 6);
15 atomic_max(data+11, 8);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/OpenCLC/
H A DComputeBounds.cl56 atomic_max(&(clothMaxBounds[clothIdentifier*4]), positionUInt.x);
57 atomic_max(&(clothMaxBounds[clothIdentifier*4+1]), positionUInt.y);
58 atomic_max(&(clothMaxBounds[clothIdentifier*4+2]), positionUInt.z);
73 atomic_max(&(g_clothMaxBounds[get_local_id(0)*4]), clothMaxBounds[get_local_id(0)*4]);
74 atomic_max(&(g_clothMaxBounds[get_local_id(0)*4+1]), clothMaxBounds[get_local_id(0)*4+1]);
75 atomic_max(&(g_clothMaxBounds[get_local_id(0)*4+2]), clothMaxBounds[get_local_id(0)*4+2]);
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/execute/builtin/atomic/
H A Datomic_max-global-return.cl3 name: atomic_max global, with usage of return variable
46 mem[1] = atomic_max(mem, 1); \
53 TYPE ret = atomic_max(mem, id); \
54 TYPE ret2 = atomic_max(&mem[(id+1)*2], id+ret*mul); \
H A Datomic_max-global.cl3 name: atomic_max global, no usage of return variable
46 atomic_max(mem, 1); \
52 atomic_max(mem, id); \
H A Datomic_max-local.cl3 name: atomic_max local
63 TYPE a = atomic_max(mem, other); \
72 atomic_max(mem, get_global_id(0)); \
/dports/lang/pocl/pocl-1.8/lib/kernel/hsail64/
H A Datomics.cl95 ATOMIC_FUNC_DEFINE(signed, signed, int, atomic_max, atomic_max, global, 1)
96 ATOMIC_FUNC_DEFINE(signed, signed, int, atomic_max, atomic_max, local, 3)
97 ATOMIC_FUNC_DEFINE(unsigned, unsigned, int, atomic_max, atomic_umax, global, 1)
98 ATOMIC_FUNC_DEFINE(unsigned, unsigned, int, atomic_max, atomic_umax, local, 3)
/dports/devel/hyperscan/boost_1_75_0/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> in invoked_as()
92 atomic_max() in invoked_as()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/devel/boost-libs/boost_1_72_0/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/devel/boost-docs/boost_1_72_0/boost/compute/functional/
H A Datomic.hpp89 class atomic_max : public function<T (T*, T)> class
92 atomic_max() in atomic_max() function in boost::compute::atomic_max
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/
H A Dnext_permutation.hpp47 atomic_max<int_> atomic_max_int; in next_permutation_helper()
95 atomic_max<int_> atomic_max_int; in np_ceiling()
H A Dprev_permutation.hpp47 atomic_max<int_> atomic_max_int; in prev_permutation_helper()
95 atomic_max<int_> atomic_max_int; in pp_floor()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max
/dports/devel/libclc/libclc-12.0.1.src/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libclc/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max
/dports/devel/llvm12/llvm-project-12.0.1.src/libclc/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libclc/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libclc/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libclc/generic/include/clc/atomic/
H A Datomic_max.h1 #define __CLC_FUNCTION atomic_max

12345678