Home
last modified time | relevance | path

Searched refs:Sx2 (Results 1 – 25 of 123) sorted by relevance

12345

/dports/audio/afsp/AFsp-v8r2/audio/CompAudio/
H A DCASNR.c56 if (Stats->Sx2 == 0.0) { in CASNR()
63 denom = Stats->Sx2 - 2.0 * Stats->Sxy + Stats->Sy2; in CASNR()
65 *SNR = Stats->Sx2 / denom; in CASNR()
89 else if (Stats->Sx2 == 0.0) { in CASNR()
95 denom = Stats->Sx2 * Stats->Sy2 - Stats->Sxy * Stats->Sxy; in CASNR()
97 *SNRG = (Stats->Sx2 * Stats->Sy2) / denom; in CASNR()
H A DCAcorr.c115 double diff, Sx2, Sy2, Sxy; in CA_corr() local
118 Sx2 = 0.0; in CA_corr()
137 Sx2 += SQRV (Xa[i]); in CA_corr()
157 Stats->Sx2 += Sx2; in CA_corr()
H A DCAstats.c92 CA_ActLevel (const long int a[], const double c[], double Sx2, double MdB);
199 Sxx = Ns * (Stats[k].Sx2 / Stats[k].N); in CAstats()
311 double Sx, Sx2; in CA_stats() local
315 Sx2 = 0.0; in CA_stats()
357 Sx2 += SQRV (x[i]); in CA_stats()
360 Stats->Sx2 += Sx2; in CA_stats()
425 CA_ActLevel (const long int a[], const double c[], double Sx2, double MdB) in CA_ActLevel() argument
445 Alnj = log (Sx2 / a[j]); /* Assume Sx2 > 0, since a[j] > 0 */ in CA_ActLevel()
H A DCompAudio.h37 double Sx2; /* Sum x[i]*x[i] */ member
48 double Sx2; /* Sum x[i]*x[i] */ member
H A DCAprstat.c68 sd = sqrt ((Stats[i].Sx2 - SQRV (Stats[i].Sx) / N) / MAXV (N-1, 1) ); in CAprstat()
86 ActFactor = (Stats[i].Sx2 / N) / SQRV (Stats[i].ActLev); in CAprstat()
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/
H A Dvgl_norm_trans_2d.hxx229 double Sx2=0, Sxy=0, Sy2=0; in scale_aniostropic() local
238 Sx2 += (double)x*x; in scale_aniostropic()
247 if ( Sx2 != Sy2 ) in scale_aniostropic()
248 t = 0.5*std::atan( -2.0*Sxy/(Sx2-Sy2) ); in scale_aniostropic()
253 double sddx = std::sqrt( (dc*dc*Sx2-2.0*dc*ds*Sxy+ds*ds*Sy2)/count ); in scale_aniostropic()
254 double sddy = std::sqrt( (ds*ds*Sx2+2.0*dc*ds*Sxy+dc*dc*Sy2)/count ); in scale_aniostropic()
/dports/net/chrony-lite/chrony-4.2/
H A Dregress.c668 double Sx1, Sx2, Sx1x1, Sx1x2, Sx2x2, Sx1y, Sx2y, Sy; in RGR_MultipleRegress() local
675 Sx1 = Sx2 = Sx1x1 = Sx1x2 = Sx2x2 = Sx1y = Sx2y = Sy = 0.0; in RGR_MultipleRegress()
679 Sx2 += x2[i]; in RGR_MultipleRegress()
689 Sx1 * Sx1 * Sx2y - Sx1 * Sx2 * Sx1y + in RGR_MultipleRegress()
690 Sy * (Sx2 * Sx1x1 - Sx1 * Sx1x2); in RGR_MultipleRegress()
693 V2 = Sx1 * Sx1 * Sx2x2 + Sx2 * Sx2 * Sx1x1; in RGR_MultipleRegress()
694 V3 = -2.0 * Sx1 * Sx2 * Sx1x2; in RGR_MultipleRegress()
/dports/net/chrony/chrony-4.2/
H A Dregress.c668 double Sx1, Sx2, Sx1x1, Sx1x2, Sx2x2, Sx1y, Sx2y, Sy; in RGR_MultipleRegress() local
675 Sx1 = Sx2 = Sx1x1 = Sx1x2 = Sx2x2 = Sx1y = Sx2y = Sy = 0.0; in RGR_MultipleRegress()
679 Sx2 += x2[i]; in RGR_MultipleRegress()
689 Sx1 * Sx1 * Sx2y - Sx1 * Sx2 * Sx1y + in RGR_MultipleRegress()
690 Sy * (Sx2 * Sx1x1 - Sx1 * Sx1x2); in RGR_MultipleRegress()
693 V2 = Sx1 * Sx1 * Sx2x2 + Sx2 * Sx2 * Sx1x1; in RGR_MultipleRegress()
694 V3 = -2.0 * Sx1 * Sx2 * Sx1x2; in RGR_MultipleRegress()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dfloat.c2804 Sx2,
2819 Sx2 = transvalues2[1];
2838 Sx = Sx2;
2850 Sx = float8_pl(Sx1, Sx2);
2851 tmp = Sx1 / N1 - Sx2 / N2;
3322 Sx2,
3347 Sx2 = transvalues2[1];
3372 Sx = Sx2;
3390 Sx = float8_pl(Sx1, Sx2);
3391 tmp1 = Sx1 / N1 - Sx2 / N2;
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Dfloat.c2804 Sx2, in float8_combine() local
2819 Sx2 = transvalues2[1]; in float8_combine()
2838 Sx = Sx2; in float8_combine()
2850 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2851 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3322 Sx2, in float8_regr_combine() local
3347 Sx2 = transvalues2[1]; in float8_regr_combine()
3372 Sx = Sx2; in float8_regr_combine()
3390 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3391 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Dfloat.c2804 Sx2, in float8_combine() local
2819 Sx2 = transvalues2[1]; in float8_combine()
2838 Sx = Sx2; in float8_combine()
2850 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2851 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3322 Sx2, in float8_regr_combine() local
3347 Sx2 = transvalues2[1]; in float8_regr_combine()
3372 Sx = Sx2; in float8_regr_combine()
3390 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3391 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/adt/
H A Dfloat.c2804 Sx2, in float8_combine() local
2819 Sx2 = transvalues2[1]; in float8_combine()
2838 Sx = Sx2; in float8_combine()
2850 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2851 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3322 Sx2, in float8_regr_combine() local
3347 Sx2 = transvalues2[1]; in float8_regr_combine()
3372 Sx = Sx2; in float8_regr_combine()
3390 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3391 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Dfloat.c2804 Sx2, in float8_combine() local
2819 Sx2 = transvalues2[1]; in float8_combine()
2838 Sx = Sx2; in float8_combine()
2850 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2851 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3322 Sx2, in float8_regr_combine() local
3347 Sx2 = transvalues2[1]; in float8_regr_combine()
3372 Sx = Sx2; in float8_regr_combine()
3390 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3391 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/adt/
H A Dfloat.c2804 Sx2,
2819 Sx2 = transvalues2[1];
2838 Sx = Sx2;
2850 Sx = float8_pl(Sx1, Sx2);
2851 tmp = Sx1 / N1 - Sx2 / N2;
3322 Sx2,
3347 Sx2 = transvalues2[1];
3372 Sx = Sx2;
3390 Sx = float8_pl(Sx1, Sx2);
3391 tmp1 = Sx1 / N1 - Sx2 / N2;
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/adt/
H A Dfloat.c2804 Sx2, in float8_combine() local
2819 Sx2 = transvalues2[1]; in float8_combine()
2838 Sx = Sx2; in float8_combine()
2850 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2851 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3322 Sx2, in float8_regr_combine() local
3347 Sx2 = transvalues2[1]; in float8_regr_combine()
3372 Sx = Sx2; in float8_regr_combine()
3390 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3391 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dfloat.c2811 Sx2, in float8_combine() local
2826 Sx2 = transvalues2[1]; in float8_combine()
2845 Sx = Sx2; in float8_combine()
2857 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2858 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3329 Sx2, in float8_regr_combine() local
3354 Sx2 = transvalues2[1]; in float8_regr_combine()
3379 Sx = Sx2; in float8_regr_combine()
3397 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3398 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dfloat.c2896 Sx2, in float8_combine() local
2911 Sx2 = transvalues2[1]; in float8_combine()
2930 Sx = Sx2; in float8_combine()
2942 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2943 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3414 Sx2, in float8_regr_combine() local
3439 Sx2 = transvalues2[1]; in float8_regr_combine()
3464 Sx = Sx2; in float8_regr_combine()
3482 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3483 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dfloat.c2896 Sx2, in float8_combine() local
2911 Sx2 = transvalues2[1]; in float8_combine()
2930 Sx = Sx2; in float8_combine()
2942 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2943 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3414 Sx2, in float8_regr_combine() local
3439 Sx2 = transvalues2[1]; in float8_regr_combine()
3464 Sx = Sx2; in float8_regr_combine()
3482 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3483 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dfloat.c2896 Sx2, in float8_combine() local
2911 Sx2 = transvalues2[1]; in float8_combine()
2930 Sx = Sx2; in float8_combine()
2942 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2943 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3414 Sx2, in float8_regr_combine() local
3439 Sx2 = transvalues2[1]; in float8_regr_combine()
3464 Sx = Sx2; in float8_regr_combine()
3482 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3483 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dfloat.c2896 Sx2, in float8_combine() local
2911 Sx2 = transvalues2[1]; in float8_combine()
2930 Sx = Sx2; in float8_combine()
2942 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2943 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3414 Sx2, in float8_regr_combine() local
3439 Sx2 = transvalues2[1]; in float8_regr_combine()
3464 Sx = Sx2; in float8_regr_combine()
3482 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3483 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dfloat.c2896 Sx2, in float8_combine() local
2911 Sx2 = transvalues2[1]; in float8_combine()
2930 Sx = Sx2; in float8_combine()
2942 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2943 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3414 Sx2, in float8_regr_combine() local
3439 Sx2 = transvalues2[1]; in float8_regr_combine()
3464 Sx = Sx2; in float8_regr_combine()
3482 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3483 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Dfloat.c2896 Sx2, in float8_combine() local
2911 Sx2 = transvalues2[1]; in float8_combine()
2930 Sx = Sx2; in float8_combine()
2942 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2943 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3414 Sx2, in float8_regr_combine() local
3439 Sx2 = transvalues2[1]; in float8_regr_combine()
3464 Sx = Sx2; in float8_regr_combine()
3482 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3483 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Dfloat.c2896 Sx2,
2911 Sx2 = transvalues2[1];
2930 Sx = Sx2;
2942 Sx = float8_pl(Sx1, Sx2);
2943 tmp = Sx1 / N1 - Sx2 / N2;
3414 Sx2,
3439 Sx2 = transvalues2[1];
3464 Sx = Sx2;
3482 Sx = float8_pl(Sx1, Sx2);
3483 tmp1 = Sx1 / N1 - Sx2 / N2;
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Dfloat.c2811 Sx2, in float8_combine() local
2826 Sx2 = transvalues2[1]; in float8_combine()
2845 Sx = Sx2; in float8_combine()
2857 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2858 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3329 Sx2, in float8_regr_combine() local
3354 Sx2 = transvalues2[1]; in float8_regr_combine()
3379 Sx = Sx2; in float8_regr_combine()
3397 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3398 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/adt/
H A Dfloat.c2811 Sx2, in float8_combine() local
2826 Sx2 = transvalues2[1]; in float8_combine()
2845 Sx = Sx2; in float8_combine()
2857 Sx = float8_pl(Sx1, Sx2); in float8_combine()
2858 tmp = Sx1 / N1 - Sx2 / N2; in float8_combine()
3329 Sx2, in float8_regr_combine() local
3354 Sx2 = transvalues2[1]; in float8_regr_combine()
3379 Sx = Sx2; in float8_regr_combine()
3397 Sx = float8_pl(Sx1, Sx2); in float8_regr_combine()
3398 tmp1 = Sx1 / N1 - Sx2 / N2; in float8_regr_combine()

12345