Home
last modified time | relevance | path

Searched refs:NSAMPLES (Results 1 – 25 of 48) sorted by path

12

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/omptl/
H A Domptl_tools.h372 const unsigned NSAMPLES = SAMPLE_RATIO * P + SAMPLE_RATIO; variable
373 samples.reserve(NSAMPLES);
375 for (unsigned i = 0; i < NSAMPLES; ++i)
377 const unsigned offset = i * (N-1) / (NSAMPLES - 1);
382 assert(samples.size() == NSAMPLES);
/dports/audio/snack/snack2.2.10/generic/
H A DjkCanvWave.c795 #define NSAMPLES 100000 macro
866 if (wavePtr->esmp - wavePtr->ssmp > NSAMPLES) { in UpdateWave()
867 wavePtr->subSample = (wavePtr->esmp - wavePtr->ssmp) / NSAMPLES; in UpdateWave()
1101 if (wavePtr->esmp - wavePtr->ssmp > NSAMPLES) { in ConfigureWave()
1102 wavePtr->subSample = (wavePtr->esmp - wavePtr->ssmp) / NSAMPLES; in ConfigureWave()
/dports/audio/xwave/xwave2-981109/adpcm2pcm/
H A Drawcaudio.c8 #define NSAMPLES 1000 macro
10 char abuf[NSAMPLES/2];
11 short sbuf[NSAMPLES];
17 n = read(0, sbuf, NSAMPLES*2); in main()
H A Drawdaudio.c8 #define NSAMPLES 1000 macro
10 char abuf[NSAMPLES/2];
11 short sbuf[NSAMPLES];
17 n = read(0, abuf, NSAMPLES/2); in main()
/dports/benchmarks/inferno/inferno-0.10.9/src/collapse/
H A Dcommon.rs653 const NSAMPLES: usize = 100; in bench_nstacks() const
695 for _ in 0..NSAMPLES { in bench_nstacks()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/omptl/
H A Domptl_tools.h236 const std::size_t NSAMPLES = std::min( 3u*std::size_t(P), N); in _find_pivots() local
238 samples.reserve(NSAMPLES); in _find_pivots()
240 for (std::size_t i = 0; i < NSAMPLES; ++i) in _find_pivots()
242 const std::size_t index = i * (N-1) / (NSAMPLES - 1); in _find_pivots()
247 assert(samples.size() == NSAMPLES); in _find_pivots()
/dports/biology/vt/vt-0.57721/
H A Dmerge_candidate_variants.cpp170 int32_t *NSAMPLES = NULL; in merge_candidate_variants() local
272 if (bcf_get_info_int32(h, v, "NSAMPLES", &NSAMPLES, &no_NSAMPLES) < 0 || in merge_candidate_variants()
285 for (uint32_t j=0; j<NSAMPLES[0]; ++j) in merge_candidate_variants()
297 if (no_samples-NSAMPLES[0]<10) in merge_candidate_variants()
303 uint32_t cnt = no_samples-NSAMPLES[0]; in merge_candidate_variants()
H A Dmerge_genotypes.cpp240 int32_t *NSAMPLES = NULL; in merge_genotypes() local
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGeo.cpp3349 int NSAMPLES = 500; in ProjectPointOnSurface() local
3352 for(int i = 0; i < NSAMPLES; i++) { in ProjectPointOnSurface()
3353 const double U = i / (double)(NSAMPLES - 1); in ProjectPointOnSurface()
3354 for(int j = 0; j < NSAMPLES; j++) { in ProjectPointOnSurface()
3355 const double V = j / (double)(NSAMPLES - 1); in ProjectPointOnSurface()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/UTIL/
H A Dsortrus.c209 #define NSAMPLES 3 macro
224 double samplevals[NSAMPLES];
234 for (i = 0; i < NSAMPLES; i++) {
237 select_sort_dsample (samplevals, NSAMPLES);
238 select_split (arr, n, samplevals[(NSAMPLES - 1) / 2], &st, &en, coord);
/dports/comms/wsjtz/wsjtx/lib/qra/qracodes/
H A Dmain.c221 const int NSAMPLES = pcode->N*pcode->M; in wer_test_thread() local
299 normrnd_s(rp,NSAMPLES,0,sigma); in wer_test_thread()
300 normrnd_s(rq,NSAMPLES,0,sigma); in wer_test_thread()
320 for (k=0;k<NSAMPLES;k++) in wer_test_thread()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/inferno-0.10.0/src/collapse/
H A Dcommon.rs654 const NSAMPLES: usize = 100; in bench_nstacks() const
696 for _ in 0..NSAMPLES { in bench_nstacks()
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dmain-ami.c263 #define NSAMPLES 25 macro
276 static struct AmiSound sound_data[ NSAMPLES ] =
2904 for ( i = 0; i < NSAMPLES; i++ ) in init_sound()
2943 for ( i = 0; i < NSAMPLES; i++ ) in free_sound()
/dports/games/xkoules/koules1.4/historic/
H A Dkoule.c108 #define NSAMPLES 5 macro
109 char *files[NSAMPLES]=
260 Sample sa[NSAMPLES];
264 for (index=0; index<NSAMPLES; index++) in loadsamples()
269 Snd_init( NSAMPLES, sa,11000, NTRACKS, "/dev/dsp" ); in loadsamples()
/dports/games/xkoules/koules1.4/
H A Dkoules.h142 #define NSAMPLES 7 macro
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dgradient-map.c34 #define NSAMPLES 2048 macro
291 val = data2[0] * (NSAMPLES-1); in map()
293 ind1 = CLAMP (floor (val), 0, NSAMPLES-1); in map()
294 ind2 = CLAMP (ceil (val), 0, NSAMPLES-1); in map()
321 ind = CLAMP (data2[0] * (NSAMPLES-1), 0, NSAMPLES-1); in map()
356 gimp_gradient_get_uniform_samples (gradient_name, NSAMPLES, FALSE, in get_samples_gradient()
365 babl_process (fish, d_samples, d_samples, NSAMPLES); in get_samples_gradient()
392 factor = ((double) num_colors) / NSAMPLES; in get_samples_palette()
397 d_samples = g_new (gdouble, NSAMPLES * nb_chan); in get_samples_palette()
399 for (i = 0; i < NSAMPLES; i++) in get_samples_palette()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/omptl/
H A Domptl_tools.h372 const unsigned NSAMPLES = SAMPLE_RATIO * P + SAMPLE_RATIO; variable
373 samples.reserve(NSAMPLES);
375 for (unsigned i = 0; i < NSAMPLES; ++i)
377 const unsigned offset = i * (N-1) / (NSAMPLES - 1);
382 assert(samples.size() == NSAMPLES);
/dports/graphics/opencv/opencv-4.5.3/modules/video/src/opencl/
H A Dbgfg_knn.cl108 for (uchar n = 0; n < (NSAMPLES) * 3 ; ++n)
143 for (uchar n = 0; n < (NSAMPLES) * 3 ; ++n)
194 int offsetLong = mad24(mad24(2, (NSAMPLES), modelIndexLong), idx_step, pt_idx);
195 int offsetMid = mad24((NSAMPLES)+modelIndexMid, idx_step, pt_idx);
201 _aModelIndexLong[0] = (modelIndexLong >= ((NSAMPLES)-1)) ? 0 : (modelIndexLong + 1);
208 _aModelIndexMid[0] = (modelIndexMid >= ((NSAMPLES)-1)) ? 0 : (modelIndexMid + 1);
215 _aModelIndexShort[0] = (modelIndexShort >= ((NSAMPLES)-1)) ? 0 : (modelIndexShort + 1);
235 for (uchar n = 0; n < (NSAMPLES) * 3 ; ++n)
/dports/lang/gawk/gawk-5.1.1/test/
H A Drandtest.sh41 NSAMPLES=1024; MAX_ALLOWED_SIGMA=5; NRUNS=50;
45 nsamples=('$NSAMPLES');
/dports/math/concorde/concorde/UTIL/
H A Dsortrus.c194 #define NSAMPLES 3 macro
201 double samplevals[NSAMPLES]; in CCutil_rselect()
211 for (i = 0; i < NSAMPLES; i++) { in CCutil_rselect()
214 select_sort_dsample (samplevals, NSAMPLES); in CCutil_rselect()
215 select_split (arr, n, samplevals[(NSAMPLES - 1) / 2], &st, &en, coord); in CCutil_rselect()
/dports/math/libxsmm/libxsmm-1.16.3/samples/cp2k/
H A Dcp2k-perf.plt34 stats BASENAME."-perf.dat" using (log(column(FLOPS))) nooutput; NSAMPLES = STATS_records; GEOFLOPS …
101 if (MULTI>-1) { set title "Performance (K-Average for ".sprintf("%u Kernels", NSAMPLES).")" }
146 … { set title "Cummulative Performance Distribution (CDF for ".sprintf("%u Kernels", NSAMPLES).")" }
177 if (MULTI>-1) { set title "Arithmetic Intensity (".sprintf("%u Kernels", NSAMPLES).")" }
183 #set xlabel "FLOPS/Byte\n\n{/=9 ".sprintf("N: %u", NSAMPLES)." Min.: ".sprintf("%.1f", MINAI)." …
192 if (MULTI>-1) { set title "Memory Bandwidth Consumption (".sprintf("%u Kernels", NSAMPLES).")" }
206 if (MULTI>-1) { set title "Compute Consumption (".sprintf("%u Kernels", NSAMPLES).")" }
/dports/math/libxsmm/libxsmm-1.16.3/samples/eigen/
H A Deigen_smm-cp2k.plt34 stats BASENAME."-cp2k.dat" using (log(column(FLOPS))) nooutput; NSAMPLES = STATS_records; GEOFLOPS …
101 if (MULTI>-1) { set title "Performance (K-Average for ".sprintf("%u Kernels", NSAMPLES).")" }
146 … { set title "Cummulative Performance Distribution (CDF for ".sprintf("%u Kernels", NSAMPLES).")" }
177 if (MULTI>-1) { set title "Arithmetic Intensity (".sprintf("%u Kernels", NSAMPLES).")" }
183 #set xlabel "FLOPS/Byte\n\n{/=9 ".sprintf("N: %u", NSAMPLES)." Min.: ".sprintf("%.1f", MINAI)." …
192 if (MULTI>-1) { set title "Memory Bandwidth Consumption (".sprintf("%u Kernels", NSAMPLES).")" }
206 if (MULTI>-1) { set title "Compute Consumption (".sprintf("%u Kernels", NSAMPLES).")" }
/dports/math/libxsmm/libxsmm-1.16.3/samples/magazine/
H A Dbenchmark.plt41 stats FILEINP using (log(column(FLOPS))) nooutput; NSAMPLES = STATS_records; GEOFLOPS = exp(STATS_s…
107 if (MULTI>-1) { set title "Performance (K-Average for ".sprintf("%u Kernels", NSAMPLES).")" }
152 … { set title "Cummulative Performance Distribution (CDF for ".sprintf("%u Kernels", NSAMPLES).")" }
183 if (MULTI>-1) { set title "Arithmetic Intensity (".sprintf("%u Kernels", NSAMPLES).")" }
189 #set xlabel "FLOPS/Byte\n\n{/=9 ".sprintf("N: %u", NSAMPLES)." Min.: ".sprintf("%.1f", MINAI)." …
198 if (MULTI>-1) { set title "Memory Bandwidth Consumption (".sprintf("%u Kernels", NSAMPLES).")" }
212 if (MULTI>-1) { set title "Compute Consumption (".sprintf("%u Kernels", NSAMPLES).")" }
/dports/math/mcsim/mcsim-6.2.0/doc/
H A Dmcsim.info2953 or equal to <NSAMPLES>. The first column of the file should be integers
2961 The integer <NSAMPLES> indicates the number of lines to read from the
/dports/math/p5-Statistics-CaseResampling/Statistics-CaseResampling-0.15/
H A DREADME197 median_simple_confidence_limits(SAMPLE, CONFIDENCE, [NSAMPLES])
203 *NSAMPLES* defaults to 1000. Try running this a couple of times on your

12