Home
last modified time | relevance | path

Searched refs:sorted_entries (Results 1 – 25 of 138) sorted by relevance

123456

/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cu125 sorted_entries->begin(), sorted_entries->end(), in SortByWeight()
140 auto &sorted_entries = *p_sorted_entries; in RemoveDuplicatedCategories() local
145 sorted_entries.begin(), sorted_entries.end(), in RemoveDuplicatedCategories()
188 dh::device_vector<Entry> sorted_entries; in ProcessBatch() local
204 sorted_entries.data().get(), in ProcessBatch()
225 sorted_entries.clear(); in ProcessBatch()
226 sorted_entries.shrink_to_fit(); in ProcessBatch()
227 CHECK_EQ(sorted_entries.capacity(), 0); in ProcessBatch()
273 sorted_entries.data().get(), in ProcessWeightedBatch()
293 sorted_entries.clear(); in ProcessWeightedBatch()
[all …]
H A Dhist_util.cuh120 sorted_entries->resize(num_valid); in MakeEntriesFromAdapter()
122 sorted_entries->begin(), is_valid); in MakeEntriesFromAdapter()
145 dh::device_vector<Entry> sorted_entries; in ProcessSlidingWindow() local
156 &sorted_entries); in ProcessSlidingWindow()
170 sketch_container->Push(dh::ToSpan(sorted_entries), in ProcessSlidingWindow()
173 sorted_entries.clear(); in ProcessSlidingWindow()
174 sorted_entries.shrink_to_fit(); in ProcessSlidingWindow()
193 dh::device_vector<Entry> sorted_entries; in ProcessWeightedSlidingWindow() local
201 &sorted_entries); in ProcessWeightedSlidingWindow()
251 sorted_entries.clear(); in ProcessWeightedSlidingWindow()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cu125 sorted_entries->begin(), sorted_entries->end(), in SortByWeight()
140 auto &sorted_entries = *p_sorted_entries; in RemoveDuplicatedCategories() local
145 sorted_entries.begin(), sorted_entries.end(), in RemoveDuplicatedCategories()
188 dh::device_vector<Entry> sorted_entries; in ProcessBatch() local
204 sorted_entries.data().get(), in ProcessBatch()
225 sorted_entries.clear(); in ProcessBatch()
226 sorted_entries.shrink_to_fit(); in ProcessBatch()
227 CHECK_EQ(sorted_entries.capacity(), 0); in ProcessBatch()
273 sorted_entries.data().get(), in ProcessWeightedBatch()
293 sorted_entries.clear(); in ProcessWeightedBatch()
[all …]
H A Dhist_util.cuh120 sorted_entries->resize(num_valid); in MakeEntriesFromAdapter()
122 sorted_entries->begin(), is_valid); in MakeEntriesFromAdapter()
145 dh::device_vector<Entry> sorted_entries; in ProcessSlidingWindow() local
156 &sorted_entries); in ProcessSlidingWindow()
170 sketch_container->Push(dh::ToSpan(sorted_entries), in ProcessSlidingWindow()
173 sorted_entries.clear(); in ProcessSlidingWindow()
174 sorted_entries.shrink_to_fit(); in ProcessSlidingWindow()
193 dh::device_vector<Entry> sorted_entries; in ProcessWeightedSlidingWindow() local
201 &sorted_entries); in ProcessWeightedSlidingWindow()
251 sorted_entries.clear(); in ProcessWeightedSlidingWindow()
[all …]
/dports/japanese/ddskk/ddskk-16.2/bayesian/
H A Dbskk228 sorted_entries = Array.new( size )
230 sorted_entries[i] = [entry, 0.0, entry]
238 sorted_entries.each_with_index{ |entry, e_i|
244 sorted_entries.sort!{ |e1, e2|
248 sorted_entries.each_with_index{ |e, i|
249 sorted_entries[i] = e[0]
252 return [sorted_entries, probs]
403 sorted_entries, probs = db.sort( entries, prefix_list )
404 out.puts "(" + sorted_entries.map!{|entry|
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-module.c327 GSList *sorted_entries = NULL; in cut_module_load_modules_unique() local
337 sorted_entries = g_slist_prepend(sorted_entries, g_strdup(entry)); in cut_module_load_modules_unique()
339 sorted_entries = g_slist_sort(sorted_entries, (GCompareFunc)strcmp); in cut_module_load_modules_unique()
340 for (node = sorted_entries; node; node = g_slist_next(node)) { in cut_module_load_modules_unique()
355 g_slist_foreach(sorted_entries, (GFunc)g_free, NULL); in cut_module_load_modules_unique()
356 g_slist_free(sorted_entries); in cut_module_load_modules_unique()
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/style/labels/
H A Dnumber.py33 def format_labels(self, sorted_entries): argument
34 for number, entry in enumerate(sorted_entries):
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/style/formatting/
H A D__init__.py55 sorted_entries = self.sort(entries)
56 labels = self.format_labels(sorted_entries)
57 for label, entry in zip(labels, sorted_entries):
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/mgmcommon/
H A DConfigSection.cpp554 std::vector<Entry *> sorted_entries(m_entry_array); in get_v1_length() local
555 std::sort(sorted_entries.begin(), sorted_entries.end(), compare_entry_key); in get_v1_length()
577 (sorted_entries[my_inx]->m_key < in get_v1_length()
581 len += sorted_entries[my_inx]->get_v1_length(); in get_v1_length()
584 (sorted_entries[my_inx]->m_key > in get_v1_length()
608 std::vector<Entry*> sorted_entries(m_entry_array); in create_v1_section() local
609 std::sort(sorted_entries.begin(), sorted_entries.end(), compare_entry_key); in create_v1_section()
626 (sorted_entries[my_inx]->m_key < in create_v1_section()
629 Entry *my_entry = sorted_entries[my_inx]; in create_v1_section()
634 (sorted_entries[my_inx]->m_key > in create_v1_section()
[all …]
/dports/textproc/py-sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1/test/roots/test-bibliography_style_label_1/
H A Dconf.py15 def format_labels(self, sorted_entries): argument
16 for entry in sorted_entries:
/dports/net/freeradius3/freeradius-server-3.0.25/scripts/sql/
H A Drlm_sqlippool_tool721 my @sorted_entries = sort @entries;
722 shift @sorted_entries while $#sorted_entries >= 0 && $sorted_entries[0] eq '';
727 if ($#sorted_entries >= 0) {
729 …ips{$ipbin} = (ip_bincomp($ipbin, 'eq', ip_iptobin($sorted_entries[0]) == 1) && shift(@sorted_entr…
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/peerdb/
H A DPeerDatabase.java595 Map.Entry[] sorted_entries = new Map.Entry[ popularity_counts.size() ]; in getExchangedPeersSortedByLeastPopularFirst()
596 popularity_counts.entrySet().toArray( sorted_entries ); in getExchangedPeersSortedByLeastPopularFirst()
598 Arrays.sort( sorted_entries, new Comparator() { in getExchangedPeersSortedByLeastPopularFirst()
606 PeerItem[] sorted_peers = new PeerItem[ sorted_entries.length ]; in getExchangedPeersSortedByLeastPopularFirst()
608 for( int i=0; i < sorted_entries.length; i++ ) { in getExchangedPeersSortedByLeastPopularFirst()
609 Map.Entry entry = sorted_entries[i]; in getExchangedPeersSortedByLeastPopularFirst()
/dports/sysutils/dua-cli/dua-cli-2.14.11/src/interactive/app/
H A Deventloop.rs2 sorted_entries,
258 s.entries = sorted_entries(&traversal.tree, s.root, s.sorting);
268 sorted_entries(&traversal.tree, traversal.root_index, sorting);
308 let entries = sorted_entries(&traversal.tree, root, sorting);
317 s.entries = sorted_entries(&traversal.tree, s.root, s.sorting);
H A Dhandlers.rs3 path_of, sorted_entries,
73 sorted_entries(&traversal.tree, parent_idx, self.sorting),
100 sorted_entries(&traversal.tree, previously_selected, self.sorting),
156 self.entries = sorted_entries(&traversal.tree, self.root, self.sorting);
310 self.entries = sorted_entries(&traversal.tree, self.root, self.sorting);
327 self.entries = sorted_entries(&traversal.tree, root, self.sorting);
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dstats.cpp199 vector<NamedSampleCountPair> sorted_entries; in full_report() local
200 sorted_entries.reserve(entries.size()); in full_report()
209 sorted_entries.push_back(pair); in full_report()
213 sort(sorted_entries.begin(), sorted_entries.end(), namedSampleCountPairComparator); in full_report()
216 foreach (const NamedSampleCountPair &entry, sorted_entries) { in full_report()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-face.cc702 hb_vector_t<hb_pair_t <hb_tag_t, hb_blob_t*>> sorted_entries; in _hb_face_builder_data_reference_blob() local
703 data->tables.iter () | hb_sink (sorted_entries); in _hb_face_builder_data_reference_blob()
704 if (unlikely (sorted_entries.in_error ())) in _hb_face_builder_data_reference_blob()
710 sorted_entries.qsort (compare_entries); in _hb_face_builder_data_reference_blob()
711 bool ret = f->serialize_single (&c, sfnt_tag, + sorted_entries.iter()); in _hb_face_builder_data_reference_blob()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-face.cc702 hb_vector_t<hb_pair_t <hb_tag_t, hb_blob_t*>> sorted_entries; in _hb_face_builder_data_reference_blob() local
703 data->tables.iter () | hb_sink (sorted_entries); in _hb_face_builder_data_reference_blob()
704 if (unlikely (sorted_entries.in_error ())) in _hb_face_builder_data_reference_blob()
710 sorted_entries.qsort (compare_entries); in _hb_face_builder_data_reference_blob()
711 bool ret = f->serialize_single (&c, sfnt_tag, + sorted_entries.iter()); in _hb_face_builder_data_reference_blob()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-face.cc702 hb_vector_t<hb_pair_t <hb_tag_t, hb_blob_t*>> sorted_entries; in _hb_face_builder_data_reference_blob() local
703 data->tables.iter () | hb_sink (sorted_entries); in _hb_face_builder_data_reference_blob()
704 if (unlikely (sorted_entries.in_error ())) in _hb_face_builder_data_reference_blob()
710 sorted_entries.qsort (compare_entries); in _hb_face_builder_data_reference_blob()
711 bool ret = f->serialize_single (&c, sfnt_tag, + sorted_entries.iter()); in _hb_face_builder_data_reference_blob()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-face.cc702 hb_vector_t<hb_pair_t <hb_tag_t, hb_blob_t*>> sorted_entries; in _hb_face_builder_data_reference_blob() local
703 data->tables.iter () | hb_sink (sorted_entries); in _hb_face_builder_data_reference_blob()
704 if (unlikely (sorted_entries.in_error ())) in _hb_face_builder_data_reference_blob()
710 sorted_entries.qsort (compare_entries); in _hb_face_builder_data_reference_blob()
711 bool ret = f->serialize_single (&c, sfnt_tag, + sorted_entries.iter()); in _hb_face_builder_data_reference_blob()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstjpegparser.c573 const GstJpegHuffmanTableEntry *sorted_entries[256]; in build_huffman_table() local
576 g_assert (num_entries <= G_N_ELEMENTS (sorted_entries)); in build_huffman_table()
579 sorted_entries[i] = &entries[i]; in build_huffman_table()
580 qsort ((void *) sorted_entries, num_entries, sizeof (sorted_entries[0]), in build_huffman_table()
584 const GstJpegHuffmanTableEntry *const e = sorted_entries[i]; in build_huffman_table()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstjpegparser.c573 const GstJpegHuffmanTableEntry *sorted_entries[256]; in build_huffman_table() local
576 g_assert (num_entries <= G_N_ELEMENTS (sorted_entries)); in build_huffman_table()
579 sorted_entries[i] = &entries[i]; in build_huffman_table()
580 qsort ((void *) sorted_entries, num_entries, sizeof (sorted_entries[0]), in build_huffman_table()
584 const GstJpegHuffmanTableEntry *const e = sorted_entries[i]; in build_huffman_table()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstjpegparser.c573 const GstJpegHuffmanTableEntry *sorted_entries[256]; in build_huffman_table() local
576 g_assert (num_entries <= G_N_ELEMENTS (sorted_entries)); in build_huffman_table()
579 sorted_entries[i] = &entries[i]; in build_huffman_table()
580 qsort ((void *) sorted_entries, num_entries, sizeof (sorted_entries[0]), in build_huffman_table()
584 const GstJpegHuffmanTableEntry *const e = sorted_entries[i]; in build_huffman_table()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstjpegparser.c573 const GstJpegHuffmanTableEntry *sorted_entries[256]; in build_huffman_table() local
576 g_assert (num_entries <= G_N_ELEMENTS (sorted_entries)); in build_huffman_table()
579 sorted_entries[i] = &entries[i]; in build_huffman_table()
580 qsort ((void *) sorted_entries, num_entries, sizeof (sorted_entries[0]), in build_huffman_table()
584 const GstJpegHuffmanTableEntry *const e = sorted_entries[i]; in build_huffman_table()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstjpegparser.c573 const GstJpegHuffmanTableEntry *sorted_entries[256]; in build_huffman_table() local
576 g_assert (num_entries <= G_N_ELEMENTS (sorted_entries)); in build_huffman_table()
579 sorted_entries[i] = &entries[i]; in build_huffman_table()
580 qsort ((void *) sorted_entries, num_entries, sizeof (sorted_entries[0]), in build_huffman_table()
584 const GstJpegHuffmanTableEntry *const e = sorted_entries[i]; in build_huffman_table()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst-libs/gst/codecparsers/
H A Dgstjpegparser.c573 const GstJpegHuffmanTableEntry *sorted_entries[256]; in build_huffman_table() local
576 g_assert (num_entries <= G_N_ELEMENTS (sorted_entries)); in build_huffman_table()
579 sorted_entries[i] = &entries[i]; in build_huffman_table()
580 qsort ((void *) sorted_entries, num_entries, sizeof (sorted_entries[0]), in build_huffman_table()
584 const GstJpegHuffmanTableEntry *const e = sorted_entries[i]; in build_huffman_table()

123456