Home
last modified time | relevance | path

Searched refs:addpiece (Results 1 – 14 of 14) sorted by relevance

/dports/games/xtic/xtic1.12/src/
H A Dthink.c19 addpiece(piece,pos); in selpospiece()
37 addpiece(piece,pos); in selpospiece()
70 addpiece(piece,pos); in sppmax()
81 addpiece(piece,pos); in sppmax()
107 addpiece(piece,pos); in sppmin()
118 addpiece(piece,pos); in sppmin()
H A DImakefile25 SRCS = addpiece.c endgame.c think.c xtic.c
27 OBJS = addpiece.o endgame.o think.o xtic.o
H A Dcommon.h23 void addpiece(int piece, int pos);
H A Daddpiece.c5 void addpiece(int piece, int pos) in addpiece() function
H A Dxtic.c252 addpiece(*outpiece,inpos); in PosProc()
320 addpiece(inpiece,outpos); in PieceProc()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/undocommands/
H A Dundocommands.pri20 $$PWD/addpiece.h \
47 $$PWD/addpiece.cpp \
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess/inCheckMate/
H A Dtest_interposingpiece.phpt14 $board->addpiece('W', 'B', 'e4');
H A Dtest_doublecheck.phpt15 $board->addpiece('W', 'B', 'e4');
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dtsp_lp.c1562 int addpiece = 0; local
1584 addpiece = 0;
1595 addpiece++;
1606 if (addpiece >= CCtsp_CUT_BATCH) {
1636 addpiece = 0;
1642 if (addpiece > 0) {
/dports/math/concorde/concorde/TSP/
H A Dtsp_lp.c1980 int addpiece = 0; in CCtsp_process_cuts() local
2008 addpiece = 0; in CCtsp_process_cuts()
2019 addpiece++; in CCtsp_process_cuts()
2030 if (addpiece >= CCtsp_CUT_BATCH) { in CCtsp_process_cuts()
2060 addpiece = 0; in CCtsp_process_cuts()
2066 if (addpiece > 0) { in CCtsp_process_cuts()
/dports/lang/perl5.34/perl-5.34.0/cpan/perlfaq/lib/
H A Dperlfaq7.pod295 my $addpiece = shift;
296 return sub { shift() + $addpiece };
303 C<< $f2->($n) >> is always 555 plus whatever $n you pass in. The $addpiece
/dports/lang/perl5.30/perl-5.30.3/cpan/perlfaq/lib/
H A Dperlfaq7.pod295 my $addpiece = shift;
296 return sub { shift() + $addpiece };
303 C<< $f2->($n) >> is always 555 plus whatever $n you pass in. The $addpiece
/dports/lang/perl5.32/perl-5.32.1/cpan/perlfaq/lib/
H A Dperlfaq7.pod295 my $addpiece = shift;
296 return sub { shift() + $addpiece };
303 C<< $f2->($n) >> is always 555 plus whatever $n you pass in. The $addpiece
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/perlfaq/lib/
H A Dperlfaq7.pod295 my $addpiece = shift;
296 return sub { shift() + $addpiece };
303 C<< $f2->($n) >> is always 555 plus whatever $n you pass in. The $addpiece