Home
last modified time | relevance | path

Searched refs:UCI (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/math/optpp/optpp-2.4/newmat11/
H A Dsvd.C51 f = UCI.First(); g = -sign(sqrt(s), f); h = f*g-s; UCI.First() = f-g; in SVD()
53 while (--j) { UCJ.Right(); UCJ.AddScaled(UCI, (UCI*UCJ)/h); } in SVD()
68 UCI.DownDiag(); URI.DownDiag(); in SVD()
99 h=UCI.First()*g; int j=n-i; RectMatrixCol UCJ = UCI; in SVD()
102 UCJ.Right(); UCI.Down(); UCJ.Down(); Real s = UCI*UCJ; in SVD()
103 UCI.Up(); UCJ.Up(); UCJ.AddScaled(UCI,s/h); in SVD()
105 UCI.Divide(g); in SVD()
107 else UCI.Zero(); in SVD()
108 UCI.First() += 1.0; in SVD()
110 UCI.UpDiag(); in SVD()
[all …]
/dports/math/newmat/newmat-1.1_1/
H A Dsvd.cpp55 f = UCI.First(); g = -sign(sqrt(s), f); h = f*g-s; UCI.First() = f-g; in SVD()
57 while (--j) { UCJ.Right(); UCJ.AddScaled(UCI, (UCI*UCJ)/h); } in SVD()
72 UCI.DownDiag(); URI.DownDiag(); in SVD()
103 h=UCI.First()*g; int j=n-i; RectMatrixCol UCJ = UCI; in SVD()
106 UCJ.Right(); UCI.Down(); UCJ.Down(); Real s = UCI*UCJ; in SVD()
107 UCI.Up(); UCJ.Up(); UCJ.AddScaled(UCI,s/h); in SVD()
109 UCI.Divide(g); in SVD()
111 else UCI.Zero(); in SVD()
112 UCI.First() += 1.0; in SVD()
114 UCI.UpDiag(); in SVD()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dsvd.cpp51 f = UCI.First(); g = -sign(sqrt(s), f); h = f*g-s; UCI.First() = f-g; in SVD()
53 while (--j) { UCJ.Right(); UCJ.AddScaled(UCI, (UCI*UCJ)/h); } in SVD()
68 UCI.DownDiag(); URI.DownDiag(); in SVD()
99 h=UCI.First()*g; int j=n-i; RectMatrixCol UCJ = UCI; in SVD()
102 UCJ.Right(); UCI.Down(); UCJ.Down(); Real s = UCI*UCJ; in SVD()
103 UCI.Up(); UCJ.Up(); UCJ.AddScaled(UCI,s/h); in SVD()
105 UCI.Divide(g); in SVD()
107 else UCI.Zero(); in SVD()
108 UCI.First() += 1.0; in SVD()
110 UCI.UpDiag(); in SVD()
[all …]
/dports/games/polyglot/polyglot-1.4.70b/
H A DREADME1.4w10UCI5 engine for Polyglot books on UCI GUIs. It also has some additional features
10 the convenience of setting UCI options through the GUI.
23 in the GUI through the exported UCI option "Polyglot BookFile".
25 Any normal polyglot.ini file can be used with this version. The UCI
32 UCI = true
42 Up to version 1.99b5 Arena contained a bug with drive letters in UCI
47 as a UCI engine in the Arena GUI, or else put UCI = true in the
H A Doption.c39 { "Log", "check","0","0", "false" , NULL,0,NNB, PG|XBOARD|XBSEL|UCI},
40 { "LogFile", "file","0","0", "polyglot.log", NULL,0,NNB, PG|XBOARD|XBSEL|UCI},
44 { "UseNice", "check","0","0", "false" , NULL,0,NNB, PG|XBOARD|UCI},
45 { "NiceValue", "spin", "0","20", "5" , NULL,0,NNB, PG|XBOARD|UCI},
53 { "Book", "check","0","0", "false" , NULL,0,NNB, PG|XBOARD|XBSEL|UCI},
54 { "BookFile", "file","0","0", "book.bin" , NULL,0,NNB, PG|XBOARD|XBSEL|UCI},
56 { "BookRandom", "check","0","0", "true" , NULL,0,NNB, PG|XBOARD|XBSEL|UCI},
57 { "BookDepth", "spin","0","256", "256" , NULL,0,NNB, PG|XBOARD|XBSEL|UCI},
58 { "BookTreshold", "spin","0","1000", "5" , NULL,0,NNB, PG|XBOARD|UCI},
H A DREADME6 PolyGlot - Winboard protocol to UCI protocol adapter
36 PolyGlot is a "UCI adapter". It connects a GUI interface (such as
37 XBoard, Winboard, Arena or Chessbase) to a UCI chess engine.
42 PolyGlot understands the two main GUI protocols: UCI and xboard.
46 In xboard mode PolyGlot fully translates between the xboard and UCI
55 The engine options are exported as UCI options in UCI mode and as
294 EngineName (default: UCI name)
376 UCI (default: false)
450 UCI for engines that have problems with UCI+.
483 UCI form). You can add any UCI option that makes sense to the engine
[all …]
H A Dpolyglot.pod3 PolyGlot - Winboard protocol to UCI protocol adapter
29 PolyGlot is a "UCI adapter". It connects a GUI interface (such as
30 XBoard, Winboard, Arena or Chessbase) to a UCI chess engine.
35 PolyGlot understands the two main GUI protocols: UCI and
44 When in UCI mode PolyGlot mostly passes commands from the GUI
48 The engine options are exported as UCI options in UCI
368 =item B<EngineName> (default: UCI name)
464 =item B<UCI> (default: false)
556 UCI for engines that have problems with UCI+.
595 (converted to UCI form). You can add any UCI option that makes sense
[all …]
/dports/games/stockfish/Stockfish-sf_14/src/
H A Duci.cpp74 while (is >> token && (m = UCI::to_move(pos, token)) != MOVE_NONE) in position()
135 limits.searchmoves.push_back(UCI::to_move(pos, token)); in go()
231 void UCI::loop(int argc, char* argv[]) { in loop()
302 string UCI::value(Value v) { in value()
320 string UCI::wdl(Value v, int ply) { in wdl()
335 std::string UCI::square(Square s) { in square()
345 string UCI::move(Move m, bool chess960) { in move()
359 string move = UCI::square(from) + UCI::square(to); in move()
371 Move UCI::to_move(const Position& pos, string& str) { in to_move()
377 if (str == UCI::move(m, pos.is_chess960())) in to_move()
/dports/games/polyglot/polyglot-1.4.70b/debian/
H A Dcontrol11 Description: A Winboard protocol to UCI protocol adapter
12 PolyGlot is a "UCI adapter". It connects a GUI interface (such as
13 XBoard, Winboard, Arena or Chessbase) to a UCI chess engine.
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_dns_zone.aug17 UCI 172800 NS ICS.UCI
18 172800 NS ROME.UCI
19 ICS.UCI 172800 A 192.5.19.1
20 ROME.UCI 172800 A 192.5.19.31
59 { "UCI"
60 { "1" { "ttl" = "172800" } { "type" = "NS" } { "rdata" = "ICS.UCI" } }
61 { "2" { "ttl" = "172800" } { "type" = "NS" } { "rdata" = "ROME.UCI" } }
63 { "ICS.UCI"
66 { "ROME.UCI"
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-readobj/
H A DWin64EHDumper.cpp255 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
256 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
262 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
263 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-readobj/
H A DWin64EHDumper.cpp256 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
257 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
263 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
264 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-readobj/
H A DWin64EHDumper.cpp256 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
257 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
263 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
264 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp295 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
296 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
302 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
303 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-readobj/
H A DWin64EHDumper.cpp295 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
296 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
302 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
303 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-readobj/
H A DWin64EHDumper.cpp295 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
296 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
302 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
303 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
295 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
301 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
302 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
295 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
301 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
302 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
295 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
301 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
302 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
295 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
301 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
302 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp295 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
296 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
302 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
303 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
295 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
301 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
302 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
295 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
301 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
302 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local
295 unsigned UsedSlots = getNumUsedSlots(*UCI); in printUnwindInfo()
301 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
302 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp294 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) {
295 unsigned UsedSlots = getNumUsedSlots(*UCI);
301 printUnwindCode(UI, makeArrayRef(UCI, UCE));
302 UCI = UCI + UsedSlots - 1;

12345678910>>...20