Home
last modified time | relevance | path

Searched refs:OD (Results 201 – 225 of 2723) sorted by relevance

12345678910>>...109

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDeclContextInternals.h177 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
178 OD != ODEnd; ++OD) { in HandleRedeclaration()
179 NamedDecl *OldD = *OD; in HandleRedeclaration()
181 *OD = D; in HandleRedeclaration()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDeclContextInternals.h177 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
178 OD != ODEnd; ++OD) { in HandleRedeclaration()
179 NamedDecl *OldD = *OD; in HandleRedeclaration()
181 *OD = D; in HandleRedeclaration()
/dports/science/code_saturne/code_saturne-7.1.0/docs/theory/
H A Dlagrangian.tex68OD}$ and each subtriangle composing the face (for instance, the face on the right-hand side in \fi…
71 …\frac{\vect{OD}\cdot(\vect{GP_1}\wedge\vect{GO})}{\vect{OD}\cdot(\vect{GP_2}\wedge\vect{GP_1})} < …
72 …\frac{\vect{OD}\cdot(\vect{GP_2}\wedge\vect{GO})}{\vect{OD}\cdot(\vect{GP_2}\wedge\vect{GP_1})} > …
73 …\frac{\vect{OD}\cdot(\vect{P_1P_2}\wedge\vect{P_1O})}{\vect{OD}\cdot(\vect{GP_2}\wedge\vect{GP_1})…
79 If the line ($OD$) crosses a triangle, the coordinates of the intersection point $I$ are calculated…
81 \vect{x}_I = \vect{x}_O + t \times \vect{OD}
86 …t = \frac{\vect{GO}\cdot(\vect{GP_2}\wedge\vect{GP_1})}{\vect{OD}\cdot(\vect{GP_2}\wedge\vect{GP_…
90OD$) crosses one of the faces of the current cell. Comparing the orientation of the displacement v…
156OD}$ may cross several subtriangles of a single face. To properly treat such cases, a parameter ha…
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/tests/
H A Dtest_modules.py52 from pybind11_tests.modules import OD
55 assert OD is OrderedDict
56 assert str(OD([(1, 'a'), (2, 'b')])) == "OrderedDict([(1, 'a'), (2, 'b')])"
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dtest_modules.py57 from pybind11_tests.modules import OD
60 assert OD is OrderedDict
61 assert str(OD([(1, "a"), (2, "b")])) == "OrderedDict([(1, 'a'), (2, 'b')])"
/dports/textproc/p5-xmltv/xmltv-0.5.70/t/
H A Dtest_tv_imdb.t108 open(OD, "$output") || die "$output:$!";
111 my $out=<OD>;
124 close(OD);
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/pybind11/tests/
H A Dtest_modules.py52 from pybind11_tests.modules import OD
55 assert OD is OrderedDict
56 assert str(OD([(1, 'a'), (2, 'b')])) == "OrderedDict([(1, 'a'), (2, 'b')])"
/dports/games/opendungeons/OpenDungeons-0.7.1/tools/portable/
H A DHOWTO.md24 recent enough to build OD's dependencies without trouble. OD is also still in
34 Then, build and install those core OD dependencies:
43 needed to build the OD dependencies.
46 sufficient for OD 0.4.9.
69 end, we initialise the OD build with:
82 We can list the libraries needed by the OD binary using ```ldd```. The given
100 run OD. This part might need editing if we start using different plugins in
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dref_resampling.cl29 const float id = (od + .5f) * ID / OD;
144 uint left_sd = id == 0 ? 0 : LS(id, OD, ID);
147 uint right_sd = RS(id, OD, ID);
150 uint left_ed = LE(id, OD, ID, OD);
153 uint right_ed = id == (ID - 1) ? OD : RE(id, OD, ID, OD);
171 float d = L(i, ID, OD);
H A Dgen9_conv_dw_bwd_data.cl43 diff_dst += mb * OC * G * OD * OH * OW + g * OC * OD * OH * OW * MB_BLOCK;
75 if (od >= OD || oh >= OH || ow >= OW) continue;
93 do_ker = do_ker && (od < OD && oh < OH && ow < OW);
154 diff_dst += mb * OC * G * OD * OH * OW + g * OC * OD * OH * OW * MB_BLOCK;
181 if (od >= OD || oh >= OH) continue;
196 do_ker = do_ker && (oh < OH && od < OD);
235 diff_dst1 += OC_BLOCK * OD * OH * OW * MB_BLOCK;
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dref_resampling.cl29 const float id = (od + .5f) * ID / OD;
145 uint left_sd = id == 0 ? 0 : LS(id, OD, ID);
148 uint right_sd = RS(id, OD, ID);
151 uint left_ed = LE(id, OD, ID, OD);
154 uint right_ed = id == (ID - 1) ? OD : RE(id, OD, ID, OD);
172 float d = L(i, ID, OD);
H A Dgen9_conv_dw_bwd_data.cl46 diff_dst += mb * OC * G * OD * OH * OW + g * OC * OD * OH * OW * MB_BLOCK;
78 if (od >= OD || oh >= OH || ow >= OW) continue;
96 do_ker = do_ker && (od < OD && oh < OH && ow < OW);
158 diff_dst += mb * OC * G * OD * OH * OW + g * OC * OD * OH * OW * MB_BLOCK;
185 if (od >= OD || oh >= OH) continue;
200 do_ker = do_ker && (oh < OH && od < OD);
239 diff_dst1 += OC_BLOCK * OD * OH * OW * MB_BLOCK;
/dports/misc/libemos/libemos-4.5.9-Source/tools/lsmReducedGaussian/
H A Dlsm.mars39 CLASS = OD,
54 CLASS = OD,
70 CLASS = OD,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/benchmarks/
H A DMemcmp.cpp27 : MOD(Conf), OD(Conf), ABuffer(Conf.BufferSize), BBuffer(Conf.BufferSize), in MemcmpContext()
52 P.Offset = OD(Gen); in Randomize()
75 OffsetDistribution OD; member
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dtest_modules.py57 from pybind11_tests.modules import OD
60 assert OD is OrderedDict
61 assert str(OD([(1, "a"), (2, "b")])) == "OrderedDict([(1, 'a'), (2, 'b')])"
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dtest_modules.py59 from pybind11_tests.modules import OD
61 assert OD is OrderedDict
62 assert str(OD([(1, "a"), (2, "b")])) == "OrderedDict([(1, 'a'), (2, 'b')])"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/benchmarks/
H A DMemcmp.cpp27 : MOD(Conf), OD(Conf), ABuffer(Conf.BufferSize), BBuffer(Conf.BufferSize), in MemcmpContext()
52 P.Offset = OD(Gen); in Randomize()
75 OffsetDistribution OD; member
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dtest_modules.py59 from pybind11_tests.modules import OD
61 assert OD is OrderedDict
62 assert str(OD([(1, "a"), (2, "b")])) == "OrderedDict([(1, 'a'), (2, 'b')])"
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/conv/
H A Dref_conv.cpp137 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_direct_fwd() local
177 dnnl::impl::parallel_nd(G, MB, OCG, OD, OH, OW, in compute_ref_direct_fwd()
217 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_direct_bwd_d() local
263 precompute_ok(id, OD, KD, SD, PD, DD, num_d, od, kd); in compute_ref_direct_bwd_d()
268 + (mb * OC + g * OCG) * OD * OH * OW; in compute_ref_direct_bwd_d()
291 + (mb * OC + g * OCG) * OD * OH * OW; in compute_ref_direct_bwd_d()
297 if (od < 0 || od % SD || od >= OD * SD) continue; in compute_ref_direct_bwd_d()
363 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_bwd_weights() local
383 compute_bounds(ID, OD, kd, SD, PD, DD, od_s, od_e); in compute_ref_bwd_weights()
425 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_bwd_bias() local
[all …]
/dports/shells/v7sh/v7sh-1.0_1/
H A Dname.c47 OD
63 OD
81 THEN WHILE alphanum((INT) *argscan) DO argscan++ OD
217 OD
264 OD
285 OD
364 WHILE *e DO rsflag=setname(*e++, N_ENVNAM) & rsflag OD in getenv()
373 DO setname(*e++, N_ENVNAM) OD in getenv()
/dports/science/mdynamix/md528/bench_suite/test1/
H A Ddmpc_UA.start13 OD 15.619999 49.750000 13.590000
59 OD 19.070000 21.629999 9.880001
105 OD 9.510000 22.320000 15.029999
151 OD 22.820000 41.380001 14.730000
197 OD 21.219999 12.550001 10.100000
243 OD 18.450001 24.750000 12.240000
289 OD 13.170000 28.809999 15.439999
335 OD 26.090000 32.529999 13.700001
519 OD 27.430000 3.780001 15.480000
657 OD 46.009998 29.200001 9.860001
[all …]
/dports/graphics/epstool/epstool-3.09/src/
H A Dunixcom.mak36 OD=$(OBJDIR)/$(NUL) macro
44 FEO=-o $(OD)
45 FOO=-o $(OD)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dref_pooling.cpp166 const int OD = pd()->OD(); in execute_forward() local
171 parallel_nd(MB, OC, OD, OH, OW, in execute_forward()
175 = (((mb * OC + oc) * OD + od) * OH + oh) * OW + ow; in execute_forward()
189 parallel_nd(MB, OC, OD, OH, OW, in execute_forward()
193 = (((mb * OC + oc) * OD + od) * OH + oh) * OW + ow; in execute_forward()
325 const int OD = pd()->OD(); in execute_backward() local
336 int od_end = min(OD, 1 + (padF + ID - 1) / SD); in execute_backward()
/dports/games/devilutionX/devilutionX-1.2.1/Packaging/OpenDingux/
H A Dgkd350h.desktop10 X-OD-Manual=readme.gcw0.txt
11 X-OD-NeedsDownscaling=true
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dref_convolution.cpp50 const auto OD = pd()->OD(); in execute_forward() local
186 parallel_nd(G, MB, OC, OD, OH, OW, in execute_forward()
206 dim_t dst_l_off = (mb * OC * G + g * OC + oc) * OD * OH * OW in execute_forward()
238 const auto OD = pd()->OD(); in execute_backward_data() local
283 if (od < OD && oh < OH && ow < OW) { in execute_backward_data()
339 if (od >= OD || oh >= OH || ow >= OW) continue; in execute_backward_data()
374 if (od >= OD || oh >= OH || ow >= OW) continue; in execute_backward_data()
428 const auto OD = pd()->OD(); in execute_backward_weights() local
458 for_(dim_t od = 0; od < OD; ++od) in execute_backward_weights()
509 for_(dim_t od = 0; od < OD; ++od) in execute_backward_weights()
[all …]

12345678910>>...109