Home
last modified time | relevance | path

Searched refs:f_c (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/audio/fdmf/fdmf-0.0.9s/
H A Dsonic_reducer.h14 typedef fftw_complex f_c ; typedef
17 void chunk_metrics(double*, f_c *, f_c *, f_c *, int);
18 int calc_chunk_metrics(f_c *, f_c *, f_c *);
19 void do_spline(f_c *, int);
20 void print_vec(f_c *, int);
22 void window(f_c *, double *, int);
23 void setup_bufs(f_c **, f_c **, f_c **, f_c **, f_c **, f_c **);
24 void setup_plans(int, f_p *, f_p *, f_p *, f_c *, f_c *, f_c *,
25 f_c *, f_c *, f_c *);
26 void free_bufs(f_c *, f_c *, f_c *, f_c *, f_c *, f_c *);
[all …]
H A Dfree_bufs.c3 void free_bufs(f_c * ebuf, f_c * eout, f_c * rbuf, in free_bufs()
4 f_c * rout, f_c * tbuf, f_c * tout) { in free_bufs()
H A Dsetup_plans.c4 f_c * ebuf, f_c * rbuf, f_c * tbuf, in setup_plans()
5 f_c * eout, f_c * rout, f_c * tout) { in setup_plans()
H A Dcalc_chunk_metrics.c9 int calc_chunk_metrics(f_c *ebuf, f_c *rbuf, f_c *tbuf) { in calc_chunk_metrics()
13 f_c *in, *out; in calc_chunk_metrics()
15 in = fftw_malloc(sizeof(f_c) * CHUNKSAMPS); assert(in != NULL); in calc_chunk_metrics()
16 out = fftw_malloc(sizeof(f_c) * CHUNKSAMPS); assert(out != NULL); in calc_chunk_metrics()
H A Dchunk_metrics.c10 void chunk_metrics(double *be, f_c *e, f_c *r, f_c *t, int chunk) { in chunk_metrics()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/resources/
H A Dbin2c.c11 FILE *f_c, *f_h, *f_i; in main() local
19 f_c = fopen(argv[1], "w"); in main()
20 if (!f_c) { in main()
30 fprintf(f_c, "/* Autogenerated by bin2c */\n\n"); in main()
31 fprintf(f_c, "#include <stdint.h>\n\n"); in main()
51 fprintf(f_c, "uint8_t %s[] = {\n", name); in main()
56 fprintf(f_c, " "); in main()
61 fprintf(f_c, "\n"); in main()
63 fprintf(f_c, " 0x00\n"); in main()
65 fprintf(f_c, "};\n\n"); in main()
[all …]
/dports/science/getdp/getdp-3.4.0-source/Numeric/
H A DNumericUtils.cpp121 volatile double f_a, f_b, f_c, f_u; in mnbrak() local
136 f_c = (*func) (*cx); in mnbrak()
138 while(f_b > f_c) { in mnbrak()
139 r = (*bx - *ax) * (f_b - f_c); in mnbrak()
147 if(f_u < f_c) { in mnbrak()
161 if(f_u < f_c) { in mnbrak()
165 f_b = f_c; in mnbrak()
166 f_c = f_u; in mnbrak()
182 f_b = f_c; in mnbrak()
183 f_c = f_u; in mnbrak()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/correlation/cash/
H A DParameterizationFunction.java191 double f_c = function(alpha_extreme_c); in extremumType() local
195 if(f_l < f_c) { in extremumType()
196 if(f_r < f_c || Math.abs(f_r - f_c) < DELTA) { in extremumType()
200 if(f_r < f_c) { in extremumType()
201 if(f_l < f_c || Math.abs(f_l - f_c) < DELTA) { in extremumType()
206 if(f_l > f_c) { in extremumType()
207 if(f_r > f_c || Math.abs(f_r - f_c) < DELTA) { in extremumType()
211 if(f_r > f_c) { in extremumType()
212 if(f_l > f_c || Math.abs(f_l - f_c) < DELTA) { in extremumType()
217 if(Math.abs(f_l - f_c) < DELTA && Math.abs(f_r - f_c) < DELTA) { in extremumType()
[all …]
/dports/science/tinker/tinker/source/
H A Dsearch.f63 real*8 f_a,f_b,f_c
236 f_c = fgvalue (x,g)
242 f = f_c
252 if (f_c.le.f_a .or. f_c.le.f_b) then
262 f_b = f_c
266 f_a = f_c
280 if (sg_a*sg_c.lt.0.0d0 .or. f_a.le.f_c) then
281 f_b = f_c
285 f_a = f_c
299 f_1 = min(f_a,f_b,f_c)
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Material/
H A DGursonTvergaardNeedleman1982StressCriterion.ixx35 os << "{f_c: " << p.f_c << ", f_r: " << p.f_r << ", q_1: " << p.q_1
75 const auto delta = ((1. / p.q_1) - p.f_c) / (p.f_r - p.f_c);
76 const auto fstar = (f < p.f_c) ? f : (p.f_c + delta * (f - p.f_c));
150 const auto delta = ((1. / p.q_1) - p.f_c) / (p.f_r - p.f_c);
151 const auto fstar = (f < p.f_c) ? f : (p.f_c + delta * (f - p.f_c));
152 const auto dfstar = (f < p.f_c) ? 1. : delta;
213 const auto delta = ((1. / p.q_1) - p.f_c) / (p.f_r - p.f_c);
214 const auto fstar = (f < p.f_c) ? f : (p.f_c + delta * (f - p.f_c));
215 const auto dfstar = (f < p.f_c) ? 1. : delta;
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dsnd_mix.c165 static void S_MakeBlackmanWindowKernel(float *kernel, int M, float f_c) in S_MakeBlackmanWindowKernel() argument
172 kernel[i] = 2 * M_PI * f_c; in S_MakeBlackmanWindowKernel()
176 kernel[i] = ( sin(2 * M_PI * f_c * (i - M/2.0)) / (i - (M/2.0)) ) in S_MakeBlackmanWindowKernel()
203 float f_c; // cutoff frequency, [0..1], fraction of sample rate member
206 static void S_UpdateFilter(filter_t *filter, int M, float f_c) in S_UpdateFilter() argument
208 if (filter->f_c != f_c || filter->M != M) in S_UpdateFilter()
214 filter->f_c = f_c; in S_UpdateFilter()
222 S_MakeBlackmanWindowKernel(filter->kernel, M, f_c); in S_UpdateFilter()
302 float bw, f_c; in S_LowpassFilter() local
319 f_c = (bw * 11025 / 2.0) / 44100.0; in S_LowpassFilter()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/transline/
H A Drectwaveguide.cpp90 double Rs, f_c; in alphac() local
111 f_c = fc( m, n ); in alphac()
113 if( *f > f_c ) in alphac()
118 ac += ( Rs / ( *b * ZF0 * sqrt( 1.0 - pow( ( f_c / *f ), 2.0 ) ) ) ) in alphac()
119 * ( 1.0 + ( ( 2 * *b / *a ) * pow( ( f_c / *f ), 2.0 ) ) ); in alphac()
123 ac += ( ( 2. * Rs ) / ( *b * ZF0 * sqrt( 1.0 - pow( ( f_c / *f ), 2.0 ) ) ) ) in alphac()
124 * ( ( ( 1. + ( *b / *a ) ) * pow( ( f_c / *f ), 2.0 ) ) in alphac()
125 + ( ( 1. - pow( ( f_c / *f ), 2.0 ) ) in alphac()
142 f_c = fc( m, n ); in alphac()
144 if( *f > f_c ) in alphac()
[all …]
/dports/devel/vstr/vstr-1.0.15/Documentation/
H A DMakefile.am8 f_c.css \
136 -@$(LN_S) $(top_srcdir)/Documentation/f_c.css f_c.css
140 -@$(LN_S) $(top_srcdir)/Documentation/f_c.css f_c.css
144 -@$(LN_S) $(top_srcdir)/Documentation/f_c.css f_c.css
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/n64/
H A Dreality_util.cpp11 uint16_t f_c; member
58 a1[i].f_c = 0; in sub_800705c8()
83 if (a1[j].f_c == i) in sub_800704dc()
101 a1[i].f_c = sub_800702d4(4); in sub_80070614()
109 while (a1->f_c == 0 || a1->f_8 != (((1UL << ((a1->f_c &31)))-1) & dword_8026ecd0)) in sub_800703a8()
114 sub_800702d4(a1->f_c); in sub_800703a8()
/dports/math/openturns/openturns-1.18/python/src/
H A DUserDefinedSpectralModel_doc.i.in7 …The frequency grid :math:`(-f_c, \dots, f_c)` with step :math:`\delta f` on which the model is bui…
26 We get a piecewise constant function on :math:`[-f_c,f_c]`, where the intervals on which the densit…
28 …rval :math:`[-f_c,f_c]`, OpenTURNS returns an exception. Otherwise, it returns the hermitian matri…
/dports/lang/php81/php-8.1.1/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/www/mod_php80/php-8.0.15/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/www/mod_php81/php-8.1.1/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/lang/php80/php-8.0.15/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/lang/php74/php-7.4.27/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/lang/php73/php-7.3.33/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/www/mod_php74/php-7.4.27/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/www/mod_php73/php-7.3.33/tests/classes/
H A Dinterface_doubled.phpt15 function f_c();
40 function f_c() {}
57 function f_c() {}
74 function f_c() {}
91 function f_c() {}
108 function f_c() {}
125 function f_c() {}
142 function f_c() {}
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/Tutorials/
H A DRadarUWBTutorial.m48 %f_c = 0.25e9 / 0.3925; % 3dB bandwidth is 0.3925 times 20dB bandwidth for Gaussian excitation
52 %f_c = 0.25e9 / 0.3925;
56 %f_c = 0.25e9 / 0.3925;
60 f_c = 0.5e9 / 0.3925; variable
64 %f_c = 0.25e9 / 0.3925;
68 %f_c = 0.5e9 / 0.3925;
72 %f_c = 1e9 / 0.3925;
95 fineResolution = C0 / (f_0 + f_c) / sqrt(substrate.epsR) / unit / 40;
97 coarseResolution = C0/(f_0 + f_c) / unit / 20;
165 FDTD = SetGaussExcite(FDTD, f_0, f_c );
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/graph500-1.2/generator/
H A Dbtrd_binomial_distribution.c15 static double f_c(unsigned int k) { in f_c() function
132 h = (m + .5) * log((m + 1) / (r * nm)) + f_c(m) + f_c(n - m); in btrd_binomial_distribution()
138 f_c(k) - in btrd_binomial_distribution()
139 f_c(n - k); in btrd_binomial_distribution()

12345678910>>...19