Home
last modified time | relevance | path

Searched refs:nrepeat (Results 1 – 25 of 175) sorted by last modified time

1234567

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcdilib.c10588 unsigned nrepeat = 0; in printQuasi() local
10594 nrepeat = nrepeat + 1; in printQuasi()
10599 if ( nrepeat >= 1 ) sprintf(yout+4, "to %5d", nextlat); in printQuasi()
H A Dcgribexlib.c3127 unsigned nrepeat = 0; in printQuasi() local
3133 nrepeat = nrepeat + 1; in printQuasi()
3138 if ( nrepeat >= 1 ) sprintf(yout+4, "to %5d", nextlat); in printQuasi()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/os/
H A Dlog.c881 static int nrepeat = 0; variable
932 if (nrepeat > 0) { in AuditFlush()
935 prefix != NULL ? prefix : "", nrepeat); in AuditFlush()
936 nrepeat = 0; in AuditFlush()
960 nrepeat++; in VAuditF()
969 nrepeat = 0; in VAuditF()
/dports/devel/boost-docs/boost_1_72_0/libs/histogram/benchmark/
H A Dhistogram_filling_numpy.py8 nrepeat = 10 variable
11 "from __main__ import x, np", number=nrepeat) / (nrepeat * len(x)) / 1e-9)
14 … "from __main__ import x, histogram1d", number=nrepeat) / (nrepeat * len(x)) / 1e-9)
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsnum.cpp1026 int nrepeat; in num_toLocaleString() local
1028 nrepeat = (remainder - 1) / tmpGroup[-1]; in num_toLocaleString()
1029 buflen += thousandsLength * nrepeat; in num_toLocaleString()
1030 remainder -= nrepeat * tmpGroup[-1]; in num_toLocaleString()
1032 nrepeat = 0; in num_toLocaleString()
1056 if (--nrepeat < 0) { in num_toLocaleString()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsnum.cpp1022 int nrepeat; in num_toLocaleString() local
1024 nrepeat = (remainder - 1) / tmpGroup[-1]; in num_toLocaleString()
1025 buflen += thousandsLength * nrepeat; in num_toLocaleString()
1026 remainder -= nrepeat * tmpGroup[-1]; in num_toLocaleString()
1028 nrepeat = 0; in num_toLocaleString()
1052 if (--nrepeat < 0) { in num_toLocaleString()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsnum.cpp1026 int nrepeat; in num_toLocaleString() local
1028 nrepeat = (remainder - 1) / tmpGroup[-1]; in num_toLocaleString()
1029 buflen += thousandsLength * nrepeat; in num_toLocaleString()
1030 remainder -= nrepeat * tmpGroup[-1]; in num_toLocaleString()
1032 nrepeat = 0; in num_toLocaleString()
1056 if (--nrepeat < 0) { in num_toLocaleString()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/os/
H A Dlog.c888 static int nrepeat = 0; variable
939 if (nrepeat > 0) { in AuditFlush()
942 prefix != NULL ? prefix : "", nrepeat); in AuditFlush()
943 nrepeat = 0; in AuditFlush()
967 nrepeat++; in VAuditF()
976 nrepeat = 0; in VAuditF()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-ps.c449 int nrepeat, nliteral; in compress_packbits() local
464 nrepeat = 1; in compress_packbits()
469 nrepeat++; in compress_packbits()
472 if (nrepeat == 127) break; /* Maximum repeat */ in compress_packbits()
476 if ( (nrepeat == 1) in compress_packbits()
486 *(dst++) = (unsigned char)((-nrepeat) & 0xff); in compress_packbits()
/dports/net/mpich/mpich-3.4.3/test/mpi/basic/
H A Dnetmpi.c117 nrepeat, /* Number of time to do the transmission */ in main() local
239 nrepeat = g_LATENCYREPS; in main()
241 nrepeat = (int) (MAX((RUNTM / ((double) args.bufflen / in main()
243 SendTime(&args, &tzero, &nrepeat); in main()
245 nrepeat = 1; /* Just needs to be greater than zero */ in main()
246 RecvTime(&args, &tzero, &nrepeat); in main()
329 for (j = 0; j < nrepeat; j++) { in main()
343 t = (When() - t0) / ((1 + !streamopt) * nrepeat); in main()
378 for (j = 0; j < nrepeat; j++) { in main()
391 t = (When() - t0) / ((1 + !streamopt) * nrepeat); in main()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_x.cpp2425 int nrepeat = (int)(desiredflops/(2*pow((double)n,3.0))); in main() local
2426 nrepeat = 4*(nrepeat/4+1); in main()
2445 for(k=0; k<nrepeat; k++) in main()
2454 perf0 = 1.0E-6*pow((double)n,3)*2.0*nrepeat/(0.001*t); in main()
2459 for(k=0; k<nrepeat; k++) in main()
2468 perf2 = 1.0E-6*pow((double)n,3)*2.0*nrepeat/(0.001*t); in main()
/dports/math/py-ducc0/ducc0-0.22.0/python/demos/
H A Dfft_bench.py33 for i in range(nrepeat):
41 def measure_fftw_est(a, nrepeat, nthr): argument
50 for i in range(nrepeat):
60 def measure_duccfft(a, nrepeat, nthr): argument
63 for i in range(nrepeat):
76 for i in range(nrepeat):
91 for i in range(nrepeat):
104 for i in range(nrepeat):
118 for i in range(nrepeat):
127 def measure_mkl_fft(a, nrepeat, nthr): argument
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/prepar/
H A Dpre_input.F45 integer irepeat,nrepeat,iopt,jopt,kopt,irrand,invert,irrep
109 nrepeat=0
955 if(.not.inp_i(nrepeat)) then
956 nrepeat=0
974 if(nrepeat.gt.1) then
983 do 6832 i=2,nrepeat
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_prepare_input.F45 integer irepeat,nrepeat,iopt,jopt,kopt,irrand,invert,irrep
109 nrepeat=0
1038 if(.not.inp_i(nrepeat)) then
1039 nrepeat=0
1060 if(nrepeat.gt.1) then
1069 do 6832 i=2,nrepeat
H A Dargos_prep_input.F45 integer irepeat,nrepeat,iopt,jopt,kopt,irrand,invert,irrep
109 nrepeat=0
1020 if(.not.inp_i(nrepeat)) then
1021 nrepeat=0
1041 if(nrepeat.gt.1) then
1050 do 6832 i=2,nrepeat
/dports/math/openturns/openturns-1.18/python/doc/examples/data_analysis/statistical_tests/
H A Dplot_kolmogorov_distribution.py83 def generateKSSampleKnownParameters(nrepeat, samplesize): argument
89 D = ot.Sample(nrepeat, 1)
90 for i in range(nrepeat):
100 nrepeat = 10000 # Size of the KS distances sample variable
101 sampleD = generateKSSampleKnownParameters(nrepeat, samplesize)
167 def generateKSSampleEstimatedParameters(nrepeat, samplesize): argument
174 D = ot.Sample(nrepeat, 1)
175 for i in range(nrepeat):
186 sampleDP = generateKSSampleEstimatedParameters(nrepeat, samplesize)
/dports/math/py-PyWavelets/pywt-1.2.0/demo/
H A Dbatch_processing.py41 nrepeat = 5 # averages used in the benchmark
78 for n in range(nrepeat):
80 t = (time.time()-tstart)/nrepeat
87 for n in range(nrepeat):
90 t2 = (time.time()-tstart)/nrepeat
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/include/compression/
H A Dbwt.h23 unsigned int *nrepeat,
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/compression/
H A Dbwt.c34 int repeat1=(int)(nrepeat[i1]>>8); in compare_index()
35 int k1=(int)(nrepeat[i1]&0xFFU); in compare_index()
37 int k2=(int)(nrepeat[i2]&0xFFU); in compare_index()
92 nrepeat, in Ptngc_bwt_merge_sort_inner()
96 nrepeat, in Ptngc_bwt_merge_sort_inner()
148 unsigned int *nrepeat=warnmalloc(nvals*sizeof *nrepeat); in Ptngc_comp_to_bwt() local
175 if (!nrepeat[i]) in Ptngc_comp_to_bwt()
259 if (!nrepeat[i]) in Ptngc_comp_to_bwt()
265 if ((nrepeat[i]>>8)!=1) in Ptngc_comp_to_bwt()
266 printf("String repeats at %d: %d %d\n",i,nrepeat[i]>>8,nrepeat[i]&0xFFU); in Ptngc_comp_to_bwt()
[all …]
H A Dlz77.c37 unsigned int *nrepeat=warnmalloc(nvals*sizeof *nrepeat);
52 nrepeat[i]=0U;
57 if (!nrepeat[i])
123 nrepeat[i+m]=((unsigned int) (good_k)) | (((unsigned int) (repeat))<<8);
126 if (!nrepeat[i])
127 nrepeat[i+m]=257U; /* This is 1<<8 | 1 */
132 Ptngc_bwt_merge_sort_inner(indices,nvals,vals,0,nvals,nrepeat,warr);
140 free(nrepeat);
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/t/
H A Dtest_ndarray.t177 my $nrepeat = 10;
179 for my $repeat (1..$nrepeat)
H A Dtest_executor.t102 my $nrepeat = 9;
104 for my $repeat (0..$nrepeat)
141 my $nrepeat = 9;
143 for my $repeat (0..$nrepeat)
154 for my $repeat (0..$nrepeat)
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/profiler/
H A Dprofiler_ndarray.py88 nrepeat = 10
92 for repeat in range(nrepeat):
120 nrepeat = 3
121 for repeat in range(nrepeat):
132 nrepeat = 3
133 for repeat in range(nrepeat):
146 nrepeat = 3
147 for repeat in range(nrepeat):
179 nrepeat = 10
180 for repeat in range(nrepeat):
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Dtest_utils.py2328 def verify_generator(generator, buckets, probs, nsamples=1000000, nrepeat=5, success_rate=0.2, alph… argument
2362 for _ in range(nrepeat):
2369 if success_num < nrepeat * success_rate:
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/nightly/
H A Ddist_device_sync_kvstore.py61 def check_default_keys(kv, my_rank, nworker, nrepeat=3): argument
64 for i in range(nrepeat):
88 check_default_keys(kv, my_rank, nworker, nrepeat=3)

1234567