Home
last modified time | relevance | path

Searched refs:idf (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Ddominate.c72 static void visit(struct piggy *bank, struct basic_block_list **idf, struct basic_block *x, int curr_level) in visit() argument
86 add_bb(idf, y); in visit()
95 visit(bank, idf, y, curr_level); in visit()
99 void idf_compute(struct entrypoint *ep, struct basic_block_list **idf, struct basic_block_list *alpha) in idf_compute() argument
123 visit(bank, idf, bb, bb->dom_level); in idf_compute()
138 struct basic_block_list *idf = NULL; in idf_dump() local
142 idf_compute(ep, &idf, alpha); in idf_dump()
145 FOR_EACH_PTR(idf, df) { in idf_dump()
150 free_ptr_list(&idf); in idf_dump()
H A Dssa.c134 struct basic_block_list *idf = NULL; in ssa_convert_one_var() local
200 idf_compute(ep, &idf, alpha); in ssa_convert_one_var()
201 FOR_EACH_PTR(idf, bb) { in ssa_convert_one_var()
H A Ddominate.h7 void idf_compute(struct entrypoint *ep, struct basic_block_list **idf, struct basic_block_list *alpha);
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js319 lunr.idf = function (posting, documentCount) {
2599 idf, score, scoreWithPrecision
2602 idf = lunr.idf(this.invertedIndex[term], this.documentCount)
2603 termIdfCache[term] = idf
2605 idf = termIdfCache[term]
2608 score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.h137 unsigned int idf, unsigned int idl);
H A Dbss.c1082 * @idf: Smallest allowed identifier assigned for the entry
1083 * @idf: Largest allowed identifier assigned for the entry
1091 unsigned int idf, unsigned int idl) in wpa_bss_get_id_range()
1095 if (bss->id >= idf && bss->id <= idl) in wpa_bss_get_id_range()
1090 wpa_bss_get_id_range(struct wpa_supplicant *wpa_s, unsigned int idf, unsigned int idl) wpa_bss_get_id_range() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.h171 unsigned int idf, unsigned int idl);
H A Dbss.c1203 * @idf: Smallest allowed identifier assigned for the entry
1204 * @idf: Largest allowed identifier assigned for the entry
1212 unsigned int idf, unsigned int idl) in wpa_bss_get_id_range()
1216 if (bss->id >= idf && bss->id <= idl) in wpa_bss_get_id_range()
1211 wpa_bss_get_id_range(struct wpa_supplicant *wpa_s, unsigned int idf, unsigned int idl) wpa_bss_get_id_range() argument
/third_party/sqlite/src/
H A Dsqlite3.c224896 double idf = log( (nRow - nHit + 0.5) / (nHit + 0.5) ); global() local
[all...]

Completed in 135 milliseconds