Home
last modified time | relevance | path

Searched refs:Move (Results 26 – 50 of 14906) sorted by relevance

12345678910>>...597

/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail7815.d12 static if (is(Flags!Move)) in Helpers()
14 Flags!Move flags; in Helpers()
18 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
26 foreach (name; __traits(derivedMembers, Move)) in Flags()
41 struct Move struct
47 enum a7815 = Move.init.flags; argument
51 When the Move struct member is analyzed:
54 3. In Flags!Move, string mixin evaluates and CTFE lambda.
55 4. __traits(derivedMembers, Move) tries to see the member of Move.
57 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/games/knights/knights-21.12.3/src/rules/
H A Dchessrules.cpp126 QList<Move> moves; in legalMoves()
157 moves << Move ( pos, pos + d, Move::Take ); in legalMoves()
187 QList<Move> moves; in legalAttackMoves()
273 QList<Move> list; in movesInDirection()
279 list << Move ( pos, n, Move::Take ); in movesInDirection()
333 …move->setFlags ( move->flags() & ~(Move::Take | Move::Castle | Move::Check | Move::CheckMate | Mov… in checkSpecialFlags()
395 QList<Move> list; in pawnMoves()
420 list << Move ( pos, pos + captureDir, Move::Take ); in pawnMoves()
473 QList<Move> moves; in castlingMoves()
478 moves << Move::castling ( Move::QueenSide, color ); in castlingMoves()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dtest7815.d4 static if (is(Flags!Move)) in Helpers()
6 Flags!Move flags; in Helpers()
10 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
18 foreach (name; __traits(derivedMembers, Move)) in Flags()
33 struct Move struct
39 enum a7815 = Move.init.flags; argument
43 When the Move struct member is analyzed:
46 3. In Flags!Move, string mixin evaluates and CTFE lambda.
47 4. __traits(derivedMembers, Move) tries to see the member of Move.
49 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/
H A Dtest7815.d10 static if (is(Flags!Move)) in Helpers()
12 Flags!Move flags; in Helpers()
16 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
24 foreach (name; __traits(derivedMembers, Move)) in Flags()
39 struct Move struct
45 enum a7815 = Move.init.flags; argument
49 When the Move struct member is analyzed:
52 3. In Flags!Move, string mixin evaluates and CTFE lambda.
53 4. __traits(derivedMembers, Move) tries to see the member of Move.
55 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest7815.d4 static if (is(Flags!Move)) in Helpers()
6 Flags!Move flags; in Helpers()
10 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
18 foreach (name; __traits(derivedMembers, Move)) in Flags()
33 struct Move struct
39 enum a7815 = Move.init.flags; argument
43 When the Move struct member is analyzed:
46 3. In Flags!Move, string mixin evaluates and CTFE lambda.
47 4. __traits(derivedMembers, Move) tries to see the member of Move.
49 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/
H A Dtest7815.d4 static if (is(Flags!Move)) in Helpers()
6 Flags!Move flags; in Helpers()
10 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
18 foreach (name; __traits(derivedMembers, Move)) in Flags()
33 struct Move struct
39 enum a7815 = Move.init.flags; argument
43 When the Move struct member is analyzed:
46 3. In Flags!Move, string mixin evaluates and CTFE lambda.
47 4. __traits(derivedMembers, Move) tries to see the member of Move.
49 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest7815.d4 static if (is(Flags!Move)) in Helpers()
6 Flags!Move flags; in Helpers()
10 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
18 foreach (name; __traits(derivedMembers, Move)) in Flags()
33 struct Move struct
39 enum a7815 = Move.init.flags; argument
43 When the Move struct member is analyzed:
46 3. In Flags!Move, string mixin evaluates and CTFE lambda.
47 4. __traits(derivedMembers, Move) tries to see the member of Move.
49 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest7815.d10 static if (is(Flags!Move)) in Helpers()
12 Flags!Move flags; in Helpers()
16 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
24 foreach (name; __traits(derivedMembers, Move)) in Flags()
39 struct Move struct
45 enum a7815 = Move.init.flags; argument
49 When the Move struct member is analyzed:
52 3. In Flags!Move, string mixin evaluates and CTFE lambda.
53 4. __traits(derivedMembers, Move) tries to see the member of Move.
55 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/compilable/
H A Dtest7815.d10 static if (is(Flags!Move)) in Helpers()
12 Flags!Move flags; in Helpers()
16 pragma(msg, "X: ", __traits(derivedMembers, Flags!Move)); in Helpers()
24 foreach (name; __traits(derivedMembers, Move)) in Flags()
39 struct Move struct
45 enum a7815 = Move.init.flags; argument
49 When the Move struct member is analyzed:
52 3. In Flags!Move, string mixin evaluates and CTFE lambda.
53 4. __traits(derivedMembers, Move) tries to see the member of Move.
55 4b. `static if (is(Flags!Move))` in Helpers!() is evaluated
[all …]
/dports/games/KnightCap/Export/
H A Dproto.h12 int brain_insert(Position *b, Move *move);
38 int generate_moves(Position *b, Move *moves);
40 int legal_move(Position *b, Move *move);
78 int make_move(Position *b, Move *move);
79 void ponder_move(Position *b, Move *move);
84 void order_moves(Position *b, Move *moves, int n, int ply, Move *m1,Eval testv);
88 void prog_tell_move(Position *p, Move *move);
89 int prog_check_move(Move *move, int player);
117 void sort_moves(Move *m, int n);
122 char *movestr(Position *p, Move *move);
[all …]
/dports/graphics/py-svg.path/svg.path-4.0.2/src/svg/path/tests/
H A Dtest_parsing.py14 Move(100 + 100j),
26 Move(0j),
28 Move(100 + 100j),
50 Move(100 + 200j),
60 Move(100 + 200j),
69 Move(100 + 500j),
78 Move(100 + 800j),
87 Move(600 + 200j),
96 Move(600 + 500j),
108 Move(600 + 800j),
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/parse/v2/html/
H A Dlex.go104 l.r.Move(1)
117 l.r.Move(2)
120 l.r.Move(1)
168 l.r.Move(1)
182 l.r.Move(1)
254 l.r.Move(2)
271 l.r.Move(7)
315 l.r.Move(1)
324 l.r.Move(1)
352 l.r.Move(1)
[all …]
/dports/textproc/minify/minify-2.9.22/vendor/github.com/tdewolff/parse/v2/html/
H A Dlex.go104 l.r.Move(1)
117 l.r.Move(2)
120 l.r.Move(1)
168 l.r.Move(1)
182 l.r.Move(1)
254 l.r.Move(2)
271 l.r.Move(7)
315 l.r.Move(1)
324 l.r.Move(1)
352 l.r.Move(1)
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/parse/v2/html/
H A Dlex.go104 l.r.Move(1)
117 l.r.Move(2)
120 l.r.Move(1)
168 l.r.Move(1)
182 l.r.Move(1)
254 l.r.Move(2)
271 l.r.Move(7)
315 l.r.Move(1)
324 l.r.Move(1)
352 l.r.Move(1)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkRefUtilImpl.inl181 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
188 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
202 return Move<VkFence>(check<VkFence>(object), Deleter<VkFence>(vk, device, pAllocator));
209 return Move<VkSemaphore>(check<VkSemaphore>(object), Deleter<VkSemaphore>(vk, device, pAllocator));
216 return Move<VkEvent>(check<VkEvent>(object), Deleter<VkEvent>(vk, device, pAllocator));
223 return Move<VkQueryPool>(check<VkQueryPool>(object), Deleter<VkQueryPool>(vk, device, pAllocator));
230 return Move<VkBuffer>(check<VkBuffer>(object), Deleter<VkBuffer>(vk, device, pAllocator));
237 …return Move<VkBufferView>(check<VkBufferView>(object), Deleter<VkBufferView>(vk, device, pAllocato…
244 return Move<VkImage>(check<VkImage>(object), Deleter<VkImage>(vk, device, pAllocator));
251 return Move<VkImageView>(check<VkImageView>(object), Deleter<VkImageView>(vk, device, pAllocator));
[all …]
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Variants/
H A Dsuicide.py40 from pychess.Utils.Move import Move
47 game = game.move(Move(parseAN(game.board, "h2h4")))
50 print(Move(move))
52 game = game.move(Move(parseAN(game.board, "e7e6")))
55 print(Move(move))
60 print(Move(move))
65 print(Move(move))
70 print(Move(move))
75 print(Move(move))
80 print(Move(move))
[all …]
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Danim.lua382 Move = UnitMove,
389 Move = UnitMove,
403 Move = UnitMove,
425 Move = UnitMove,
437 Move = UnitMove,
450 Move = UnitMove,
530 Move = RatMove,
723 Move = BeeMove,
1394 Move = {
1420 Move = {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/File/
H A DMove.cs13 public virtual void Move(string sourceFile, string destFile) in Move() method in System.IO.Tests.File_Move
15 File.Move(sourceFile, destFile); in Move()
67 Move(testFileSource.FullName, testFileDest); in BasicMove()
84 Move(testFileSource.FullName, testFileDest); in MoveNonEmptyFile()
159 Move(testFileSource.FullName, testFileDest1); in MultipleMoves()
160 Move(testFileDest1, testFileDest2); in MultipleMoves()
173 Move(testFileSource, testFileDest); in FileNameWithSignificantWhitespace()
198 Move(testFileSource, path); in OverMaxPathWorks_Windows()
202 Move(path, testFileSource); in OverMaxPathWorks_Windows()
259 Move(testFileSource, testFileDest); in UnixWildCharacterPath()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/parse/v2/xml/
H A Dlex.go122 l.r.Move(2)
125 l.r.Move(2)
128 l.r.Move(1)
162 l.r.Move(1)
175 l.r.Move(1)
200 l.r.Move(1)
215 l.r.Move(1)
229 l.r.Move(1)
239 l.r.Move(1)
252 l.r.Move(1)
[all …]
/dports/textproc/minify/minify-2.9.22/vendor/github.com/tdewolff/parse/v2/xml/
H A Dlex.go122 l.r.Move(2)
125 l.r.Move(2)
128 l.r.Move(1)
162 l.r.Move(1)
175 l.r.Move(1)
200 l.r.Move(1)
215 l.r.Move(1)
229 l.r.Move(1)
239 l.r.Move(1)
252 l.r.Move(1)
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/parse/v2/xml/
H A Dlex.go122 l.r.Move(2)
125 l.r.Move(2)
128 l.r.Move(1)
162 l.r.Move(1)
175 l.r.Move(1)
200 l.r.Move(1)
215 l.r.Move(1)
229 l.r.Move(1)
239 l.r.Move(1)
252 l.r.Move(1)
[all …]
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/go/
H A DMove.java12 public final class Move class
19 public static Move get(GoColor color, int x, int y) in get()
30 public static Move get(GoColor color, GoPoint point) in get()
51 public static Move getPass(GoColor c) in getPass()
81 private static Move s_passBlack;
83 private static Move s_passWhite;
85 private static Move[][] s_movesBlack;
87 private static Move[][] s_movesWhite;
97 s_passBlack = new Move(BLACK, null, "B PASS");
103 private static Move[][] init(GoColor color) in init()
[all …]
/dports/games/tsito/tsito-0.8.4/src/
H A DEngine.h31 Move move;
33 PVEntry(Move m, int c) : move(m),cutoff(c) {} in PVEntry()
58 std::vector<Move> killer1;
59 std::vector<Move> killer2;
60 std::vector<Move> moveSortPriorityTable;
97 void filterOutNonCaptures(std::list<Move> &l);
102 long alphaBeta(std::vector<PVEntry> &pv, std::list<Move> moveList,
126 void newKiller(Move& theMove, int ply);
142 Move getMove();
149 friend bool compareMoves(Move& m1, Move &m2);
[all …]
/dports/devel/dmake/dmake-4.13.1/mac/
H A Dmake.sh31 Move -y infer.c.o :objects
33 Move -y make.c.o :objects
35 Move -y stat.c.o :objects
37 Move -y expand.c.o :objects
41 Move -y hash.c.o :objects
43 Move -y dag.c.o :objects
45 Move -y dmake.c.o :objects
47 Move -y path.c.o :objects
49 Move -y imacs.c.o :objects
53 Move -y parse.c.o :objects
[all …]
H A Dmake_mac.sh31 Move -y infer.c.o objects
33 Move -y make.c.o objects
35 Move -y stat.c.o objects
41 Move -y hash.c.o objects
43 Move -y dag.c.o objects
45 Move -y dmake.c.o objects
47 Move -y path.c.o objects
49 Move -y imacs.c.o objects
53 Move -y parse.c.o objects
57 Move -y quit.c.o objects
[all …]

12345678910>>...597