Home
last modified time | relevance | path

Searched refs:features_index (Results 1 – 4 of 4) sorted by relevance

/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_osb_bayes.c76 unsigned long features_index = 0; in crm_expr_osb_bayes_learn() local
259 features_index = hindex; in crm_expr_osb_bayes_learn()
274 features_index = hindex; in crm_expr_osb_bayes_learn()
389 hashes[features_index].value -= zeroedfeatures; in crm_expr_osb_bayes_learn()
432 hashes[features_index].value += sense; in crm_expr_osb_bayes_learn()
528 unsigned long features_index [MAX_CLASSIFIERS]; in crm_expr_osb_bayes_classify() local
928 features_index[ifile] = hindex; in crm_expr_osb_bayes_classify()
942 features_index[ifile] = hindex; in crm_expr_osb_bayes_classify()
1322 features_here = hashes[k][features_index[k]].value; in crm_expr_osb_bayes_classify()
1435 hashes[k][features_index[k]].value, in crm_expr_osb_bayes_classify()
[all …]
H A Dcssutil.c74 long learns_index, features_index; in main() local
282 features_index = h1; in main()
H A Dcrm_markovian.c73 long features_index; in crm_expr_markov_learn() local
293 features_index = h1; in crm_expr_markov_learn()
307 features_index = h1; in crm_expr_markov_learn()
/dports/lang/ruby26/ruby-2.6.9/
H A Dload.c185 struct st_table *features_index; in features_index_add_single() local
192 features_index = get_loaded_features_index_raw(); in features_index_add_single()
193 st_lookup(features_index, short_feature_key, (st_data_t *)&this_feature_index); in features_index_add_single()
196 st_insert(features_index, short_feature_key, (st_data_t)offset); in features_index_add_single()
205 st_insert(features_index, short_feature_key, (st_data_t)this_feature_index); in features_index_add_single()
374 st_table *loading_tbl, *features_index; in rb_feature_p() local
391 features_index = get_loaded_features_index(); in rb_feature_p()
394 st_lookup(features_index, key, (st_data_t *)&this_feature_index); in rb_feature_p()