Home
last modified time | relevance | path

Searched defs:Score (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkFontMgr.cpp221 struct Score { in matchStyleCSS3() struct
222 int score; in matchStyleCSS3()
223 int index; in matchStyleCSS3()
224 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3()
225 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3()
226 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3()
/external/skqp/src/core/
DSkFontMgr.cpp221 struct Score { in matchStyleCSS3() struct
222 int score; in matchStyleCSS3()
223 int index; in matchStyleCSS3()
224 Score& operator +=(int rhs) { this->score += rhs; return *this; } in matchStyleCSS3()
225 Score& operator <<=(int rhs) { this->score <<= rhs; return *this; } in matchStyleCSS3()
226 bool operator <(const Score& that) { return this->score < that.score; } in matchStyleCSS3()
/external/boringssl/src/ssl/
Dtls13_server.cc108 typedef std::tuple<bool, bool, bool> Score; typedef in CipherScorer
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp311 auto Score = in eliminateGuardViaWidening() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp316 auto Score = in eliminateGuardViaWidening() local
DReassociate.cpp2225 unsigned Score = 0; in ReassociateExpression() local
/external/brotli/research/
Ddurchschlag.cc12 typedef uint32_t Score; typedef
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go63Score float32 `protobuf:"fixed32,9,opt,name=score,proto3… member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c75 int Score; member
/external/libaom/libaom/av1/encoder/
Dpickrst.c969 int64_t Score, iScore; in compute_score() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3836 int Score = P.getPatternComplexity(CGP); in runOnPattern() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9525 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables() local