Home
last modified time | relevance | path

Searched +defs:fen +defs:f (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwclipbrd.c53 char *fen = NULL; in CopyFENToClipboard() local
106 FILE *f; in CopyGameToClipboard() local
237 VOID PasteFENFromString( char * fen ) in PasteFENFromString()
250 char *fen = NULL; in PasteFENFromClipboard() local
260 FILE *f; in PasteGameFromString() local
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwclipbrd.c54 char *fen = NULL; in CopyFENToClipboard() local
107 FILE *f; in CopyGameToClipboard() local
238 VOID PasteFENFromString( char * fen ) in PasteFENFromString()
251 char *fen = NULL; in PasteFENFromClipboard() local
261 FILE *f; in PasteGameFromString() local
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dboardsetup.cpp38 BoardSetupDialog::BoardSetupDialog(QWidget* parent, Qt::WindowFlags f) : QDialog(parent, f), in BoardSetupDialog()
155 QString fen = board().toFen(); in mirrorVertical() local
169 QString fen = board().toFen(); in mirrorHorizontal() local
186 QString fen = board().toFen(); in swapColors() local
542 QString fen = QApplication::clipboard()->text().simplified(); in slotPasteFen() local
H A Dmainwindowactions.cpp485 bool MainWindow::pasteFen(QString& msg, QString fen, bool newGame) in pasteFen()
529 QString fen = QApplication::clipboard()->text().simplified(); in slotEditPasteFEN() local
561 QString fen = QApplication::clipboard()->text().simplified(); in slotEditPaste() local
573 QString fen = QApplication::clipboard()->text().simplified(); in slotEditMergePGN() local
1922 QString f = QString::number(analysis.fscore(), 'f', 2); in scoreText() local
2808 QString f = filteredCount == databaseCount ? tr("all") : QString::number(filteredCount); in slotFilterChanged() local
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/quarto/
H A Dpiece.cpp75 Piece::Piece(int i, bool c, bool s, bool f, bool t, double x, double y) in Piece()
89 void Piece::paint(bool fen) { in paint()
/dports/games/stockfish/Stockfish-sf_14/src/
H A Duci.cpp55 string token, fen; in position() local
283 std::string f; in loop() local
H A Dposition.cpp64 for (File f = FILE_A; f <= FILE_H; ++f) in operator <<() local
120 for (File f = FILE_A; f <= FILE_H; ++f) in init() local
398 string Position::fen() const { in fen() function in Stockfish::Position
405 for (File f = FILE_A; f <= FILE_H; ++f) in fen() local
1251 string f, token; in flip() local
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.cpp404 void BitBoard::setEnPassantFile(int f) in setEnPassantFile()
590 bool BitBoard::fromFen(const QString& fen) in fromFen()
848 SaneString fen(qfen); in fromGoodFen() local
1387 char f[9]; in fromChess960pos() local
1397 QString fen(f); in fromChess960pos() local
1927 int f = c - 'a'; in parseMove() local
3012 QString fen = ""; in toFen() local
3184 QString fen = fenFormat.arg(w, b, toMove); in toHumanFen() local
H A Dgamex.cpp117 void GameCursor::clear(const QString& fen, bool chess960) in clear()
2268 void GameX::dbSetStartingBoard(const QString& fen, bool chess960) in dbSetStartingBoard()
2469 double f = w.toDouble(&ok); in evaluation() local
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DVirtualBoard.java810 public static boolean isWhiteFigure(int f) { in isWhiteFigure()
814 public static boolean isBlackFigure(int f) { in isBlackFigure()
819 String fen = ""; in getFEN() local
916 public boolean initFromFEN(String fen) { in initFromFEN()
1854 public boolean isAttackedByWhite(int f) { in isAttackedByWhite()
1894 public boolean isAttackedByBlack(int f) { in isAttackedByBlack()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c1704 FILE *f; in InitBackEnd3() local
7273 MarkByFEN(char *fen) in MarkByFEN()
7275 int r, f; in MarkByFEN() local
7379 int r, f; in HoverEvent() local
7406 int r, f; in ReportClick() local
9569 FILE *f; in HandleMachineMove() local
10939 FILE *f; in CreateTourney() local
12207 FILE *f; in LoadGameFromFile() local
13259 FILE *f; in LoadPositionFromFile() local
13855 char *fen; in SavePosition() local
[all …]
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c1707 FILE *f; in InitBackEnd3() local
7399 MarkByFEN(char *fen) in MarkByFEN()
7401 int r, f; in MarkByFEN() local
7506 int r, f; in HoverEvent() local
7533 int r, f; in ReportClick() local
9794 FILE *f; in HandleMachineMove() local
11184 FILE *f; in CreateTourney() local
12468 FILE *f; in LoadGameFromFile() local
13522 FILE *f; in LoadPositionFromFile() local
14125 char *fen; in SavePosition() local
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-read.c2008 odf_fix_expr_names_t *fen = g_new (odf_fix_expr_names_t, 1); in odf_fix_expr_names_t_new() local
2020 odf_fix_expr_names_t_free (odf_fix_expr_names_t *fen) in odf_fix_expr_names_t_free()
2057 GnmNamedExpr *nexpr, odf_fix_expr_names_t *fen) in odf_fix_en_collect()
2098 GnmNamedExpr *nexpr, odf_fix_expr_names_t *fen) in odf_fix_en_find()
2139 odf_fix_expr_names_t *fen = odf_fix_expr_names_t_new (state); in odf_fix_expr_names() local
12753 GnmFunc *f = gnm_func_lookup_or_add_placeholder ("ADDRESS"); in odf_func_address_handler() local
12766 GnmFunc *f = gnm_func_lookup_or_add_placeholder ("NORMDIST"); in odf_func_phi_handler() local
12784 GnmFunc *f = gnm_func_lookup_or_add_placeholder ("ERF"); in odf_func_gauss_handler() local
12896 GnmFunc *f = gnm_func_lookup_or_add_placeholder ("CEIL"); in odf_func_ceiling_handler() local
12974 GnmFunc *f = gnm_func_lookup_or_add_placeholder ("R.PCHISQ"); in odf_func_chisqdist_handler() local
[all …]
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvgam.c1966 double f, p, q, t; local
2235 int fst, fen, tst, ten; in parseResources() local
3185 int f, p, q, t, vs100, vsf10000; local
/dports/japanese/xv/xv-3.10a/
H A Dxvgam.c1966 double f, p, q, t; local
2235 int fst, fen, tst, ten; in parseResources() local
3185 int f, p, q, t, vs100, vsf10000; local
/dports/graphics/xv/xv-3.10a/
H A Dxvgam.c1966 double f, p, q, t; local
2235 int fst, fen, tst, ten; in parseResources() local
3185 int f, p, q, t, vs100, vsf10000; local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometryutils.cpp1642 QgsVector3D f = Lb1 - Lb2; in linesIntersection3D() local
1653 QgsVector3D fen = QgsVector3D::crossProduct( f, e ); in linesIntersection3D() local
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometryutils.cpp1750 const QgsVector3D f = Lb1 - Lb2; in linesIntersection3D() local
1761 QgsVector3D fen = QgsVector3D::crossProduct( f, e ); in linesIntersection3D() local
/dports/databases/spatialite/libspatialite-5.0.1/src/topology/
H A Dgaia_auxtopo_table.c4427 struct face_edge_item *fen; in auxtopo_free_face_edges() local
4428 struct face_item *f; in auxtopo_free_face_edges() local
4458 struct face_item *f; in auxtopo_add_face_edge() local
4491 struct face_item *f = list->first_face; in auxtopo_select_valid_face_edges() local
/dports/mail/rspamd/rspamd-3.1/contrib/languages-data/
H A Dnl.json1 …198,"J":61744,"K":84088,"U":22509,"T":111990,"W":76478,"V":96433,"P":145276,"S":218863,"R":114676,… number
H A Dde.json1 …568,"K":336559,"U":140118,"T":243403,"W":221377,"V":203138,"Q":15370,"P":333284,"S":807982,"R":282… number
H A Dno.json1 …0,"K":42898,"U":16316,"T":46770,"W":15084,"V":29381,"Q":2727,"P":33476,"S":98250,"R":33889,"Y":538… number
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/languages-data/
H A Dnl.json1 …198,"J":61744,"K":84088,"U":22509,"T":111990,"W":76478,"V":96433,"P":145276,"S":218863,"R":114676,… number
H A Dno.json1 …0,"K":42898,"U":16316,"T":46770,"W":15084,"V":29381,"Q":2727,"P":33476,"S":98250,"R":33889,"Y":538… number
H A Dde.json1 …568,"K":336559,"U":140118,"T":243403,"W":221377,"V":203138,"Q":15370,"P":333284,"S":807982,"R":282… number

123