Home
last modified time | relevance | path

Searched refs:m_dx2 (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_fit__linear.c47 double m_x = 0, m_y = 0, m_dx2 = 0, m_dxdy = 0;
62 m_dx2 += (dx * dx - m_dx2) / (i + 1.0);
70 double b = m_dxdy / m_dx2;
88 *cov_00 = s2 * (1.0 / n) * (1 + m_x * m_x / m_dx2);
89 *cov_11 = s2 * 1.0 / (n * m_dx2);
91 *cov_01 = s2 * (-m_x) / (n * m_dx2);
214 double m_x = 0, m_y = 0, m_dx2 = 0, m_dxdy = 0;
229 m_dx2 += (dx * dx - m_dx2) / (i + 1.0);
237 double b = (m_x * m_y + m_dxdy) / (m_x * m_x + m_dx2);
253 *cov_11 = s2 * 1.0 / (n * (m_x * m_x + m_dx2));
/dports/math/gsl/gsl-2.7/fit/
H A Dlinear.c47 double m_x = 0, m_y = 0, m_dx2 = 0, m_dxdy = 0; in gsl_fit_linear() local
62 m_dx2 += (dx * dx - m_dx2) / (i + 1.0); in gsl_fit_linear()
70 double b = m_dxdy / m_dx2; in gsl_fit_linear()
88 *cov_00 = s2 * (1.0 / n) * (1 + m_x * m_x / m_dx2); in gsl_fit_linear()
89 *cov_11 = s2 * 1.0 / (n * m_dx2); in gsl_fit_linear()
91 *cov_01 = s2 * (-m_x) / (n * m_dx2); in gsl_fit_linear()
214 double m_x = 0, m_y = 0, m_dx2 = 0, m_dxdy = 0; in gsl_fit_mul() local
229 m_dx2 += (dx * dx - m_dx2) / (i + 1.0); in gsl_fit_mul()
237 double b = (m_x * m_y + m_dxdy) / (m_x * m_x + m_dx2); in gsl_fit_mul()
253 *cov_11 = s2 * 1.0 / (n * (m_x * m_x + m_dx2)); in gsl_fit_mul()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Dline.cc50 m_dx = m_dy = m_dz = m_dx2 = m_dy2 = m_dz2 = m_dl = m_dr = 0.0; in Line()
78 m_dx2 = clLine.m_dx2 ; in Line()
98 m_dx2 = clLine.m_dx2 ; in operator =()
119 m_dx2 = x1 ; in SetPosition()
189 (m_dx2 == clLine.m_dx2) && in operator ==()
200 m_dx2 += x ; in Move()
237 return __max (m_dx, m_dx2) ; in Xmax()
252 return __min (m_dx, m_dx2) ; in Xmin()
268 y = m_dx2 - m_dx; in GetRotation()
301 (!gcu::WritePosition (xml, parent, "end", m_dx2, m_dy2, m_dz2)))) || in Save()
[all …]
H A Dbond.h53 double X2 (void) {return m_dx2;} in X2()
81 double m_dx, m_dy, m_dz, m_dx2, m_dy2, m_dz2, m_dr, m_dl; variable
H A Dline.h114 double &X2 (void) {return m_dx2;} in X2()
321 double m_dx2; variable
/dports/astro/siril/siril/src/stacking/
H A Dsiril_fit_linear.c26 const float m_dx2, const size_t n, float *c0, float *c1) { in siril_fit_linear() argument
43 const float b = m_dxdy * m_dx2; in siril_fit_linear()
H A Dsiril_fit_linear.h25 int siril_fit_linear(const float *x, const float *y, const float m_x, const float m_dx2, const size…
H A Dstacking.h171 float *xf, *yf, m_x, m_dx2;// data for the linear fit rejection member
H A Dmedian_and_mean.c715 siril_fit_linear(data->xf, data->yf, data->m_x, data->m_dx2, N, &b, &a); in apply_rejection_ushort()
1136 data_pool[i].m_dx2 = 0.f; in stack_mean_or_median()
1140 data_pool[i].m_dx2 += (dx * dx - data_pool[i].m_dx2) in stack_mean_or_median()
1143 data_pool[i].m_dx2 = 1.f / data_pool[i].m_dx2; in stack_mean_or_median()
H A Drejection_float.c255 siril_fit_linear(data->xf, data->yf, data->m_x, data->m_dx2, N, &b, &a); in apply_rejection_float()
/dports/graphics/agg/agg-2.5/examples/
H A Dtrans_curve2_ft.cpp62 double m_dx2[6]; member in the_application
313 m_dx2[i] = ((rand() % 1000) - 500) * 0.01; in on_ctrl_change()
358 move_point(m_poly2.xn(i), m_poly2.yn(i), m_dx2[i], m_dy2[i]); in on_idle()
H A Dtrans_curve2.cpp62 double m_dx2[6]; member in the_application
312 m_dx2[i] = ((rand() % 1000) - 500) * 0.01; in on_ctrl_change()
357 move_point(m_poly2.xn(i), m_poly2.yn(i), m_dx2[i], m_dy2[i]); in on_idle()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/crystal/
H A Dline.cc63 sscanf (txt, "%lg %lg %lg %lg %lg %lg", &m_dx, &m_dy, &m_dz, &m_dx2, &m_dy2, &m_dz2); in LoadOld()
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dtrans_curve2.dpr79 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
H A Dtrans_curve2_ft.dpr76 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dtrans_curve2.dpr79 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
H A Dtrans_curve2_ft.dpr76 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dtrans_curve2.dpr79 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
H A Dtrans_curve2_ft.dpr76 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dtrans_curve2.dpr79 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
H A Dtrans_curve2_ft.dpr76 m_dx2 ,
424 m_dx2[i ]:=((Random($7fff ) mod 1000 ) - 500 ) * 0.01;
514 move_point(m_poly2.xn_ptr(i ) ,m_poly2.yn_ptr(i ) ,@m_dx2[i ] ,@m_dy2[i ] );
/dports/graphics/agg/agg-2.5/include/
H A Dagg_renderer_outline_aa.h78 m_dx2(line_mr(x2) - line_mr(xc)), in distance_interpolator00()
83 (line_mr(y + line_subpixel_scale/2) - line_mr(y2)) * m_dx2) in distance_interpolator00()
87 m_dx2 <<= line_mr_subpixel_shift; in distance_interpolator00()
100 int m_dx2; variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_renderer_outline_aa.h68 m_dx2(line_mr(x2) - line_mr(xc)), in distance_interpolator00()
73 (line_mr(y + line_subpixel_scale/2) - line_mr(y2)) * m_dx2) in distance_interpolator00()
77 m_dx2 <<= line_mr_subpixel_shift; in distance_interpolator00()
90 int m_dx2; variable
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_renderer_outline_aa.h68 m_dx2(line_mr(x2) - line_mr(xc)), in distance_interpolator00()
73 (line_mr(y + line_subpixel_scale/2) - line_mr(y2)) * m_dx2) in distance_interpolator00()
77 m_dx2 <<= line_mr_subpixel_shift; in distance_interpolator00()
90 int m_dx2; variable
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_renderer_outline_aa.h68 m_dx2(line_mr(x2) - line_mr(xc)), in distance_interpolator00()
73 (line_mr(y + line_subpixel_scale/2) - line_mr(y2)) * m_dx2) in distance_interpolator00()
77 m_dx2 <<= line_mr_subpixel_shift; in distance_interpolator00()
90 int m_dx2; variable

12