HomeSort by relevance Sort by last modified time
    Searched defs:score (Results 1 - 11 of 11) sorted by null

  /nv-g11n/g11n/src/cmd/fsexam/src/
auto-detect.h 49 double score; member in struct:_EncodingPair
83 * The encoding with higher score will appear ahead of encoding with lower score.
121 * contain the encoding name and its score. Higher score pair is ahead
122 * of lower score pair
auto-detect.c 155 double score = 0; local
167 score = auto_ef_get_score (array_info[0]);
168 if (abs(score - 100.0) > INACCURACY) {
214 pair->score = auto_ef_get_score (array_info[i]);
255 pair->score = auto_ef_get_score (array_info[i]);
encoding.h 35 } Score;
74 Score score; member in struct:_Encoding
87 Score fsexam_encoding_decode (GList *, ConvType, gchar *, size_t, gboolean);
fsexam-convcontent.c 227 Score score; local
284 score = fsexam_encoding_decode (setting->pref->encode_list,
297 score,
304 if ((score == FAIL) || (score == ORIGINAL)){
305 fsexam_errno = (score == FAIL) ? ERR_NO_PROPER_ENCODING
fsexam-convname.c 359 Score score; local
380 score = fsexam_encoding_decode (setting->pref->encode_list,
390 score,
399 if ((score == FAIL) || (score == ORIGINAL)){
400 fsexam_errno = (score == FAIL) ? ERR_NO_PROPER_ENCODING
981 if (encode->score == FAIL)
    [all...]
fsexam-specialfile.c 386 Score score; local
401 score = fsexam_encoding_decode (setting->pref->encode_list,
414 if ((score == FAIL) || (score == ORIGINAL)){
415 fsexam_errno = (score == FAIL) ? ERR_NO_PROPER_ENCODING
814 Score score; local
860 score = fsexam_encoding_decode (setting->pref->encode_list,
874 if ((score == FAIL) || (score == ORIGINAL))
    [all...]
  /nv-g11n/g11n/src/cmd/auto_ef/
data_create.h 47 int score; member in struct:score_record
auto_ef_lib.h 59 double score; member in struct:auto_ef_info
111 int score; member in struct:score_record
auto_ef_util.c 442 newrecordsrd->score = 1;
518 srdp->score = hash_score;
534 ((double)srdp->score - *average) *
535 ((double)srdp->score - *average);
677 int score = 0; local
691 score = GetScore(input_buf[i], input_buf[i+1], hashtable);
692 if (score != -1) {
693 *total_score += Calc_SD(score, average, SD);
701 score = GetScore(input_buf[i], input_buf[i+1], hashtable);
702 if (score != -1)
    [all...]
  /nv-g11n/g11n/src/cmd/auto_ef/hashtable/
data_create.h 47 int score; member in struct:score_record
  /nv-g11n/g11n-spec/cmdassist/src/service/
service.h 43 gchar score[5]; member in struct:_ResultItem

Completed in 420 milliseconds