Home
last modified time | relevance | path

Searched refs:num_found (Results 1 – 25 of 1141) sorted by relevance

12345678910>>...46

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/
H A Dbapl_bbf_tree.cxx241 int num_found = 0; in n_nearest() local
277 if ( num_found < n || sq_dist < sq_distances[ num_found-1 ] ) { in n_nearest()
296 if ( num_found < n || sq_distances[ num_found-1 ] > left_box_sq_dist ) { in n_nearest()
304 if ( num_found < n || sq_distances[ num_found-1 ] > right_box_sq_dist ) { in n_nearest()
330 assert(num_found >= 0); in n_nearest()
334 for ( int i=0; i<num_found; ++i ) { in n_nearest()
363 if ( num_found >= n && sq_dist >= sq_distances[ num_found-1 ] ) in update_closest()
369 if ( num_found < n ) { in update_closest()
370 num_found ++; in update_closest()
375 int j=num_found-2; in update_closest()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rsdl/
H A Drsdl_kd_tree.cxx288 int num_found = 0; in n_nearest() local
302 assert(num_found >= 0); in n_nearest()
344 if ( num_found >= n && sq_dist >= sq_distances[ num_found-1 ] ) { in n_nearest_with_stack()
477 if ( num_found < n || sq_dist < sq_distances[ num_found-1 ] ) { in n_nearest_with_heap()
506 if ( num_found < n || sq_distances[ num_found-1 ] > left_box_sq_dist ) { in n_nearest_with_heap()
518 if ( num_found < n || sq_distances[ num_found-1 ] > right_box_sq_dist ) { in n_nearest_with_heap()
568 if ( num_found >= n && sq_dist >= sq_distances[ num_found-1 ] ) in update_closest()
574 if ( num_found < n ) { in update_closest()
575 num_found ++; in update_closest()
580 int j=num_found-2; in update_closest()
[all …]
H A Drsdl_kd_tree.h133 int & num_found );
140 int & num_found,
148 int & num_found );
154 int & num_found ) const;
/dports/multimedia/libgav1/libgav1-0.17.0/src/
H A Dmotion_vector.cc124 const int num_found = *num_mv_found; in SearchStack() local
305 int num_found = *num_mv_found; in AddTemporalReferenceMvCandidate() local
322 ++num_found; in AddTemporalReferenceMvCandidate()
324 *num_mv_found = num_found; in AddTemporalReferenceMvCandidate()
364 int num_found = *num_mv_found; in AddTemporalReferenceMvCandidate() local
381 ++num_found; in AddTemporalReferenceMvCandidate()
383 *num_mv_found = num_found; in AddTemporalReferenceMvCandidate()
554 int num_found = *num_mv_found; in AddExtraSingleMvCandidate() local
564 assert(num_found <= 2); in AddExtraSingleMvCandidate()
571 ++num_found; in AddExtraSingleMvCandidate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/
H A Dmotion_vector.cc126 const int num_found = *num_mv_found; in SearchStack() local
306 int num_found = *num_mv_found; in AddTemporalReferenceMvCandidate() local
323 ++num_found; in AddTemporalReferenceMvCandidate()
325 *num_mv_found = num_found; in AddTemporalReferenceMvCandidate()
365 int num_found = *num_mv_found; in AddTemporalReferenceMvCandidate() local
382 ++num_found; in AddTemporalReferenceMvCandidate()
384 *num_mv_found = num_found; in AddTemporalReferenceMvCandidate()
555 int num_found = *num_mv_found; in AddExtraSingleMvCandidate() local
565 assert(num_found <= 2); in AddExtraSingleMvCandidate()
572 ++num_found; in AddExtraSingleMvCandidate()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dunknown.c714 int num_found = 0; in search_bits() local
733 g->pos[num_found] = offset; in search_bits()
734 num_found++; in search_bits()
742 return num_found; in search_bits()
902 int num_found = -1; in main() local
984 num_found in main()
986 if (!num_found) in main()
1037 if (num_found) in main()
1050 if (num_found) in main()
1371 if (num_found == 1) in main()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropenglextension.cpp257 int i, num_found = 0; in opengl_get_extensions_special() local
269 num_found++; in opengl_get_extensions_special()
273 return num_found; in opengl_get_extensions_special()
295 int i, j, k, num_found = 0; in opengl_get_extensions() local
311 num_found++; in opengl_get_extensions()
337 num_found++; in opengl_get_extensions()
355 num_found += opengl_get_extensions_special(); in opengl_get_extensions()
359 return num_found; in opengl_get_extensions()
/dports/www/firefox-legacy/firefox-52.8.0esr/addon-sdk/source/python-lib/cuddlefish/
H A Dversion_comparator.py95 num_found = -1
98 num_found = i
101 if num_found != -1:
102 match = self._int_part.match(self.strB[num_found:])
105 self.strB = self.strB[:num_found]
/dports/net/samba412/samba-4.12.15/ctdb/tests/INTEGRATION/database/scripts/
H A Dlocal.bash17 local num_found
19 num_found=$(db_ctdb_cattdb_count_records "$node" "$db")
20 if [ "$num_found" = "$num" ] ; then
25 "$db" "$node" "$num_found" "$num"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dsupported_types_unittest.cc71 size_t num_found = 0; in TEST() local
100 num_found++; in TEST()
105 EXPECT_EQ(kSupportedTransfers.size(), num_found); in TEST()
109 size_t num_found = 0; in TEST() local
132 num_found++; in TEST()
137 EXPECT_EQ(kSupportedPrimaries.size(), num_found); in TEST()
141 size_t num_found = 0; in TEST() local
164 num_found++; in TEST()
169 EXPECT_EQ(kSupportedMatrix.size(), num_found); in TEST()
/dports/shells/modernish/modernish-0.16.5/lib/modernish/tst/
H A Dloop_cond.t335 num_found=0
347 inc num_found
354 elif ne num_found num_mods; then
355 if eq num_found 0; then
358 failmsg="didn't find $num_mods files (found $num_found)"
369 num_found=0
375 inc num_found $#
382 elif ne num_found num_mods; then
383 failmsg="didn't find $num_mods files (found $num_found)"
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Ddelimiting.cc65 int64_t* out_pos, int64_t* num_found) override { in FindNth() argument
89 *num_found = found; in FindNth()
176 int64_t num_found; in ProcessSkip() local
178 util::string_view(*partial), util::string_view(*block), *count, &pos, &num_found)); in ProcessSkip()
182 if (ARROW_PREDICT_FALSE(final && *count > num_found && block->size() != pos)) { in ProcessSkip()
184 ++num_found; in ProcessSkip()
189 *count -= num_found; in ProcessSkip()
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/filter/src/
H A Dfirdespm.c692 unsigned int num_found=0; in firdespm_iext_search() local
697 found_iext[num_found++] = 0; in firdespm_iext_search()
700 found_iext[num_found++] = 0; in firdespm_iext_search()
711 assert(num_found < nmax); in firdespm_iext_search()
725 assert(num_found < nmax); in firdespm_iext_search()
730 if (num_found < _q->r+1) { in firdespm_iext_search()
737 _q->r+1, num_found); in firdespm_iext_search()
742 assert(num_found <= nmax); in firdespm_iext_search()
762 for (i=1; i<num_found; i++) { in firdespm_iext_search()
790 imin = num_found-1; in firdespm_iext_search()
[all …]
/dports/devel/py-pymtbl/pymtbl-0.5.0/examples/
H A Dpymtbl_search_random_table.py30 num_found = 0
36 num_found += 1
44 locale.format_string('%d', num_found, grouping=True),
53 locale.format_string('%d', num_found, grouping=True),
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dsupported_types_unittest.cc65 size_t num_found = 0; in TEST() local
93 num_found++; in TEST()
97 EXPECT_EQ(kSupportedTransfers.size(), num_found); in TEST()
101 size_t num_found = 0; in TEST() local
123 num_found++; in TEST()
127 EXPECT_EQ(kSupportedPrimaries.size(), num_found); in TEST()
131 size_t num_found = 0; in TEST() local
153 num_found++; in TEST()
157 EXPECT_EQ(kSupportedMatrix.size(), num_found); in TEST()
/dports/graphics/s2/s2geometry-0.9.0/doc/examples/
H A Dpoint_index.cc35 int64_t num_found = 0; in main() local
38 num_found += query.FindClosestPoints(&target).size(); in main()
42 num_found, FLAGS_num_queries); in main()
H A Dterm_index.cc71 int64_t num_found = 0; in main() local
94 num_found += result.size(); in main()
97 num_found, FLAGS_num_queries); in main()
/dports/graphics/py-s2/s2geometry-0.9.0/doc/examples/
H A Dpoint_index.cc35 int64_t num_found = 0; in main() local
38 num_found += query.FindClosestPoints(&target).size(); in main()
42 num_found, FLAGS_num_queries); in main()
H A Dterm_index.cc71 int64_t num_found = 0; in main() local
94 num_found += result.size(); in main()
97 num_found, FLAGS_num_queries); in main()
/dports/x11/libX11/libX11-1.7.2/src/util/
H A Dmakekeys.c118 int num_found; in main() local
165 num_found = 0; in main()
192 num_found++; in main()
193 if (num_found >= MATCHES) in main()
249 num_found = 0; in main()
277 num_found++; in main()
278 if (num_found >= MATCHES) in main()
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dhashlib_tests.c34 uint32_t num_found = 0; in hashlib_test1() local
77 num_found = 0; in hashlib_test1()
84 num_found++; in hashlib_test1()
92 if (num_found != max_key) { in hashlib_test1()
94 num_found); in hashlib_test1()
/dports/textproc/p5-HTML-Entities-ImodePictogram/HTML-Entities-ImodePictogram-0.06/lib/HTML/Entities/
H A DImodePictogram.pm25 my $num_found = 0;
29 $num_found++;
38 return $num_found;
/dports/science/lammps/lammps-stable_29Sep2021/src/PTM/
H A Dptm_structure_matcher.cpp225 int num_found = 0; in match_dcub_dhex() local
241 if (num_found + num_inverted >= 4) in match_dcub_dhex()
244 toadd[num_found][0] = a; in match_dcub_dhex()
245 toadd[num_found][1] = b; in match_dcub_dhex()
246 toadd[num_found][2] = c; in match_dcub_dhex()
247 num_found++; in match_dcub_dhex()
255 if (num_found + num_inverted != 4) in match_dcub_dhex()
258 for (int i=0;i<num_found;i++) in match_dcub_dhex()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_ids.c48 int num_found = 0; in ex_get_nonstandard_ids() local
73 ((int64_t *)ids)[num_found++] = id; in ex_get_nonstandard_ids()
78 ((int *)ids)[num_found++] = id; in ex_get_nonstandard_ids()
80 if (num_found == count) { in ex_get_nonstandard_ids()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dcommon.c731 unsigned num_found = 0, n; in odbc_find_last_socket()
760 if (num_found >= 8) { in odbc_find_last_socket()
762 num_found = 7; in odbc_find_last_socket()
764 info = &found[num_found++]; in odbc_find_last_socket()
782 for (n = 0; n < num_found - 1; ++n) { in odbc_find_last_socket()
786 --num_found; in odbc_find_last_socket()
787 memmove(found+n, found+n+1, num_found-n-1); in odbc_find_last_socket()
788 --num_found; in odbc_find_last_socket()
794 if (num_found == 0) in odbc_find_last_socket()
796 return found[num_found-1].sock; in odbc_find_last_socket()

12345678910>>...46