Home
last modified time | relevance | path

Searched refs:n_samp (Results 26 – 50 of 59) sorted by relevance

123

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C321 foo (int n_samp)
323 vector <double> xi (n_samp, 0);
324 for (int n = 0; n <n_samp; ++n)
326 vector <double> cos_w_n (n_samp);
329 vector <double> cos_wd (n_samp);
/dports/science/R-cran-eco/eco/src/
H A DpreBaseX.c25 int n_samp = *pin_samp; /* sample size */ in preBaseX() local
48 for(i=0; i<n_samp; i++) { in preBaseX()
H A Dsample.c69 int n_samp, /* sample size */ in GridPrep() argument
75 double *resid = doubleArray(n_samp); in GridPrep()
77 for(i=0; i<n_samp; i++) in GridPrep()
82 for(i=0;i<n_samp;i++) { in GridPrep()
H A DpreDPX.c26 int n_samp = *pin_samp; /* sample size */ in preDPX() local
45 for(i=0; i<n_samp; i++) { in preDPX()
H A Dbayes.h10 int n_samp, int n_dim);
H A Dsample.h11 double *minW1, int *n_grid, int n_samp, int n_step);
/dports/graphics/gmt/gmt-6.3.0/src/segy/
H A Dpssegyz.c359 GMT_LOCAL double pssegyz_rms (float *data, int n_samp) { in pssegyz_rms() argument
364 for (ix = 0; ix < n_samp; ix++) sumsq += ((double) data[ix]) * ((double) data[ix]); in pssegyz_rms()
365 sumsq /= ((double)n_samp); in pssegyz_rms()
591 for (iz = 1; iz < n_samp; iz++) { /* loop over samples on trace - refer to pairs iz-1, iz */ in pssegyz_plot_trace()
611 int nm, ix, iz, n_samp = 0, check, bm_nx, bm_ny, error; in GMT_pssegyz() local
721 GMT_Report (API, GMT_MSG_INFORMATION, "Number of samples is %d\n", n_samp); in GMT_pssegyz()
826 if ((n_samp = segy_samp_rd (header)) != 0) n_samp = Ctrl->L.value; in GMT_pssegyz()
831 for (iz = 0; iz < n_samp; ++iz) { in GMT_pssegyz()
839 scale= (float) pssegyz_rms (data, n_samp); in GMT_pssegyz()
842 for (iz = 0; iz < n_samp; iz++) { /* scale bias and clip each sample in the trace */ in GMT_pssegyz()
[all …]
/dports/audio/codec2/codec2-1.0.3/src/
H A Dc2sim.c54 void synth_one_frame(int n_samp, codec2_fftr_cfg fftr_inv_cfg, short buf[], MODEL *model, float Sn_…
57 #define N_SAMP n_samp /* quick fix for run time sample rate selection */
445 int n_samp = c2const.n_samp; in main() local
1030 phase_synth_zero_order(n_samp, &model_dec[i], ex_phase, H); in main()
1035 … synth_one_frame(n_samp, fftr_inv_cfg, buf, &model_dec[i], Sn_, Pn, prede, &de_mem, gain); in main()
1103 void synth_one_frame(int n_samp, codec2_fftr_cfg fftr_inv_cfg, short buf[], MODEL *model, float Sn_… in synth_one_frame() argument
1108 synthesise(n_samp, fftr_inv_cfg, Sn_, model, Pn, 1); in synth_one_frame()
1110 de_emp(Sn_, Sn_, de_mem, n_samp); in synth_one_frame()
1112 for(i=0; i<n_samp; i++) { in synth_one_frame()
H A Dphase.c161 int n_samp, in phase_synth_zero_order() argument
182 ex_phase[0] += (model->Wo)*n_samp; in phase_synth_zero_order()
H A Dphase.h35 void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, COMP filter_phase[]);
H A Dsine.h44 void synthesise(int n_samp, codec2_fftr_cfg fftr_inv_cfg, float Sn_[], MODEL *model, float Pn[], in…
H A Ddefines.h70 int n_samp; /* number of samples per 10ms frame at Fs */ member
H A Dcodec2_internal.h40 int n_samp; member

123