Home
last modified time | relevance | path

Searched refs:score_ (Results 101 – 125 of 322) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/
H A Dcontent_suggestion.cc21 : id_(id), url_(url), score_(0), is_video_suggestion_(false) {} in ContentSuggestion()
28 score_(0), in ContentSuggestion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/
H A Dcontent_suggestion.cc21 : id_(id), url_(url), score_(0), is_video_suggestion_(false) {} in ContentSuggestion()
28 score_(0), in ContentSuggestion()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dsubsolver.h77 double score() const { return score_; } in score()
91 double score_ = 0.0; variable
/dports/devel/notcurses/notcurses-3.0.1/src/tetris/
H A Dmain.cpp29 score_(0), in Tetris()
60 uint64_t score_; member in Tetris
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/3d_rec_framework/include/pcl/apps/3d_rec_framework/pipeline/
H A Dglobal_nn_classifier.h59 double score_; member
66 return d1.score_ < d2.score_; in operator()
H A Dglobal_nn_recognizer_crh.h36 double score_; member
43 return d1.score_ < d2.score_; in operator()
/dports/games/scorched3d/scorched/src/common/tank/
H A DTankScore.h54 int getScore() { return score_; } in getScore()
101 int score_; variable
H A DTank.h77 TankScore &getScore() { return *score_; } in getScore()
89 TankScore *score_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_auth_handler.h110 return score_; in score()
214 int score_; variable
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/formula/
H A Dcandidates.hpp54 int get_score() const {return score_;} in get_score()
69 int score_; member in wfl::base_candidate_action
/dports/editors/poedit/poedit-1.8.4/src/tm/
H A Dsuggestions.h55 double score_,
58 : text(text_), score(score_), timestamp(timestamp_), source(source_) in text()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_auth_handler.h114 return score_; in score()
221 int score_; variable
/dports/devel/cquery/cquery-20180718/src/messages/
H A Dtext_document_completion.cc227 item.score_ = in FilterAndSortCompletionResponse()
234 return item.score_ <= FuzzyMatcher::kMinScore; in FilterAndSortCompletionResponse()
239 if (lhs.score_ != rhs.score_) in FilterAndSortCompletionResponse()
240 return lhs.score_ > rhs.score_; in FilterAndSortCompletionResponse()
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A Dbanded_chain_align_affine.h130 Score<TScoreValue, Simple> const & score_, in _bandedGotoh() argument
166 TScoreValue score_match = scoreMatch(score_); in _bandedGotoh()
167 TScoreValue score_mismatch = scoreMismatch(score_); in _bandedGotoh()
168 TScoreValue score_gap_open = scoreGapOpen(score_); in _bandedGotoh()
916 TScoreValue score_match = scoreMatch(score_); in _gotohRectangle()
917 TScoreValue score_mismatch = scoreMismatch(score_); in _gotohRectangle()
919 TScoreValue score_gap_open = scoreGapOpen(score_); in _gotohRectangle()
1211 TScoreValue score_match = scoreMatch(score_); in _gotoh2()
1214 TScoreValue score_gap_open = scoreGapOpen(score_); in _gotoh2()
1460 TScoreValue score_match = scoreMatch(score_); in _bandedGotohRectangleFirst()
[all …]
/dports/games/xgalaga++/xgalaga++-0.9/
H A Dscore.cc29 : score_ (0) in Score()
58 << " score: " << std::setw(4) << std::setfill('0') << score_; in Draw()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/align/prosplign/
H A Dcompartments.hpp87 SCompartment(int from_, int to_, bool strand_, int covered_aa_, double score_, int raw_score_) : in SCompartment()
88 …from(from_), to(to_), strand(strand_), covered_aa(covered_aa_), score(score_), raw_score(raw_score… in SCompartment()
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dblocks.cxx467 int score_; member in BlockWindow
489 int score() { return (score_); } in score()
712 sprintf(s, " Score: %d", score_); in draw()
782 score_ += count; in handle()
787 score_ += count * count; in handle()
790 if (score_ > high_score_) { in handle()
791 high_score_ = score_; in handle()
825 score_ = 0; in init()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dblocks.cxx461 int score_; member in BlockWindow
483 int score() { return (score_); } in score()
706 sprintf(s, " Score: %d", score_); in draw()
776 score_ += count; in handle()
781 score_ += count * count; in handle()
784 if (score_ > high_score_) { in handle()
785 high_score_ = score_; in handle()
819 score_ = 0; in init()
/dports/x11-toolkits/ntk/ntk/test/
H A Dblocks.cxx467 int score_; member in BlockWindow
489 int score() { return (score_); } in score()
712 sprintf(s, " Score: %d", score_); in draw()
782 score_ += count; in handle()
787 score_ += count * count; in handle()
790 if (score_ > high_score_) { in handle()
791 high_score_ = score_; in handle()
825 score_ = 0; in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_shift_tracker.h55 double Score() const { return score_; } in Score()
109 double score_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/remote/
H A Dremote_suggestion.h100 float score() const { return score_; } in score()
148 float score_; variable
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dfragmenter.h146 #define FRAGMENT_TERM(buf_, len_, score_) \ argument
147 { .tok = buf_, .len = len_, .score = score_ }
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dfragmenter.h146 #define FRAGMENT_TERM(buf_, len_, score_) \ argument
147 { .tok = buf_, .len = len_, .score = score_ }
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dfragmenter.h146 #define FRAGMENT_TERM(buf_, len_, score_) \ argument
147 { .tok = buf_, .len = len_, .score = score_ }
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/remote/
H A Dremote_suggestion.h100 float score() const { return score_; } in score()
148 float score_; variable

12345678910>>...13