OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_score
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afwarp.h
44
AF_WarpScore
best_score
;
member in struct:AF_WarperRec_
aflatin2.c
2101
FT_Pos
best_score
= scores[0];
local
[
all
...]
/external/freetype/src/autofit/
afwarp.h
44
AF_WarpScore
best_score
;
member in struct:AF_WarperRec_
aflatin2.c
2101
FT_Pos
best_score
= scores[0];
local
[
all
...]
/external/chromium/chrome/browser/password_manager/
password_form_manager.cc
221
int
best_score
= 0;
local
248
if (current_score <
best_score
) {
252
if (current_score ==
best_score
) {
254
} else if (current_score >
best_score
) {
255
best_score
= current_score;
269
if (
best_score
<= 0) {
/external/chromium_org/third_party/libwebp/utils/
filters.c
190
int
best_score
= 0x7fffffff;
local
198
if (score <
best_score
) {
199
best_score
= score;
/external/webp/src/utils/
filters.c
190
int
best_score
= 0x7fffffff;
local
198
if (score <
best_score
) {
199
best_score
= score;
/frameworks/ex/variablespeed/jni/
sola_time_scaler.cc
281
int
best_score
= 0;
local
287
if (score >
best_score
) {
288
best_score
= score;
298
if (score >
best_score
) {
299
best_score
= score;
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp
198
float
best_score
= -10000.0;
local
199
// float
best_score
= -MathLimits<float>::kMax;
202
if (score_i >
best_score
) {
203
best_score
= score_i;
212
float
best_score
= -10000.0;
local
213
//float
best_score
= -MathLimits<float>::kMax;
216
if (score_i >
best_score
) {
217
best_score
= score_i;
/external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc
274
int
best_score
= ac_matches_.begin()->relevance + 1;
local
283
EXPECT_LT(actual->relevance,
best_score
)
286
best_score
= actual->relevance;
/external/chromium_org/chrome/browser/password_manager/
password_form_manager.cc
280
int
best_score
= 0;
local
318
if (current_score <
best_score
) {
322
if (current_score ==
best_score
) {
324
} else if (current_score >
best_score
) {
325
best_score
= current_score;
339
if (
best_score
<= 0) {
/external/chromium_org/third_party/libwebp/enc/
alpha.c
272
size_t
best_score
= try_filter_none ?
local
292
if (score <
best_score
) {
297
best_score
= score;
quant.c
497
score_t
best_score
;
local
522
best_score
= RDScoreTrellis(lambda, cost, max_error);
603
if (score <
best_score
) {
604
best_score
= score;
963
score_t
best_score
= MAX_COST;
local
[
all
...]
/external/webp/src/enc/
alpha.c
272
size_t
best_score
= try_filter_none ?
local
292
if (score <
best_score
) {
297
best_score
= score;
quant.c
497
score_t
best_score
;
local
522
best_score
= RDScoreTrellis(lambda, cost, max_error);
603
if (score <
best_score
) {
604
best_score
= score;
963
score_t
best_score
= MAX_COST;
local
[
all
...]
/external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc
1034
double
best_score
= -1;
local
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c
823
int i, crl_score,
best_score
= *pscore;
local
835
if (crl_score >
best_score
)
839
best_score
= crl_score;
850
*pscore =
best_score
;
861
if (
best_score
>= CRL_SCORE_VALID)
[
all
...]
/external/openssl/crypto/x509/
x509_vfy.c
823
int i, crl_score,
best_score
= *pscore;
local
835
if (crl_score >
best_score
)
839
best_score
= crl_score;
850
*pscore =
best_score
;
861
if (
best_score
>= CRL_SCORE_VALID)
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
327
int
best_score
;
member in struct:CvCliqueFinder
[
all
...]
Completed in 636 milliseconds