Home
last modified time | relevance | path

Searched refs:Depth (Results 1 – 25 of 6405) sorted by relevance

12345678910>>...257

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dgenerate.c453 if (!Depth) in place_random_stairs()
457 else if (is_quest(Depth) || (Depth >= MAX_DEPTH-1)) in place_random_stairs()
619 if (!Depth) in alloc_stairs()
626 else if (is_quest(Depth) || (Depth >= MAX_DEPTH-1)) in alloc_stairs()
1960 if ((Depth <= 40) && (randint1(Depth*Depth + 1) < 300)) in build_type5()
2271 if ((Depth <= 40) && (randint1(Depth*Depth + 1) < 300)) in build_type6()
2520 (randint1((Depth-40) * (Depth-40) + 1) < 400)) in build_type7()
2560 (randint1((Depth-40) * (Depth-40) + 1) < 400)) in build_type8()
4087 if (Depth > 0) wipe_m_list(Depth); in dealloc_dungeon_level()
4091 if (Depth > 0) wipe_o_list(Depth); in dealloc_dungeon_level()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw8222.pp46 Depth: Integer;
80 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject1.Create'); Inc(Depth); try
86 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject1.Create');
95 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject1.Destroy'); Inc(Depth); try
99 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject1.Destroy');
162 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject2.Create'); Inc(Depth); try
166 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject2.Create');
175 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject2.Destroy'); Inc(Depth); try
179 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject2.Destroy');
242 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject3.Create'); Inc(Depth); try
[all …]
H A Dtw8222a.pp46 Depth: Integer;
80 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject1.Create'); Inc(Depth); try
86 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject1.Create');
95 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject1.Destroy'); Inc(Depth); try
99 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject1.Destroy');
162 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject2.Create'); Inc(Depth); try
166 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject2.Create');
175 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject2.Destroy'); Inc(Depth); try
180 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject2.Destroy');
243 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject3.Create'); Inc(Depth); try
[all …]
H A Dtw8222b.pp46 Depth: Integer;
80 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject1.Create'); Inc(Depth); try
85 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject1.Create');
94 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject1.Destroy'); Inc(Depth); try
98 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject1.Destroy');
161 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject2.Create'); Inc(Depth); try
165 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject2.Create');
174 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject2.Destroy'); Inc(Depth); try
178 Dec(Depth); WriteLn(StringOfChar(' ', Depth * 2), '<- TMyObject2.Destroy');
241 WriteLn(StringOfChar(' ', Depth * 2), '-> TMyObject3.Create'); Inc(Depth); try
[all …]
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/tests/unit/
H A Dtest_deciders.py24 self.assertEqual(deciders.Depth.ALL,
27 self.assertEqual(deciders.Depth.ATOM,
31 self.assertEqual(deciders.Depth.NEIGHBORS,
34 self.assertEqual(deciders.Depth.FLOW,
43 choices = [deciders.Depth.ATOM, deciders.Depth.FLOW]
45 choices = [deciders.Depth.ATOM, deciders.Depth.FLOW,
46 deciders.Depth.ALL]
48 choices = [deciders.Depth.ATOM, deciders.Depth.FLOW,
49 deciders.Depth.ALL, deciders.Depth.NEIGHBORS]
51 choices = [deciders.Depth.ATOM, deciders.Depth.NEIGHBORS]
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DDepth.cpp23 REGISTER_DOTOSGWRAPPER(Depth)
25 new osg::Depth,
37 Depth& depth = static_cast<Depth&>(obj); in Depth_readLocalData()
39 Depth::Function func; in Depth_readLocalData()
77 const Depth& depth = static_cast<const Depth&>(obj); in Depth_writeLocalData()
110 case(Depth::NEVER): return "NEVER"; in Depth_getFuncStr()
111 case(Depth::LESS): return "LESS"; in Depth_getFuncStr()
112 case(Depth::EQUAL): return "EQUAL"; in Depth_getFuncStr()
113 case(Depth::LEQUAL): return "LEQUAL"; in Depth_getFuncStr()
116 case(Depth::GEQUAL): return "GEQUAL"; in Depth_getFuncStr()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DDepth.cpp23 REGISTER_DOTOSGWRAPPER(Depth)
25 new osg::Depth,
37 Depth& depth = static_cast<Depth&>(obj); in Depth_readLocalData()
39 Depth::Function func; in Depth_readLocalData()
77 const Depth& depth = static_cast<const Depth&>(obj); in Depth_writeLocalData()
110 case(Depth::NEVER): return "NEVER"; in Depth_getFuncStr()
111 case(Depth::LESS): return "LESS"; in Depth_getFuncStr()
112 case(Depth::EQUAL): return "EQUAL"; in Depth_getFuncStr()
113 case(Depth::LEQUAL): return "LEQUAL"; in Depth_getFuncStr()
116 case(Depth::GEQUAL): return "GEQUAL"; in Depth_getFuncStr()
[all …]
/dports/lang/asis/asis-gpl-2016-src/tools/gnatmetric/
H A Dmetrics-compute.adb372 Depth => Depth + 1);
377 Depth => Depth + 3);
382 Depth => Depth + 2);
386 Depth => Depth + 4);
390 Depth => Depth + 2);
394 Depth => Depth + 4);
398 Depth => Depth + 2);
402 Depth => Depth + 4);
675 Depth => State.Depth,
1208 Depth => Depth + 3);
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/property_test/
H A Dbeam_types_prop.erl176 type(Depth) ->
180 term_type(Depth) ->
184 term_types(Depth) ->
192 nested_generators(Depth) when Depth =< 0 ->
230 gen_fun(Depth) ->
240 gen_list(Depth) ->
248 gen_map(Depth) ->
253 gen_tuple(Depth) ->
254 ?SHRINK(oneof([gen_tuple_plain(Depth), gen_tuple_record(Depth)]),
289 gen_union(Depth) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/property_test/
H A Dbeam_types_prop.erl176 type(Depth) ->
180 term_type(Depth) ->
184 term_types(Depth) ->
192 nested_generators(Depth) when Depth =< 0 ->
230 gen_fun(Depth) ->
240 gen_list(Depth) ->
248 gen_map(Depth) ->
253 gen_tuple(Depth) ->
254 ?SHRINK(oneof([gen_tuple_plain(Depth), gen_tuple_record(Depth)]),
289 gen_union(Depth) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/property_test/
H A Dbeam_types_prop.erl176 type(Depth) ->
180 term_type(Depth) ->
184 term_types(Depth) ->
192 nested_generators(Depth) when Depth =< 0 ->
230 gen_fun(Depth) ->
240 gen_list(Depth) ->
248 gen_map(Depth) ->
253 gen_tuple(Depth) ->
254 ?SHRINK(oneof([gen_tuple_plain(Depth), gen_tuple_record(Depth)]),
289 gen_union(Depth) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/property_test/
H A Dbeam_types_prop.erl176 type(Depth) ->
180 term_type(Depth) ->
184 term_types(Depth) ->
192 nested_generators(Depth) when Depth =< 0 ->
230 gen_fun(Depth) ->
240 gen_list(Depth) ->
248 gen_map(Depth) ->
253 gen_tuple(Depth) ->
254 ?SHRINK(oneof([gen_tuple_plain(Depth), gen_tuple_record(Depth)]),
289 gen_union(Depth) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/property_test/
H A Dbeam_types_prop.erl176 type(Depth) ->
180 term_type(Depth) ->
184 term_types(Depth) ->
192 nested_generators(Depth) when Depth =< 0 ->
230 gen_fun(Depth) ->
240 gen_list(Depth) ->
248 gen_map(Depth) ->
253 gen_tuple(Depth) ->
254 ?SHRINK(oneof([gen_tuple_plain(Depth), gen_tuple_record(Depth)]),
289 gen_union(Depth) ->
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp88 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
154 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
231 Depth + 1); in computeKnownBitsImpl()
233 Depth + 1); in computeKnownBitsImpl()
240 Depth + 1); in computeKnownBitsImpl()
242 Depth + 1); in computeKnownBitsImpl()
256 Depth + 1); in computeKnownBitsImpl()
258 Depth + 1); in computeKnownBitsImpl()
266 Depth + 1); in computeKnownBitsImpl()
268 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp89 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
166 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
261 Depth + 1); in computeKnownBitsImpl()
263 Depth + 1); in computeKnownBitsImpl()
270 Depth + 1); in computeKnownBitsImpl()
272 Depth + 1); in computeKnownBitsImpl()
288 Depth + 1); in computeKnownBitsImpl()
290 Depth + 1); in computeKnownBitsImpl()
298 Depth + 1); in computeKnownBitsImpl()
300 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp89 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
166 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
261 Depth + 1); in computeKnownBitsImpl()
263 Depth + 1); in computeKnownBitsImpl()
270 Depth + 1); in computeKnownBitsImpl()
272 Depth + 1); in computeKnownBitsImpl()
288 Depth + 1); in computeKnownBitsImpl()
290 Depth + 1); in computeKnownBitsImpl()
298 Depth + 1); in computeKnownBitsImpl()
300 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp89 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
166 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
261 Depth + 1); in computeKnownBitsImpl()
263 Depth + 1); in computeKnownBitsImpl()
270 Depth + 1); in computeKnownBitsImpl()
272 Depth + 1); in computeKnownBitsImpl()
288 Depth + 1); in computeKnownBitsImpl()
290 Depth + 1); in computeKnownBitsImpl()
298 Depth + 1); in computeKnownBitsImpl()
300 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp89 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
166 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
261 Depth + 1); in computeKnownBitsImpl()
263 Depth + 1); in computeKnownBitsImpl()
270 Depth + 1); in computeKnownBitsImpl()
272 Depth + 1); in computeKnownBitsImpl()
288 Depth + 1); in computeKnownBitsImpl()
290 Depth + 1); in computeKnownBitsImpl()
298 Depth + 1); in computeKnownBitsImpl()
300 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp89 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
166 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
261 Depth + 1); in computeKnownBitsImpl()
263 Depth + 1); in computeKnownBitsImpl()
270 Depth + 1); in computeKnownBitsImpl()
272 Depth + 1); in computeKnownBitsImpl()
288 Depth + 1); in computeKnownBitsImpl()
290 Depth + 1); in computeKnownBitsImpl()
298 Depth + 1); in computeKnownBitsImpl()
300 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp89 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
166 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
261 Depth + 1); in computeKnownBitsImpl()
263 Depth + 1); in computeKnownBitsImpl()
270 Depth + 1); in computeKnownBitsImpl()
272 Depth + 1); in computeKnownBitsImpl()
288 Depth + 1); in computeKnownBitsImpl()
290 Depth + 1); in computeKnownBitsImpl()
298 Depth + 1); in computeKnownBitsImpl()
300 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DSelectMgr_SortCriterion.hxx32 Standard_Real Depth; //!< distance from the view plane to the entity member in SelectMgr_SortCriterion
45 : Depth (0.0), in SelectMgr_SortCriterion()
71 if (Abs (Depth - theOther.Depth) > (Tolerance + theOther.Tolerance)) in IsGreater()
73 return Depth < theOther.Depth; in IsGreater()
97 if (Abs (Depth - theOther.Depth) <= Precision::Confusion()) in IsGreater()
102 return Depth < theOther.Depth; in IsGreater()
118 && Abs (Depth - theOther.Depth) > (Tolerance + theOther.Tolerance)) in IsLower()
120 return Depth > theOther.Depth; in IsLower()
144 if (Abs (Depth - theOther.Depth) <= Precision::Confusion()) in IsLower()
149 return Depth > theOther.Depth; in IsLower()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp88 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
154 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
230 Depth + 1); in computeKnownBitsImpl()
232 Depth + 1); in computeKnownBitsImpl()
239 Depth + 1); in computeKnownBitsImpl()
241 Depth + 1); in computeKnownBitsImpl()
255 Depth + 1); in computeKnownBitsImpl()
257 Depth + 1); in computeKnownBitsImpl()
265 Depth + 1); in computeKnownBitsImpl()
267 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp88 dbgs() << "[" << Depth << "] Compute known bits: " << MI << "[" << Depth in dumpResult()
154 if (Depth >= getMaxDepth()) in computeKnownBitsImpl()
230 Depth + 1); in computeKnownBitsImpl()
232 Depth + 1); in computeKnownBitsImpl()
239 Depth + 1); in computeKnownBitsImpl()
241 Depth + 1); in computeKnownBitsImpl()
255 Depth + 1); in computeKnownBitsImpl()
257 Depth + 1); in computeKnownBitsImpl()
265 Depth + 1); in computeKnownBitsImpl()
267 Depth + 1); in computeKnownBitsImpl()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl95 Depth = 20,
98 do_one_logfile(Log, Ev, Depth)
106 do_one_logfile(Log, Ev, Depth) ->
144 Depth = 20,
147 do_one_tty(Log, Ev, Depth)
155 do_one_tty(Log, Ev, Depth) ->
326 format_rep(Rep, Depth)];
327 format_rep([Other|Rep], Depth) ->
329 format_rep(Rep, Depth)];
382 dl_format_1(Fs, As, Depth, [$P,$~|Facc], [Depth,A|Acc]);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Derror_logger_h_SUITE.erl95 Depth = 20,
98 do_one_logfile(Log, Ev, Depth)
106 do_one_logfile(Log, Ev, Depth) ->
144 Depth = 20,
147 do_one_tty(Log, Ev, Depth)
155 do_one_tty(Log, Ev, Depth) ->
326 format_rep(Rep, Depth)];
327 format_rep([Other|Rep], Depth) ->
329 format_rep(Rep, Depth)];
382 dl_format_1(Fs, As, Depth, [$P,$~|Facc], [Depth,A|Acc]);
[all …]

12345678910>>...257