Home
last modified time | relevance | path

Searched refs:LOOPNUM (Results 1 – 15 of 15) sorted by relevance

/dports/databases/qdbm-plus/qdbm-1.8.78/java/
H A DDepotTester.java28 private static final int LOOPNUM = 10000; field in DepotTester
76 for(int i = 1; i <= LOOPNUM; i++){ in dowrite()
81 if(i % (LOOPNUM / 250) == 0){ in dowrite()
84 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in dowrite()
124 for(int i = 1; i <= LOOPNUM; i++){ in doread()
129 if(i % (LOOPNUM / 250) == 0){ in doread()
132 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in doread()
194 for(int i = 1; i <= LOOPNUM; i++){ in domulti()
231 for(int i = 1; i <= LOOPNUM; i++){ in run()
242 if(myprinter && i % (LOOPNUM / 250) == 0){ in run()
[all …]
H A DVillaTester.java28 private static final int LOOPNUM = 10000; field in VillaTester
81 for(int i = 1; i <= LOOPNUM; i++){ in dowrite()
86 if(i % (LOOPNUM / 250) == 0){ in dowrite()
89 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in dowrite()
129 for(int i = 1; i <= LOOPNUM; i++){ in doread()
134 if(i % (LOOPNUM / 250) == 0){ in doread()
137 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in doread()
202 for(int i = 1; i <= LOOPNUM; i++){ in domulti()
244 for(int i = 1; i <= LOOPNUM; i++){ in run()
249 if(RND.nextInt(LOOPNUM / 7 + 1) == 0){ in run()
[all …]
H A DCuriaTester.java28 private static final int LOOPNUM = 10000; field in CuriaTester
60 loopnum = LOOPNUM; in main()
268 if(RND.nextInt(LOOPNUM / 20) == 0) yield(); in run()
/dports/databases/qdbm/qdbm-1.8.78/java/
H A DDepotTester.java28 private static final int LOOPNUM = 10000; field in DepotTester
76 for(int i = 1; i <= LOOPNUM; i++){ in dowrite()
81 if(i % (LOOPNUM / 250) == 0){ in dowrite()
84 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in dowrite()
124 for(int i = 1; i <= LOOPNUM; i++){ in doread()
129 if(i % (LOOPNUM / 250) == 0){ in doread()
132 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in doread()
194 for(int i = 1; i <= LOOPNUM; i++){ in domulti()
231 for(int i = 1; i <= LOOPNUM; i++){ in run()
242 if(myprinter && i % (LOOPNUM / 250) == 0){ in run()
[all …]
H A DVillaTester.java28 private static final int LOOPNUM = 10000; field in VillaTester
81 for(int i = 1; i <= LOOPNUM; i++){ in dowrite()
86 if(i % (LOOPNUM / 250) == 0){ in dowrite()
89 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in dowrite()
129 for(int i = 1; i <= LOOPNUM; i++){ in doread()
134 if(i % (LOOPNUM / 250) == 0){ in doread()
137 if(i == LOOPNUM || i % (LOOPNUM / 10) == 0){ in doread()
202 for(int i = 1; i <= LOOPNUM; i++){ in domulti()
244 for(int i = 1; i <= LOOPNUM; i++){ in run()
249 if(RND.nextInt(LOOPNUM / 7 + 1) == 0){ in run()
[all …]
H A DCuriaTester.java28 private static final int LOOPNUM = 10000; field in CuriaTester
60 loopnum = LOOPNUM; in main()
268 if(RND.nextInt(LOOPNUM / 20) == 0) yield(); in run()
/dports/databases/qdbm-plus/qdbm-1.8.78/perl/villa/
H A Dplvltest197 my($LOOPNUM) = 100;
211 for($i = 1; $i <= $LOOPNUM; $i++){
221 for($i = 1; $i <= $LOOPNUM; $i++){
239 if($i != $LOOPNUM){
246 $buf = sprintf("%08d", $LOOPNUM / 2);
247 if(!(delete $hash{$buf}) || scalar(keys(%hash)) != $LOOPNUM - 1){
/dports/databases/qdbm/qdbm-1.8.78/perl/villa/
H A Dplvltest197 my($LOOPNUM) = 100;
211 for($i = 1; $i <= $LOOPNUM; $i++){
221 for($i = 1; $i <= $LOOPNUM; $i++){
239 if($i != $LOOPNUM){
246 $buf = sprintf("%08d", $LOOPNUM / 2);
247 if(!(delete $hash{$buf}) || scalar(keys(%hash)) != $LOOPNUM - 1){
/dports/databases/qdbm/qdbm-1.8.78/perl/curia/
H A Dplcrtest202 my($LOOPNUM) = 100;
218 for($i = 1; $i <= $LOOPNUM; $i++){
228 for($i = 1; $i <= $LOOPNUM; $i++){
246 if($i != $LOOPNUM){
253 $buf = sprintf("%08d", $LOOPNUM / 2);
254 if(!(delete $hash{$buf}) || scalar(keys(%hash)) != $LOOPNUM - 1){
/dports/databases/qdbm-plus/qdbm-1.8.78/perl/curia/
H A Dplcrtest202 my($LOOPNUM) = 100;
218 for($i = 1; $i <= $LOOPNUM; $i++){
228 for($i = 1; $i <= $LOOPNUM; $i++){
246 if($i != $LOOPNUM){
253 $buf = sprintf("%08d", $LOOPNUM / 2);
254 if(!(delete $hash{$buf}) || scalar(keys(%hash)) != $LOOPNUM - 1){
/dports/databases/qdbm-plus/qdbm-1.8.78/perl/depot/
H A Dpldptest199 my($LOOPNUM) = 100;
214 for($i = 1; $i <= $LOOPNUM; $i++){
224 for($i = 1; $i <= $LOOPNUM; $i++){
242 if($i != $LOOPNUM){
249 $buf = sprintf("%08d", $LOOPNUM / 2);
250 if(!(delete $hash{$buf}) || scalar(keys(%hash)) != $LOOPNUM - 1){
/dports/databases/qdbm/qdbm-1.8.78/perl/depot/
H A Dpldptest199 my($LOOPNUM) = 100;
214 for($i = 1; $i <= $LOOPNUM; $i++){
224 for($i = 1; $i <= $LOOPNUM; $i++){
242 if($i != $LOOPNUM){
249 $buf = sprintf("%08d", $LOOPNUM / 2);
250 if(!(delete $hash{$buf}) || scalar(keys(%hash)) != $LOOPNUM - 1){
/dports/devel/ga/ga-5.8/gparrays/testing/
H A Dtranspose.c968 int LOOPNUM = 100; in main() local
1339 for (iloop=0; iloop<LOOPNUM; iloop++) { in main()
1632 gatot/((double)LOOPNUM)); in main()
1634 hypretot/((double)LOOPNUM)); in main()
1636 gatot2/((double)LOOPNUM)); in main()
1638 hypretot2/((double)LOOPNUM)); in main()
1640 prtot/((double)LOOPNUM)); in main()
1642 prtot2/((double)LOOPNUM)); in main()
1688 t_get/((double)(nprocs*LOOPNUM))); in main()
1690 t_gp_get/((double)(nprocs*LOOPNUM))); in main()
[all …]
/dports/devel/ga/ga-5.8/global/testing/
H A Dsprsmatvec.c802 int LOOPNUM = 100; in main() local
1164 for (iloop=0; iloop<LOOPNUM; iloop++) { in main()
1255 gatot/((double)LOOPNUM)); in main()
1257 hyprtot/((double)LOOPNUM)); in main()
1259 prtot/((double)LOOPNUM)); in main()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A DrippleTV.c49 #define LOOPNUM 2 macro
387 for (i = LOOPNUM; i > 0; i--) { in ripple_process()