Home
last modified time | relevance | path

Searched refs:ntimes (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/dports/www/py-Tenjin/Tenjin-1.1.1/benchmark/
H A Dbench.py153 for i in xrange(ntimes):
165 for i in xrange(ntimes):
173 for i in xrange(ntimes):
197 for i in xrange(ntimes):
206 for i in xrange(ntimes):
217 for i in xrange(ntimes):
296 for i in xrange(ntimes):
314 for i in xrange(ntimes):
362 for i in xrange(ntimes):
818 def main(ntimes=1000): argument
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/gww/
H A Dpara_gww.f9039 SUBROUTINE setup_para_gww(ntimes,nstates, i_min, i_max) argument
50 INTEGER, INTENT(in) :: ntimes!number of time samples local
58 allocate(is_my_time(-ntimes:ntimes))
59 allocate(is_my_pola(0:ntimes))
69 ndelta=(2*ntimes+1)/nproc
70 if(ndelta*nproc < (2*ntimes+1)) ndelta=ndelta+1
72 iqq=-ntimes
75 if(iqq <= ntimes.and.(mpime==ip)) then
91 ndelta=(ntimes+1)/nproc
92 if(ndelta*nproc < (ntimes+1)) ndelta=ndelta+1
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/doc/
H A Dmultiple_io.tex4 int ncmpi_mput_var1(int ncid, int ntimes, int varids[],
9 int ncmpi_mput_var1_all(int ncid, int ntimes, int varids[],
19 int ncmpi_mget_var1(int ncid, int ntimes, int varids[],
24 int ncmpi_mget_var1_all(int ncid, int ntimes, int varids[],
34 int ncmpi_mput_var(int ncid, int ntimes, int varids[],
47 int ncmpi_mget_var(int ncid, int ntimes, int varids[],
60 int ncmpi_mput_vara(int ncid, int ntimes, int varids[],
75 int ncmpi_mget_vara(int ncid, int ntimes, int varids[],
90 int ncmpi_mput_vars(int ncid, int ntimes, int varids[],
107 int ncmpi_mget_vars(int ncid, int ntimes, int varids[],
[all …]
/dports/science/elk/elk-7.2.42/src/
H A Ddielectric_tdrt.f9051 call fderiv(1,ntimes,times,f1,g)
57 do its=its0,ntimes
63 t1=dot_product(wt(its0:ntimes),f1(its0:ntimes))
64 t2=dot_product(wt(its0:ntimes),f2(its0:ntimes))
89 do its=its0,ntimes
95 t1=dot_product(wt(its0:ntimes),f1(its0:ntimes))
96 t2=dot_product(wt(its0:ntimes),f2(its0:ntimes))
/dports/devel/ga/ga-5.8/armci/testing/
H A Dperf_nb.c226 int stride, k = 0, ntimes; in test_perf_nb() local
247 if (ntimes < 1) { in test_perf_nb()
248 ntimes = 1; in test_perf_nb()
273 for (j = 0; j < ntimes; j++) in test_perf_nb()
294 for (j = 0; j < ntimes; j++) in test_perf_nb()
317 for (j = 0; j < ntimes; j++) { in test_perf_nb()
343 for (j = 0; j < ntimes; j++) { in test_perf_nb()
375 for (j = 0; j < ntimes; j++) { in test_perf_nb()
404 for (j = 0; j < ntimes; j++) { in test_perf_nb()
430 bytes, t4 / ntimes, t5 / ntimes, t6 / ntimes, t1 / ntimes, in test_perf_nb()
[all …]
/dports/math/R-cran-survey/survey/R/
H A Dsvykm.R112 ntimes<-length(oo) functionVar
123 dVn<- vcov(totals)[(1:ntimes),(1:ntimes)]/outer(y,y)
124 dVy <- vcov(totals)[-(1:ntimes),-(1:ntimes)]*outer(dNbar/y^2,dNbar/y^2)
125 dCVny<- -vcov(totals)[(1:ntimes),-(1:ntimes)]*outer(1/y,dNbar/y^2)
128 V<-numeric(ntimes)
129 if (ntimes>0)
131 if (ntimes>1)
324 ntimes<-length(oo) functionVar
337 dVn<- vtotals[(1:ntimes),(1:ntimes)]/outer(y,y)
338 dVy <- vtotals[-(1:ntimes),-(1:ntimes)]*outer(dNbar/y^2,dNbar/y^2)
[all …]
/dports/devel/py-tables/tables-3.6.1/bench/
H A Dpytables-search-bench.py79 ntimes = 10
80 for i in range(ntimes):
85 qtime = (time() - t1) / ntimes
92 ntimes = 10
93 for i in range(ntimes):
98 qtime = (time() - t1) / ntimes
107 ntimes = 10
108 for i in range(ntimes):
120 ntimes = 10
121 for i in range(ntimes):
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/matrixmultiply-0.2.3/src/
H A Dloopmacros.rs63 ($by:tt => $ntimes:expr, $e:expr) => {
64 for _ in 0..$ntimes { $e }
70 ($by:tt => $ntimes:expr, $e:expr) => {{
71 let k = $ntimes;
83 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
84 let k = $ntimes - 1;
97 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
98 let k = $ntimes - 1;
/dports/devel/grex/grex-1.3.0/cargo-crates/matrixmultiply-0.3.0/src/
H A Dloopmacros.rs63 ($by:tt => $ntimes:expr, $e:expr) => {
64 for _ in 0..$ntimes { $e }
70 ($by:tt => $ntimes:expr, $e:expr) => {{
71 let k = $ntimes;
84 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
85 let k = $ntimes - 1;
99 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
100 let k = $ntimes - 1;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/matrixmultiply-0.2.3/src/
H A Dloopmacros.rs63 ($by:tt => $ntimes:expr, $e:expr) => {
64 for _ in 0..$ntimes { $e }
70 ($by:tt => $ntimes:expr, $e:expr) => {{
71 let k = $ntimes;
83 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
84 let k = $ntimes - 1;
97 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
98 let k = $ntimes - 1;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/matrixmultiply/src/
H A Dloopmacros.rs71 ($by:tt => $ntimes:expr, $e:expr) => {
72 for _ in 0..$ntimes { $e }
78 ($by:tt => $ntimes:expr, $e:expr) => {{
79 let k = $ntimes;
92 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
93 let k = $ntimes - 1;
107 ($by:tt => $ntimes:expr, $is_last:ident, $e:expr) => {{
108 let k = $ntimes - 1;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/
H A Dtest_convolve.cxx46 constexpr unsigned ntimes = 10; // repeat some expts to get more accurate timings. in test_convolve() local
49 for (unsigned i=0; i < ntimes; ++i) in test_convolve()
53 …std::cout << "Done straightforward 10000x2000 convolution in " << ms1/double(ntimes) << " millisec… in test_convolve()
57 for (unsigned i=0; i < ntimes; ++i) in test_convolve()
63 …std::cout << "Done FFT-2-based 10000x2000 convolution in " << ms2/double(ntimes) << " milliseconds… in test_convolve()
67 for (unsigned i=0; i < ntimes; ++i) in test_convolve()
72 …std::cout << "Done FFT-2,5-based 10000x2000 convolution in " << ms3/double(ntimes) << " millisecon… in test_convolve()
76 for (unsigned i=0; i < ntimes; ++i) in test_convolve()
81 …std::cout << "Done FFT-2,3-based 10000x2000 convolution in " << ms4/double(ntimes) << " millisecon… in test_convolve()
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/tests/
H A Dtest_convolve.cxx49 constexpr unsigned ntimes = 10; // repeat some expts to get more accurate timings. in test_convolve() local
52 for (unsigned i = 0; i < ntimes; ++i) in test_convolve()
56 …std::cout << "Done straightforward 10000x2000 convolution in " << ms1 / double(ntimes) << " millis… in test_convolve()
60 for (unsigned i = 0; i < ntimes; ++i) in test_convolve()
66 …std::cout << "Done FFT-2-based 10000x2000 convolution in " << ms2 / double(ntimes) << " millisecon… in test_convolve()
70 for (unsigned i = 0; i < ntimes; ++i) in test_convolve()
75 …std::cout << "Done FFT-2,5-based 10000x2000 convolution in " << ms3 / double(ntimes) << " millisec… in test_convolve()
79 for (unsigned i = 0; i < ntimes; ++i) in test_convolve()
84 …std::cout << "Done FFT-2,3-based 10000x2000 convolution in " << ms4 / double(ntimes) << " millisec… in test_convolve()
/dports/math/py-numexpr/numexpr-2.8.0/bench/
H A Dissue-36.py14 ntimes = (1000*2**15) // N
15 for i in range(ntimes):
17 print("numexpr--> %.3g" % ((time()-t0)/ntimes,))
20 for i in range(ntimes):
22 print("numpy--> %.3g" % ((time()-t0)/ntimes,))
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/os_execd/
H A Dexecd.c415 char *ntimes = NULL; in ExecdStart() local
421 if ((ntimes = (char *) OSHash_Get(repeated_hash, rkey))) { in ExecdStart()
425 ntimes_int = atoi(ntimes); in ExecdStart()
433 os_calloc(10, sizeof(char), ntimes); in ExecdStart()
436 snprintf(ntimes, 9, "%d", ntimes_int); in ExecdStart()
437 OSHash_Update(repeated_hash, rkey, ntimes); in ExecdStart()
456 char *ntimes; in ExecdStart() local
468 ntimes_int = atoi(ntimes); in ExecdStart()
475 os_calloc(10, sizeof(char), ntimes); in ExecdStart()
478 snprintf(ntimes, 9, "%d", ntimes_int); in ExecdStart()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/os_execd/
H A Dexecd.c415 char *ntimes = NULL; in ExecdStart() local
421 if ((ntimes = (char *) OSHash_Get(repeated_hash, rkey))) { in ExecdStart()
425 ntimes_int = atoi(ntimes); in ExecdStart()
433 os_calloc(10, sizeof(char), ntimes); in ExecdStart()
436 snprintf(ntimes, 9, "%d", ntimes_int); in ExecdStart()
437 OSHash_Update(repeated_hash, rkey, ntimes); in ExecdStart()
456 char *ntimes; in ExecdStart() local
468 ntimes_int = atoi(ntimes); in ExecdStart()
475 os_calloc(10, sizeof(char), ntimes); in ExecdStart()
478 snprintf(ntimes, 9, "%d", ntimes_int); in ExecdStart()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/os_execd/
H A Dexecd.c415 char *ntimes = NULL; in ExecdStart() local
421 if ((ntimes = (char *) OSHash_Get(repeated_hash, rkey))) { in ExecdStart()
425 ntimes_int = atoi(ntimes); in ExecdStart()
433 os_calloc(10, sizeof(char), ntimes); in ExecdStart()
436 snprintf(ntimes, 9, "%d", ntimes_int); in ExecdStart()
437 OSHash_Update(repeated_hash, rkey, ntimes); in ExecdStart()
456 char *ntimes; in ExecdStart() local
468 ntimes_int = atoi(ntimes); in ExecdStart()
475 os_calloc(10, sizeof(char), ntimes); in ExecdStart()
478 snprintf(ntimes, 9, "%d", ntimes_int); in ExecdStart()
[all …]
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dnrbdegelev.m1 function inurbs = nrbdegelev(nurbs, ntimes)
84 if ntimes(3) == 0
89 [coefs,knots{3}] = bspdegelev(degree(3),coefs,nurbs.knots{3},ntimes(3));
95 if ntimes(2) == 0
100 [coefs,knots{2}] = bspdegelev(degree(2),coefs,nurbs.knots{2},ntimes(2));
107 if ntimes(1) == 0
112 [coefs,knots{1}] = bspdegelev(degree(1),coefs,nurbs.knots{1},ntimes(1));
122 if ntimes(2) == 0
133 if ntimes(1) == 0
146 if (isempty(ntimes) || ntimes == 0)
[all …]
/dports/math/libpgmath/flang-d07daf3/test/mp_correct/src/
H A Dka00.f26 integer ntimes, l
37 ntimes = 10
52 call mmul_time(a, b, c, m, n, p, ntimes, arow,
61 subroutine mmul_time (a, b, c, m, n, p, ntimes, arow, argument
70 do l = 1, ntimes
89 do i = 1, ntimes
/dports/devel/pcl/libpcl-1.6/test/
H A Dcobench.c58 int i, ntimes; in main() local
66 ntimes = 10000; in main()
69 for (i = 0; i < ntimes; i++) { in main()
75 ntimes *= 4; in main()
79 (double) (te - ts) / (double) ntimes); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/graphite/
H A Dinterchange-4.f1 subroutine s231 (ntimes,ld,n,ctime,dtime,a,b,c,d,e,aa,bb,cc) argument
6 integer ntimes, ld, n, i, nl, j
14 do 1 nl = 1,ntimes/n
22 t2 = second() - t1 - ctime - ( dtime * float(ntimes/n) )
24 call check (chksum,(ntimes/n)*n*(n-1),n,t2,'s231 ')
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/graphite/
H A Dinterchange-4.f1 subroutine s231 (ntimes,ld,n,ctime,dtime,a,b,c,d,e,aa,bb,cc) argument
6 integer ntimes, ld, n, i, nl, j
14 do 1 nl = 1,ntimes/n
22 t2 = second() - t1 - ctime - ( dtime * float(ntimes/n) )
24 call check (chksum,(ntimes/n)*n*(n-1),n,t2,'s231 ')
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/graphite/
H A Dinterchange-4.f1 subroutine s231 (ntimes,ld,n,ctime,dtime,a,b,c,d,e,aa,bb,cc) argument
6 integer ntimes, ld, n, i, nl, j
14 do 1 nl = 1,ntimes/n
22 t2 = second() - t1 - ctime - ( dtime * float(ntimes/n) )
24 call check (chksum,(ntimes/n)*n*(n-1),n,t2,'s231 ')
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/graphite/
H A Dinterchange-4.f1 subroutine s231 (ntimes,ld,n,ctime,dtime,a,b,c,d,e,aa,bb,cc) argument
6 integer ntimes, ld, n, i, nl, j
14 do 1 nl = 1,ntimes/n
22 t2 = second() - t1 - ctime - ( dtime * float(ntimes/n) )
24 call check (chksum,(ntimes/n)*n*(n-1),n,t2,'s231 ')
/dports/math/eclib/eclib-20210318/tests/
H A Dspace.cc31 int times,ntimes,r=0; in main() local
57 cin >> ntimes; in main()
59 times=ntimes; subspace ker; in main()
70 times=ntimes; subspace ker; in main()
76 times=ntimes; subspace oldker; in main()

12345678910>>...26