Home
last modified time | relevance | path

Searched refs:Score (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkFontMgr.cpp212 struct Score { in matchStyleCSS3() struct
215 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3() argument
216 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3() argument
217 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3() argument
220 Score maxScore = { 0, 0 }; in matchStyleCSS3()
224 Score currentScore = { 0, i }; in matchStyleCSS3()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c75 int Score; member
189 unsigned score = sinst->Score; in print_list()
233 while(temp && inst->Score <= temp->Score) { in add_inst_to_list_score()
278 sinst->Score = 0;
284 sinst->Score = 0;
291 sinst->Score += 100;
293 sinst->Score += r->Reader->NumDependencies;
313 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()
317 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()
329 sinst->Score = 0; in calc_score_r300()
[all …]
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp311 auto Score = in eliminateGuardViaWidening() local
315 << scoreTypeToString(Score) << "\n"); in eliminateGuardViaWidening()
316 if (Score > BestScoreSoFar) { in eliminateGuardViaWidening()
317 BestScoreSoFar = Score; in eliminateGuardViaWidening()
/external/eigen/Eigen/src/LU/
DPartialPivLU.h368 typedef typename Scoring::result_type Score;
380 Score biggest_in_corner
386 if(biggest_in_corner != Score(0))
DFullPivLU.h519 typedef typename Scoring::result_type Score;
520 Score biggest_in_corner;
527 if(biggest_in_corner==Score(0))
/external/eigen/doc/
DCustomizingEigen_CustomScalar.dox96 result_type(int i = 0) : len(i) {} // Eigen uses Score(0) and Score()
/external/toolchain-utils/crosperf/
Dunittest_keyval_file.txt18 {"description": "Score", "graph": "Total", "higher_is_better": true, "units": "score", "value": 791…
/external/eigen/Eigen/src/QR/
DFullPivHouseholderQR.h486 typedef typename Scoring::result_type Score;
488 Score score = m_qr.bottomRightCorner(rows-k, cols-k)
/external/eigen/Eigen/src/Core/functors/
DUnaryFunctors.h106 template<typename Score>
107 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const Scalar& a, const Score&)…