Home
last modified time | relevance | path

Searched defs:Unroll (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/grid/detail/
H A Dreduce.hpp68 template <> struct Unroll<1> struct
71 __device__ __forceinline__ static volatile R* smem(R* ptr) in smem()
77 __device__ __forceinline__ static R& res(R& val) in res()
83 __device__ __forceinline__ static const Op& op(const Op& aop) in op()
89 template <> struct Unroll<2> struct
92 __device__ __forceinline__ static tuple<volatile R*, volatile R*> smem(R* ptr) in smem()
104 __device__ __forceinline__ static tuple<Op, Op> op(const Op& aop) in op()
110 template <> struct Unroll<3> struct
127 __device__ __forceinline__ static tuple<Op, Op, Op> op(const Op& aop) in op()
133 template <> struct Unroll<4> struct
[all …]
H A Dcopy.hpp84 template <int count> struct Unroll struct
87 … __device__ static void copy(const SrcPtrTuple& src, DstPtrTuple& dst, const int y, const int x) in copy()
96 template <> struct Unroll<0> struct
99 …__device__ __forceinline__ static void copy(const SrcPtrTuple&, DstPtrTuple&, const int, const int) in copy()
H A Dtransform.hpp367 template <int count> struct Unroll struct
370 …ce__ static void transform(const SrcVal& srcVal, DstPtrTuple& dst, const OpTuple& op, int y, int x) in transform()
379 template <> struct Unroll<0> struct
382 …vice__ __forceinline__ static void transform(const SrcVal&, DstPtrTuple&, const OpTuple&, int, int) in transform()
/dports/graphics/opencv/opencv-4.5.3/modules/photo/src/cuda/
H A Dnlm.cu186 template <> struct Unroll<1> struct
189 … __device__ __forceinline__ thrust::tuple<volatile float*, volatile float*> smem_tuple(float* smem) in smem_tuple()
194 … static __device__ __forceinline__ thrust::tuple<float&, float&> tie(float& val1, float& val2) in tie()
199 static __device__ __forceinline__ const thrust::tuple<plus<float>, plus<float> > op() in op()
205 template <> struct Unroll<2> struct
213 …tic __device__ __forceinline__ thrust::tuple<float&, float&, float&> tie(float& val1, float2& val2) in tie()
218 … static __device__ __forceinline__ const thrust::tuple<plus<float>, plus<float>, plus<float> > op() in op()
224 template <> struct Unroll<3> struct
232 …vice__ __forceinline__ thrust::tuple<float&, float&, float&, float&> tie(float& val1, float3& val2) in tie()
237 …ice__ __forceinline__ const thrust::tuple<plus<float>, plus<float>, plus<float>, plus<float> > op() in op()
[all …]
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/transform/
H A Dloop_unroll.h48 struct Unroll : public Builder { struct
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/block/detail/
H A Dreduce.hpp282 template <int I, typename Pointer, typename Reference, class Op> struct Unroll struct
284 __device__ static void loop(Pointer smem, Reference val, uint tid, Op op) in loop()
291 __device__ static void loopShfl(Reference val, Op op, uint N) in loopShfl()
299 … template <typename Pointer, typename Reference, class Op> struct Unroll<0, Pointer, Reference, Op> struct
301 __device__ __forceinline__ static void loop(Pointer, Reference, uint, Op) in loop()
306 __device__ __forceinline__ static void loopShfl(Reference, Op, uint) in loopShfl()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dbcrc32.c274 const size_t Unroll = 4; variable
327 const size_t Unroll = 4; variable
408 const size_t Unroll = 4; in bcrc32() local
492 const size_t Unroll = 4; in bcrc32_bad() local
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dbcrc32.c274 const size_t Unroll = 4; variable
327 const size_t Unroll = 4; variable
408 const size_t Unroll = 4; in bcrc32() local
492 const size_t Unroll = 4; in bcrc32_bad() local
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dbcrc32.c274 const size_t Unroll = 4; variable
327 const size_t Unroll = 4; variable
408 const size_t Unroll = 4; in bcrc32() local
492 const size_t Unroll = 4; in bcrc32_bad() local
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dbcrc32.c274 const size_t Unroll = 4; variable
327 const size_t Unroll = 4; variable
408 const size_t Unroll = 4; in bcrc32() local
492 const size_t Unroll = 4; in bcrc32_bad() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/detail/
H A Dreduce.hpp249 struct Unroll struct
251 static __device__ void loopShfl(Reference val, Op op, unsigned int N) in loopShfl()
256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) in loop()
263 struct Unroll<0, Pointer, Reference, Op> struct
265 static __device__ void loopShfl(Reference, Op, unsigned int) in loopShfl()
268 static __device__ void loop(Pointer, Reference, unsigned int, Op) in loop()
H A Dreduce_key_val.hpp375 struct Unroll struct
377 static __device__ void loopShfl(KR key, VR val, Cmp cmp, unsigned int N) in loopShfl()
382 … static __device__ void loop(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) in loop()
389 struct Unroll<0, KP, KR, VP, VR, Cmp> struct
391 static __device__ void loopShfl(KR, VR, Cmp, unsigned int) in loopShfl()
394 static __device__ void loop(KP, KR, VP, VR, unsigned int, Cmp) in loop()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/
H A Dcrc32_slice_by_8.c338 const size_t Unroll = 4; in crc32_slice_by_8() local
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/stored/crc32/
H A Dcrc32.cc349 const size_t Unroll = 4; in crc32_4x8bytes() local
404 const size_t Unroll = 4; in crc32_16bytes() local
478 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/stored/crc32/
H A Dcrc32.cc349 const size_t Unroll = 4; in crc32_4x8bytes() local
404 const size_t Unroll = 4; in crc32_16bytes() local
478 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/stored/crc32/
H A Dcrc32.cc350 const size_t Unroll = 4; in crc32_4x8bytes() local
405 const size_t Unroll = 4; in crc32_16bytes() local
479 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/stored/crc32/
H A Dcrc32.cc350 const size_t Unroll = 4; in crc32_4x8bytes() local
405 const size_t Unroll = 4; in crc32_16bytes() local
479 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/stored/crc32/
H A Dcrc32.cc350 const size_t Unroll = 4; in crc32_4x8bytes() local
405 const size_t Unroll = 4; in crc32_16bytes() local
479 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/stored/crc32/
H A Dcrc32.cc349 const size_t Unroll = 4; in crc32_4x8bytes() local
404 const size_t Unroll = 4; in crc32_16bytes() local
478 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/stored/crc32/
H A Dcrc32.cc349 const size_t Unroll = 4; in crc32_4x8bytes() local
404 const size_t Unroll = 4; in crc32_16bytes() local
478 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/stored/crc32/
H A Dcrc32.cc350 const size_t Unroll = 4; in crc32_4x8bytes() local
405 const size_t Unroll = 4; in crc32_16bytes() local
479 const size_t Unroll = 4; in crc32_16bytes_prefetch() local
/dports/math/gmp-ecm/ecm-7.0.4/athlon/
H A Dredc.asm73 Unroll: label
/dports/math/gmp-ecm/ecm-7.0.4/pentium4/
H A Dredc.asm73 Unroll: label
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A Dcrc32.c647 const size_t Unroll = 4; in crc32_16bytes() local
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/image/
H A Dcrc32k.cpp325 const size_t Unroll = 4; in crc32_16bytes_prefetch() local

123456789