Home
last modified time | relevance | path

Searched refs:Scores (Results 1 – 25 of 2924) sorted by relevance

12345678910>>...117

/dports/games/d2x/d2x-0.2.5/main/
H A Dscores.c301 static all_scores Scores; variable
362 sprintf( Scores.stats[8].name, "Dan" ); in scores_read()
366 Scores.stats[i].score = (10-i)*1000; in scores_read()
380 …if ( (Scores.version!=VERSION_NUMBER)||(Scores.signature[0]!='D')||(Scores.signature[1]!='H')||(Sc… in scores_read()
396 Scores.signature[0]='D'; in scores_write()
397 Scores.signature[1]='H'; in scores_write()
398 Scores.signature[2]='S'; in scores_write()
399 Scores.version = VERSION_NUMBER; in scores_write()
494 if (strlen(Scores.cool_saying)<1) in scores_maybe_add_player()
502 Scores.stats[i] = Scores.stats[i-1]; in scores_maybe_add_player()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dscores.cpp37 Scores::Scores(BladeRunnerEngine *vm) { in Scores() function in BladeRunner::Scores
46 Scores::~Scores() { in ~Scores()
49 void Scores::open() { in open()
75 bool Scores::isOpen() const { in isOpen()
79 void Scores::close() { in close()
100 void Scores::set(int index, int value) { in set()
113 int Scores::handleMouseUp(int x, int y) { in handleMouseUp()
123 int Scores::handleMouseDown(int x, int y) { in handleMouseDown()
129 void Scores::tick() { in tick()
161 void Scores::fill() { in fill()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dscores.cpp37 Scores::Scores(BladeRunnerEngine *vm) { in Scores() function in BladeRunner::Scores
46 Scores::~Scores() { in ~Scores()
49 void Scores::open() { in open()
75 bool Scores::isOpen() const { in isOpen()
79 void Scores::close() { in close()
100 void Scores::set(int index, int value) { in set()
113 int Scores::handleMouseUp(int x, int y) { in handleMouseUp()
123 int Scores::handleMouseDown(int x, int y) { in handleMouseDown()
129 void Scores::tick() { in tick()
161 void Scores::fill() { in fill()
[all …]
/dports/biology/diamond/diamond-2.0.13/src/stats/
H A Dscore_matrix.h206 struct Scores struct
208 Scores() {} in Scores() function
222 friend std::ostream& operator<<(std::ostream& s, const Scores& scores) {
240 Scores<int8_t> matrix8_;
241 Scores<int> matrix32_, matrix32_scaled_;
244 Scores<uint8_t> matrix8u_;
245 Scores<int8_t> matrix8_low_;
246 Scores<int8_t> matrix8_high_;
247 Scores<int8_t> matrix8u_low_;
248 Scores<int8_t> matrix8u_high_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DFuzzyMatch.cpp82 Scores[0][0][Miss] = {0, Miss};
83 Scores[0][0][Match] = {AwfulScore, Miss};
87 Scores[P][W][A] = {AwfulScore, Miss};
218 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
220 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
236 auto &PreMatch = Scores[P][W]; in buildGraph()
334 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
341 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
344 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/
H A DFuzzyMatch.cpp83 Scores[0][0][Miss] = {0, Miss};
84 Scores[0][0][Match] = {AwfulScore, Miss};
88 Scores[P][W][A] = {AwfulScore, Miss};
219 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in buildGraph()
221 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in buildGraph()
225 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph()
237 auto &PreMatch = Scores[P][W]; in buildGraph()
328 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in dumpLast()
335 const auto &Cell = Scores[P + 1][W + 1][Last]; in dumpLast()
338 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in dumpLast()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clangd/
H A DFuzzyMatch.cpp84 Scores[0][0][Miss] = {0, Miss}; in indexSymbolKindToSymbolKind()
85 Scores[0][0][Match] = {AwfulScore, Miss}; in indexSymbolKindToSymbolKind()
89 Scores[P][W][A] = {AwfulScore, Miss}; in indexSymbolKindToSymbolKind()
219 Scores[0][W + 1][Miss] = {Scores[0][W][Miss].Score - skipPenalty(W, Miss), in indexSymbolKindToSymbolKind()
221 Scores[0][W + 1][Match] = {AwfulScore, Miss}; in indexSymbolKindToSymbolKind()
225 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in indexSymbolKindToSymbolKind()
237 auto &PreMatch = Scores[P][W]; in indexSymbolKindToSymbolKind()
328 (Scores[PatN][WordN][Match].Score > Scores[PatN][WordN][Miss].Score) in indexSymbolKindToSymbolKind()
335 const auto &Cell = Scores[P + 1][W + 1][Last]; in indexSymbolKindToSymbolKind()
338 const auto &Prev = Scores[P + 1][W][Cell.Prev]; in indexSymbolKindToSymbolKind()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gnome/
H A Dgnome-scores.adb33 package body Gnome.Scores is
44 Scores : out Gfloat;
49 Initialize (Widget, Names, Scores, Times, Clear);
59 Scores : out Gfloat;
66 Scores : System.Address;
78 Scores := S;
204 end Gnome.Scores;
H A Dgnome-scores.ads36 package Gnome.Scores is
47 Scores : out Gfloat;
54 Scores : out Gfloat;
112 end Gnome.Scores;
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_inter.cpp208 for (i = 0, s = Scores.data(); i < MaxScores; i++, s++) { in DrawHighScores()
267 if ((myscore.score > Scores[i].score) || ((myscore.score == Scores[i].score) in CheckHighScore()
268 && (myscore.completed > Scores[i].completed))) in CheckHighScore()
271 Scores[j] = Scores[j - 1]; in CheckHighScore()
273 Scores[i] = myscore; in CheckHighScore()
297 US_LineInput(PrintX, PrintY, Scores[n].name, nullptr, true, MaxHighName, 100); in CheckHighScore()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dc_cvars.cpp264 config.CreateSetting(hsName, Scores[i].name); in ReadConfig()
265 config.CreateSetting(hsScore, Scores[i].score); in ReadConfig()
266 config.CreateSetting(hsCompleted, Scores[i].completed); in ReadConfig()
267 config.CreateSetting(hsGraphic, Scores[i].graphic); in ReadConfig()
269 strcpy(Scores[i].name, config.GetSetting(hsName)->GetString()); in ReadConfig()
270 Scores[i].score = config.GetSetting(hsScore)->GetInteger(); in ReadConfig()
276 Scores[i].graphic[8] = 0; in ReadConfig()
373 config.GetSetting(hsName)->SetValue(Scores[i].name); in WriteConfig()
374 config.GetSetting(hsScore)->SetValue(Scores[i].score); in WriteConfig()
375 config.GetSetting(hsCompleted)->SetValue(Scores[i].completed); in WriteConfig()
[all …]
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Ddistancedb.cpp50 vector<int> DistanceDB::findClosestSequences(Sequence* query, int numWanted, vector<float>& Scores)… in findClosestSequences()
53 Scores.clear(); in findClosestSequences()
88 Scores.push_back(searchScore); in findClosestSequences()
93 Scores.push_back(dists[i].dist); in findClosestSequences()
109 Scores.push_back(smallDist); in findClosestSequences()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/scheduler/
H A Drank.go22 Scores []float64 member
435 option.Scores = append(option.Scores, normalizedFit)
441 option.Scores = append(option.Scores, sumMatchingAffinities)
510 option.Scores = append(option.Scores, scorePenalty)
555 option.Scores = append(option.Scores, -1)
642 option.Scores = append(option.Scores, normScore)
680 if option == nil || len(option.Scores) == 0 {
683 numScorers := len(option.Scores)
685 for _, score := range option.Scores {

12345678910>>...117