Home
last modified time | relevance | path

Searched refs:nfound (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/dports/games/trackballs/trackballs-1.3.3/src/
H A DanimatedCollection.cc144 int nfound = 0; in leftEndsLeftOf() local
148 nfound++; in leftEndsLeftOf()
153 return nfound; in leftEndsLeftOf()
160 nfound++; in rightEndsRightOf()
165 return nfound; in rightEndsRightOf()
603 if (lefttree) nfound += lefttree->allTags(&acc[nfound]); in allTags()
604 if (righttree) nfound += righttree->allTags(&acc[nfound]); in allTags()
605 if (auxtree1d) nfound += auxtree1d.allTags(&acc[nfound]); in allTags()
744 return nfound; in leftEndsLeftOf()
784 return nfound; in rightEndsRightOf()
[all …]
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5diff_array.c383 return nfound; in diff_array()
1946 return nfound; in diff_datum()
2232 nfound++; in character_compare()
2236 return nfound; in character_compare()
2303 nfound++; in character_compare_opt()
2306 return nfound; in character_compare_opt()
2519 return nfound; in diff_float()
2730 return nfound; in diff_double()
2948 return nfound; in diff_ldouble()
3076 return nfound; in diff_schar()
[all …]
H A Dh5diff.c1145 nfound += nFoundbyWorker.nfound; in diff_match()
1162 nfound += nFoundbyWorker.nfound; in diff_match()
1214 nfound += nFoundbyWorker.nfound; in diff_match()
1228 nfound += nFoundbyWorker.nfound; in diff_match()
1245 nfound += nFoundbyWorker.nfound; in diff_match()
1273 nfound += nFoundbyWorker.nfound; in diff_match()
1291 nfound += nFoundbyWorker.nfound; in diff_match()
1308 nfound += nFoundbyWorker.nfound; in diff_match()
1316 nfound += nFoundbyWorker.nfound; in diff_match()
1744 nfound++; in diff()
[all …]
/dports/mail/qsf/qsf-1.2.7/src/tests/
H A Dgibberish.c70 int nfound = 0; in spam_test_gibberish_consonants() local
80 nfound++; in spam_test_gibberish_consonants()
83 if (nfound > 0) in spam_test_gibberish_consonants()
96 int nfound = 0; in spam_test_gibberish_vowels() local
106 nfound++; in spam_test_gibberish_vowels()
109 if (nfound > 0) in spam_test_gibberish_vowels()
165 int nfound = 0; in spam_test_gibberish_badstart() local
183 nfound++; in spam_test_gibberish_badstart()
186 if (nfound > 0) in spam_test_gibberish_badstart()
224 nfound++; in spam_test_gibberish_hyphens()
[all …]
H A Dhtml.c22 int nfound = 0; in spam_test_html_comments_in_words() local
51 nfound++; in spam_test_html_comments_in_words()
54 if (nfound > 0) in spam_test_html_comments_in_words()
55 return nfound + 1; in spam_test_html_comments_in_words()
67 int nfound = 0; in spam_test_html_external_img() local
95 nfound++; in spam_test_html_external_img()
105 if (nfound > 0) in spam_test_html_external_img()
106 return nfound + 1; in spam_test_html_external_img()
117 int nfound = 0; in spam_test_html_font() local
137 nfound++; in spam_test_html_font()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5diff_array.c381 return nfound; in diff_array()
2109 return nfound; in diff_datum()
2395 nfound++; in character_compare()
2399 return nfound; in character_compare()
2466 nfound++; in character_compare_opt()
2469 return nfound; in character_compare_opt()
2682 return nfound; in diff_float()
2893 return nfound; in diff_double()
3111 return nfound; in diff_ldouble()
3239 return nfound; in diff_schar()
[all …]
H A Dh5diff.c1141 nfound += nFoundbyWorker.nfound; in diff_match()
1158 nfound += nFoundbyWorker.nfound; in diff_match()
1210 nfound += nFoundbyWorker.nfound; in diff_match()
1224 nfound += nFoundbyWorker.nfound; in diff_match()
1241 nfound += nFoundbyWorker.nfound; in diff_match()
1269 nfound += nFoundbyWorker.nfound; in diff_match()
1287 nfound += nFoundbyWorker.nfound; in diff_match()
1304 nfound += nFoundbyWorker.nfound; in diff_match()
1312 nfound += nFoundbyWorker.nfound; in diff_match()
1741 nfound++; in diff()
[all …]
/dports/math/faiss/faiss-1.7.1/tests/
H A Dtest_binary_hashindex.py66 nfound = []
85 nfound = np.array(nfound)
87 self.assertTrue(np.all(nfound[1:] >= nfound[:-1]))
105 nfound = []
128 nfound = np.array(nfound)
130 self.assertTrue(np.all(nfound[1:] >= nfound[:-1]))
147 nfound = {}
168 self.assertGreater(nfound[(nh, 4)], nfound[(nh, 7)])
179 self.assertGreater(3, abs(nfound[(0, 7)] - nfound[(1, 7)]))
180 self.assertGreater(nfound[(3, 7)], nfound[(1, 7)])
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/news/husky/husky-1.9.20191207/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/fastlst/
H A Ddaydir.cc122 nfound = 0; in CommInit()
194 if (nfound == DD_SIZE) in CommInit()
204 nfound++; in CommInit()
217 if (nfound == 0) in CommInit()
312 if (dd_idx >= nfound) in Name()
333 NotKill = nfound - 1; in KillOld()
359 for (int i = 0; i < nfound; i++) in KillAll()
414 return Name (nfound - 1); in LatestName()
423 if (nfound == 0) in LatestDay()
425 return dir[nfound - 1].day; in LatestDay()
[all …]
/dports/net/libunp/unpv12e/libgai/
H A Dga_serv.c12 int port, rc, nfound; in ga_serv() local
15 nfound = 0; in ga_serv()
22 nfound += rc; in ga_serv()
27 nfound += rc; in ga_serv()
30 nfound += rc; in ga_serv()
38 nfound += rc; in ga_serv()
45 nfound += rc; in ga_serv()
50 if (nfound == 0) { in ga_serv()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/cc/
H A Dcc_molden_nto.F51 integer :: nto_count(8), ncount, nfound, ncount2
190 nfound = 0
193 nfound = nfound + 1
197 nfound = min(nfound, norbs(isymi)/2, norbs(isyma)/2)
200 call dgemm('N','T', nbas(isymi), nfound, nrhf(isymi),
208 & + nbas(isyma)*(norbs(isyma)-nfound)
209 call dgemm('N','N', nbas(isyma), nfound, nvir(isyma),
217 work(kpos:kpos+nfound-1) = - work(ksval:ksval+nfound-1)
218 kpos = koccu + iorbs(isyma) + (norbs(isyma) - nfound)
219 work(kpos:kpos+nfound-1) = work(ksval:ksval+nfound-1)
/dports/devel/R-cran-Hmisc/Hmisc/src/
H A DmChoice.c87 nfound++; in do_mchoice_match()
94 for(i=0; i < LENGTH(table) && nfound < len; i++) { in do_mchoice_match()
105 while(str_ptr != NULL && nfound < len) { in do_mchoice_match()
114 for(j = 0; j < len && nfound < len; j++) { in do_mchoice_match()
121 nfound++; in do_mchoice_match()
130 if(nfound < len) { in do_mchoice_match()
151 int nfound; /* number of matches found */ in do_mchoice_equals() local
164 nfound = 0; in do_mchoice_equals()
183 while(str_ptr != NULL && nfound < y_len) { in do_mchoice_equals()
188 nfound++; in do_mchoice_equals()
[all …]
/dports/www/p5-Net-FastCGI/Net-FastCGI-0.14/lib/Net/FastCGI/
H A DIO.pm180 my $nfound;
185 $nfound = select($fdset, undef, undef, $pending);
186 if ($nfound == -1) {
189 $nfound = 0;
194 return $nfound;
209 my $nfound;
214 $nfound = select(undef, $fdset, undef, $pending);
215 if ($nfound == -1) {
218 $nfound = 0;
223 return $nfound;
/dports/www/h2o-devel/h2o-dcc7134/misc/p5-net-fastcgi/lib/Net/FastCGI/
H A DIO.pm180 my $nfound;
185 $nfound = select($fdset, undef, undef, $pending);
186 if ($nfound == -1) {
189 $nfound = 0;
194 return $nfound;
209 my $nfound;
214 $nfound = select(undef, $fdset, undef, $pending);
215 if ($nfound == -1) {
218 $nfound = 0;
223 return $nfound;
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dgenome_sites.c24991 int nfound = 0, offset; in splicesite_positions() local
25055 site_knowni[nfound] = -1; in splicesite_positions()
25072 site_knowni[nfound] = -1; in splicesite_positions()
25087 return nfound; in splicesite_positions()
25120 site_knowni[nfound] = -1; in splicesite_positions()
25137 site_knowni[nfound] = -1; in splicesite_positions()
25241 site_knowni[nfound] = -1; in splicesite_positions()
25291 return nfound; in splicesite_positions()
25329 int nfound = 0, offset; in splicesite_positions_novel() local
25387 return nfound; in splicesite_positions_novel()
[all …]
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/tools/
H A Dscansrc.sh22 nfound=0
39 nfound=`expr $nfound + 1`
48 if [ "$nfound" = "0" ] ; then
51 echo "---> $nfound found"
54 ntotal=`expr $ntotal + $nfound`
/dports/science/madness/madness-ebb3fd7/src/madness/mra/tools/
H A Dquadrature.py173 nfound = 0
180 nfound = nfound + 1
185 while nfound != npt:
223 roots[nfound] = x
226 nfound = nfound + 1
254 nfound = 0
259 while nfound != n:
264 if nfound > 1:
265 step = 0.1*(roots[nfound-1]-roots[nfound-2])
309 roots[nfound] = x
[all …]
/dports/net/p5-Net-Telnet/Net-Telnet-3.04/t/
H A Dselect.t10 $nfound,
21 eval { $nfound = select($bitmask, '', '', 0) };
25 test (defined($nfound) and ($nfound == 0 or $nfound == 1));

12345678910>>...37