Home
last modified time | relevance | path

Searched refs:STRIDE (Results 1 – 25 of 1437) sorted by relevance

12345678910>>...58

/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/stride/src/
H A DSTRIDE.cpp46 ompl::geometric::STRIDE::STRIDE(const base::SpaceInformationPtr &si, bool useProjectedDistance, uns… in STRIDE() function in ompl::geometric::STRIDE
62 …Planner::declareParam<double>("range", this, &STRIDE::setRange, &STRIDE::getRange, "0.:1.:10000."); in STRIDE()
63 …Planner::declareParam<double>("goal_bias", this, &STRIDE::setGoalBias, &STRIDE::getGoalBias, "0.:.… in STRIDE()
66 …Planner::declareParam<unsigned int>("degree", this, &STRIDE::setDegree, &STRIDE::getDegree, "2:20"… in STRIDE()
67 …Planner::declareParam<unsigned int>("max_degree", this, &STRIDE::setMaxDegree, &STRIDE::getMaxDegr… in STRIDE()
68 …Planner::declareParam<unsigned int>("min_degree", this, &STRIDE::setMinDegree, &STRIDE::getMinDegr… in STRIDE()
77 ompl::geometric::STRIDE::~STRIDE() in ~STRIDE()
82 void ompl::geometric::STRIDE::setup() in setup()
91 void ompl::geometric::STRIDE::setupTree() in setupTree()
107 void ompl::geometric::STRIDE::clear() in clear()
[all …]
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Dtest_btrie.py71 STRIDE = 5 variable
74 STRIDE = 4 variable
145 (0, (8 - STRIDE), "root"),
175 (0, 9 - STRIDE, "root"),
213 (0, STRIDE, "term"),
227 (0, STRIDE + 2, "term"),
242 (1, STRIDE + 2, "term"),
307 (0, STRIDE, "int data"),
324 (0, 9 - STRIDE, "tbm"),
328 (0, 8 - STRIDE, "top"),
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/block/
H A Dblock.hpp77 uint STRIDE = Block::blockSize(); in blockFill() local
80 for(; t < end; t += STRIDE) in blockFill()
87 uint STRIDE = Block::blockSize(); in blockYota() local
91 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE) in blockYota()
98 uint STRIDE = Block::blockSize(); in blockCopy() local
102 for(; t < end; t += STRIDE, o += STRIDE) in blockCopy()
109 uint STRIDE = Block::blockSize(); in blockTransform() local
113 for(; t < end; t += STRIDE, o += STRIDE) in blockTransform()
120 uint STRIDE = Block::blockSize(); in blockTransform() local
125 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, o += STRIDE) in blockTransform()
/dports/science/hdf5/hdf5-1.10.6/tools/testfiles/vds/
H A Dtvds_layout-1.ddl11 STRIDE (1,1,1)
21 STRIDE (1,1,1)
31 STRIDE (1,1,1)
41 STRIDE (1,1,1)
51 STRIDE (1,1,1)
61 STRIDE (1,1,1)
71 STRIDE (1,1,1)
81 STRIDE (1,1,1)
91 STRIDE (1,1,1)
101 STRIDE (1,1,1)
[all …]
H A Dtvds_layout-3_1.ddl11 STRIDE (1,1,1)
21 STRIDE (1,1,1)
31 STRIDE (1,1,1)
41 STRIDE (1,1,1)
51 STRIDE (1,1,1)
61 STRIDE (1,1,1)
71 STRIDE (1,1,1)
81 STRIDE (1,1,1)
91 STRIDE (1,1,1)
101 STRIDE (1,1,1)
[all …]
H A Dtvds_layout-2.ddl11 STRIDE (1,1,1)
21 STRIDE (1,1,1)
31 STRIDE (1,1,1)
41 STRIDE (1,1,1)
51 STRIDE (1,1,1)
61 STRIDE (1,1,1)
71 STRIDE (1,1,1)
81 STRIDE (1,1,1)
91 STRIDE (1,1,1)
101 STRIDE (1,1,1)
H A Dtvds_layout-3_2.ddl11 STRIDE (1,1,1)
21 STRIDE (1,1,1)
31 STRIDE (1,1,1)
41 STRIDE (1,1,1)
51 STRIDE (1,1,1)
61 STRIDE (1,1,1)
71 STRIDE (1,1,1)
81 STRIDE (1,1,1)
91 STRIDE (1,1,1)
101 STRIDE (1,1,1)
H A Dvds_layout-maxmin.ddl11 STRIDE (4,1,1)
21 STRIDE (1,1,1)
31 STRIDE (4,1,1)
41 STRIDE (1,1,1)
51 STRIDE (4,1,1)
61 STRIDE (1,1,1)
71 STRIDE (4,1,1)
81 STRIDE (1,1,1)
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
53 __tile_stored(buf, STRIDE, c); in test_tile_stored()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
53 __tile_stored(buf, STRIDE, c); in test_tile_stored()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/benchmarks/bytes_and_flops/
H A Dbench.hpp66 #define STRIDE 1 macro
68 #undef STRIDE
69 #define STRIDE 2 macro
71 #undef STRIDE
72 #define STRIDE 4 macro
74 #undef STRIDE
75 #define STRIDE 8 macro
77 #undef STRIDE
78 #define STRIDE 16 macro
80 #undef STRIDE
[all …]
/dports/devel/kokkos/kokkos-3.4.01/benchmarks/bytes_and_flops/
H A Dbench.hpp66 #define STRIDE 1 macro
68 #undef STRIDE
69 #define STRIDE 2 macro
71 #undef STRIDE
72 #define STRIDE 4 macro
74 #undef STRIDE
75 #define STRIDE 8 macro
77 #undef STRIDE
78 #define STRIDE 16 macro
80 #undef STRIDE
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/benchmarks/bytes_and_flops/
H A Dbench.hpp66 #define STRIDE 1 macro
68 #undef STRIDE
69 #define STRIDE 2 macro
71 #undef STRIDE
72 #define STRIDE 4 macro
74 #undef STRIDE
75 #define STRIDE 8 macro
77 #undef STRIDE
78 #define STRIDE 16 macro
80 #undef STRIDE
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
47 __tile_stream_loadd(&a, buf, STRIDE); in test_tile_stream_loadd()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
47 __tile_stream_loadd(&a, buf, STRIDE); in test_tile_stream_loadd()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
47 __tile_stream_loadd(&a, buf, STRIDE); in test_tile_stream_loadd()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
47 __tile_stream_loadd(&a, buf, STRIDE); in test_tile_stream_loadd()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
47 __tile_stream_loadd(&a, buf, STRIDE); in test_tile_stream_loadd()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Damx_api.c7 #define STRIDE 32 macro
22 __tile_loadd(&a, buf, STRIDE); in test_api()
23 __tile_loadd(&b, buf, STRIDE); in test_api()
24 __tile_loadd(&c, buf, STRIDE); in test_api()
26 __tile_loadd(&a, buf2, STRIDE); in test_api()
27 __tile_loadd(&b, buf2, STRIDE); in test_api()
28 __tile_loadd(&c, buf2, STRIDE); in test_api()
31 __tile_stored(buf, STRIDE, c); in test_api()
39 __tile_loadd(&a, buf, STRIDE); in test_tile_loadd()
47 __tile_stream_loadd(&a, buf, STRIDE); in test_tile_stream_loadd()
[all …]
/dports/converters/py-zfec/zfec-1.5.5/
H A Dstridetune-bench.ba.sh5 STRIDE=32
6 while [ $(( $STRIDE < 32769 )) ] ; do
11 PYTHONPATH=instdir ./setup.py develop --install-dir=instdir --stride=${STRIDE} >/dev/null
12 echo $STRIDE
13 PYTHONPATH=instdir python -OO ./bench/bench_zfec.py >> benchresults/comp_0-stride_$STRIDE
14 tail -1 benchresults/comp_0-stride_$STRIDE
15 STRIDE=$(( $STRIDE + 32 ))
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/
H A Dwarp.hpp60 STRIDE = WARP_SIZE enumerator
74 for(It t = beg + laneId(); t < end; t += STRIDE) in fill()
81 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in copy()
89 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in transform()
101 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, out += STRIDE) in transform()
131 for(OutIt t = beg + lane; t < end; t += STRIDE, value += STRIDE) in yota()
H A Dblock.hpp79 int STRIDE = stride(); in fill() local
82 for(; t < end; t += STRIDE) in fill()
89 int STRIDE = stride(); in yota() local
93 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE) in yota()
100 int STRIDE = stride(); in copy() local
104 for(; t < end; t += STRIDE, o += STRIDE) in copy()
111 int STRIDE = stride(); in transform() local
115 for(; t < end; t += STRIDE, o += STRIDE) in transform()
122 int STRIDE = stride(); in transform() local
127 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, o += STRIDE) in transform()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/octree/src/utils/
H A Dcopygen.hpp50 int STRIDE = gridDim.x * blockDim.x; in CopyKernel() local
51 for (int idx = (blockIdx.x * blockDim.x) + threadIdx.x; idx < length; idx += STRIDE) in CopyKernel()
63 int STRIDE = blockDim.x; in GenerateKernel() local
64 for (int idx = threadIdx.x; idx < length; idx += STRIDE, pos += STRIDE) in GenerateKernel()
76 int STRIDE = blockDim.x; in GenerateTasksKernel() local
77 for (int idx = threadIdx.x; idx < length; idx += STRIDE, pos += STRIDE) in GenerateTasksKernel()
/dports/science/plumed/plumed2-2.7.2/regtest/analysis/rt-histo/
H A Dplumed.dat12 DUMPGRID GRID=hA1 FILE=histoA1 STRIDE=1 FMT=%8.4f
13 DUMPGRID GRID=hA1 FILE=histoA2 STRIDE=2 FMT=%8.4f
26 DUMPGRID GRID=hA1n FILE=histoA1n STRIDE=1 FMT=%8.4f
38 DUMPGRID GRID=hA1u FILE=histoA1u STRIDE=1 FMT=%8.4f
39 DUMPGRID GRID=hA1u FILE=histoA2u STRIDE=2 FMT=%8.4f
52 DUMPGRID GRID=fA1 FILE=fesA1 STRIDE=1 FMT=%8.4f
53 DUMPGRID GRID=fA1 FILE=fesA2 STRIDE=2 FMT=%8.4f
68 DUMPGRID GRID=fA1u FILE=fesA1u STRIDE=1 FMT=%8.4f
69 DUMPGRID GRID=fA1u FILE=fesA2u STRIDE=2 FMT=%8.4f
/dports/science/plumed/plumed2-2.7.2/regtest/basic/rt7/
H A Dplumed.dat1 WHOLEMOLECULES ENTITY0=1-10 ENTITY1=11,14,15,16,20 STRIDE=1
4 DUMPATOMS ATOMS=c1,c2 STRIDE=10 FILE=atoms
7 DUMPATOMS ATOMS=1-108,c1,c2 STRIDE=10 FILE=wrap.xyz
10 DUMPATOMS ATOMS=1-108 STRIDE=10 FILE=wrap2.xyz
12 DUMPATOMS ATOMS=@allatoms STRIDE=1 FILE=all.xyz
13 DUMPATOMS ATOMS=@mdatoms STRIDE=1 FILE=physical.xyz
15 DUMPATOMS ATOMS=virtuals STRIDE=1 FILE=virtual.xyz

12345678910>>...58