Home
last modified time | relevance | path

Searched refs:sqrt (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/dl/sox/git/test/
H A Dcorr.c140 printf("%8.1f%8.1f cf=%f",sqrt(c11),sqrt(c22),c12/sqrt(c11*c22)); in main()
141 printf(" | %8.1f%8.1f cf=%f\n",sqrt(d11),sqrt(d22),d12/sqrt(d11*d22)); in main()
163 printf("%8d %5d=n %10.2f=avg %10.2f=rms\n",len,avgn,v1/avgn,sqrt(v2-v1*v1)/avgn); in main()
H A Dmodel.c116 fprintf(stderr,"eCenter %.2f, STD %.2f\n",v1,sqrt(v2)); in eCenter()
159 x1 = 1/sqrt(x*x+y*y); in bigcalc()
203 cn = sqrt(cx*cx+cy*cy); in bigcalc()
207 c/Factor, c, sqrt(s2), sqrt(v2), (s2<=v2)? sqrt(v2-s2):-sqrt(s2-v2)); in bigcalc()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dnumbers82 /// 1/sqrt(pi)
97 /// sqrt(2)
102 /// sqrt(3)
107 /// 1/sqrt(3)
117 /// The golden ratio, (1+sqrt(5))/2
161 /// 1/sqrt(pi)
176 /// sqrt(2)
181 /// sqrt(3)
186 /// 1/sqrt(3)
196 /// The golden ratio, (1+sqrt(5))/2
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dnumbers82 /// 1/sqrt(pi)
97 /// sqrt(2)
102 /// sqrt(3)
107 /// 1/sqrt(3)
117 /// The golden ratio, (1+sqrt(5))/2
161 /// 1/sqrt(pi)
176 /// sqrt(2)
181 /// sqrt(3)
186 /// 1/sqrt(3)
196 /// The golden ratio, (1+sqrt(5))/2
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dlegendre_function.tcc155 _Tp __root = std::sqrt(_Tp(1) - __x) * std::sqrt(_Tp(1) + __x); in __assoc_legendre_p()
228 _Tp __fact = std::sqrt(_Tp(2 * __l + 1) in __sph_legendre()
246 const _Tp __y_mp1m_factor = __x * std::sqrt(_Tp(2 * __m + 3)); in __sph_legendre()
263 const _Tp __sr = std::sqrt((_Tp(2) + _Tp(1) / __m) in __sph_legendre()
281 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
283 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
H A Dell_integral.tcc119 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rf()
120 const _Tp __ynroot = std::sqrt(__yn); in __ellint_rf()
121 const _Tp __znroot = std::sqrt(__zn); in __ellint_rf()
134 return __s / std::sqrt(__mu); in __ellint_rf()
361 _Tp __xnroot = std::sqrt(__xn); in __ellint_rd()
362 _Tp __ynroot = std::sqrt(__yn); in __ellint_rd()
363 _Tp __znroot = std::sqrt(__zn); in __ellint_rd()
386 / (__mu * std::sqrt(__mu)); in __ellint_rd()
531 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
540 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dlegendre_function.tcc155 _Tp __root = std::sqrt(_Tp(1) - __x) * std::sqrt(_Tp(1) + __x); in __assoc_legendre_p()
228 _Tp __fact = std::sqrt(_Tp(2 * __l + 1) in __sph_legendre()
246 const _Tp __y_mp1m_factor = __x * std::sqrt(_Tp(2 * __m + 3)); in __sph_legendre()
263 const _Tp __sr = std::sqrt((_Tp(2) + _Tp(1) / __m) in __sph_legendre()
281 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
283 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
H A Dell_integral.tcc119 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rf()
120 const _Tp __ynroot = std::sqrt(__yn); in __ellint_rf()
121 const _Tp __znroot = std::sqrt(__zn); in __ellint_rf()
134 return __s / std::sqrt(__mu); in __ellint_rf()
361 _Tp __xnroot = std::sqrt(__xn); in __ellint_rd()
362 _Tp __ynroot = std::sqrt(__yn); in __ellint_rd()
363 _Tp __znroot = std::sqrt(__zn); in __ellint_rd()
386 / (__mu * std::sqrt(__mu)); in __ellint_rd()
531 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
540 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Ddist.h610 diff0 = sqrt(static_cast<ResultType>(a[0])) - sqrt(static_cast<ResultType>(b[0]));
611 diff1 = sqrt(static_cast<ResultType>(a[1])) - sqrt(static_cast<ResultType>(b[1]));
612 diff2 = sqrt(static_cast<ResultType>(a[2])) - sqrt(static_cast<ResultType>(b[2]));
613 diff3 = sqrt(static_cast<ResultType>(a[3])) - sqrt(static_cast<ResultType>(b[3]));
619 diff0 = sqrt(static_cast<ResultType>(*a++)) - sqrt(static_cast<ResultType>(*b++));
631 ResultType diff = sqrt(static_cast<ResultType>(a)) - sqrt(static_cast<ResultType>(b));
861 ResultType operator()( ResultType dist ) { return sqrt(dist); }
868 ResultType operator()( ResultType dist ) { return sqrt(dist); }
876 ResultType operator()( ResultType dist ) { return sqrt(dist); }
883 ResultType operator()( ResultType dist ) { return sqrt(dist); }
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dbiquads.c80 p->width = sqrt(0.5); /* Default to Butterworth */ in hilo2_getopts()
195 alpha = sin(w0)/2 * sqrt((A + 1/A)*(1/p->width - 1) + 2); in start()
285 p->b0 = A*( (A+1) - (A-1)*cos(w0) + 2*sqrt(A)*alpha ); in start()
287 p->b2 = A*( (A+1) - (A-1)*cos(w0) - 2*sqrt(A)*alpha ); in start()
288 p->a0 = (A+1) + (A-1)*cos(w0) + 2*sqrt(A)*alpha; in start()
290 p->a2 = (A+1) + (A-1)*cos(w0) - 2*sqrt(A)*alpha; in start()
298 p->b0 = A*( (A+1) + (A-1)*cos(w0) + 2*sqrt(A)*alpha ); in start()
300 p->b2 = A*( (A+1) + (A-1)*cos(w0) - 2*sqrt(A)*alpha ); in start()
301 p->a0 = (A+1) - (A-1)*cos(w0) + 2*sqrt(A)*alpha; in start()
303 p->a2 = (A+1) - (A-1)*cos(w0) - 2*sqrt(A)*alpha; in start()
[all …]
H A Ddeemph.plt70 Hi(f) = B0*sqrt((1 + 2*cos(f*O)*D + D*D)/(1 + 2*cos(f*O)*A1 + A1*A1))
84 alpha = sin(w0) / 2. * sqrt((A + 1. / A) * (1. / slope - 1.) + 2.)
85 b0 = A * ((A + 1.) + (A - 1.) * cos(w0) + 2. * sqrt(A) * alpha)
87 b2 = A * ((A + 1.) + (A - 1.) * cos(w0) - 2. * sqrt(A) * alpha)
88 a0 = (A + 1.) - (A - 1.) * cos(w0) + 2. * sqrt(A) * alpha
90 a2 = (A + 1.) - (A - 1.) * cos(w0) - 2. * sqrt(A) * alpha
101 Hb(f) = sqrt((b0*b0 + b1*b1 + b2*b2 +\
H A Dstats.c231 fprintf(stderr, "\nRMS lev dB%10.2f", linear_to_dB(sqrt(sigma_x2 / num_samples))); in stop()
234 fprintf(stderr, "%10.2f", linear_to_dB(sqrt(q->sigma_x2 / q->num_samples))); in stop()
237 fprintf(stderr, "\nRMS Pk dB %10.2f", linear_to_dB(sqrt(max_sigma_x2))); in stop()
240 fprintf(stderr, "%10.2f", linear_to_dB(sqrt(q->max_sigma_x2))); in stop()
245 fprintf(stderr, "%10.2f", linear_to_dB(sqrt(min_sigma_x2))); in stop()
250 fprintf(stderr, "%10.2f", linear_to_dB(sqrt(q->min_sigma_x2))); in stop()
256 …else fprintf(stderr, "\nCrest factor %7.2f", sigma_x2 ? avg_peak / sqrt(sigma_x2 / num_samples) : … in stop()
259 …fprintf(stderr, "%10.2f", q->sigma_x2? max(-q->min, q->max) / sqrt(q->sigma_x2 / q->num_samples) :… in stop()
H A Dband.h43 p->b0 = sqrt(1 - p->a1 * p->a1 / (4 * p->a2)) * (1 - p->a2);
45 mult = sqrt(((1+p->a2) * (1+p->a2) - p->a1*p->a1) * (1-p->a2) / (1+p->a2)) / p->b0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_longitude.hpp124 CT const cos_alp1 = math::sqrt(c1 - math::sqr(sin_alp1)); in apply()
126 CT const norm = math::sqrt(math::sqr(cos_alp1) + math::sqr(sin_alp1 * sin_bet1)); in apply()
132 CT const cos_alp0 = math::sqrt(c1 - math::sqr(sin_alp0)); in apply()
133 CT const cos_alp2 = math::sqrt(c1 - math::sqr(sin_alp2)); in apply()
139 CT const sin_sig1 = math::sqrt(c1 - math::sqr(cos_sig1)); in apply()
142 CT const sin_sig2 = math::sqrt(c1 - math::sqr(cos_sig2)); in apply()
166 CT const ep = math::sqrt(e2 / (c1 - e2)); in apply()
168 CT const sqrt_k2_plus_one = math::sqrt(c1 + k2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp89 return sqrt((2 / pi<T, policies::policy<policies::digits2<N> > >())); in compute()
104 return sqrt(pi<T, policies::policy<policies::digits2<N> > >()); in compute()
112 return sqrt(pi<T, policies::policy<policies::digits2<N> > >() / 2); in compute()
120 return sqrt(two_pi<T, policies::policy<policies::digits2<N> > >()); in compute()
136 return sqrt(log(static_cast<T>(4))); in compute()
218 return sqrt(static_cast<T>(2)); in compute()
227 return sqrt(static_cast<T>(3)); in compute()
235 return sqrt(static_cast<T>(2)) / 2; in compute()
356 return sqrt(static_cast<T>(1) / pi<T, policies::policy<policies::digits2<N> > >()); in compute()
480 return sqrt(e<T, policies::policy<policies::digits2<N> > >()); in compute()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dcmath60 // Constant @f$ \sqrt(\pi / 2) @f$.
66 // Constant @f$ 2 / \sqrt(\pi) @f$.
89 // Constant @f$ \sqrt(2) @f$.
91 // Constant @f$ \sqrt(3) @f$.
93 // Constant @f$ \sqrt(5) @f$.
95 // Constant @f$ \sqrt(7) @f$.
97 // Constant @f$ 1 / \sqrt(2) @f$.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dcmath60 // Constant @f$ \sqrt(\pi / 2) @f$.
66 // Constant @f$ 2 / \sqrt(\pi) @f$.
89 // Constant @f$ \sqrt(2) @f$.
91 // Constant @f$ \sqrt(3) @f$.
93 // Constant @f$ \sqrt(5) @f$.
95 // Constant @f$ \sqrt(7) @f$.
97 // Constant @f$ 1 / \sqrt(2) @f$.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dhypot.hpp21 namespace std{ using ::sqrt; using ::fabs; }
32 using std::fabs; using std::sqrt; // ADL of std names in hypot_imp()
57 return x * sqrt(1 + rat*rat); in hypot_imp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmath.hpp39 T c = std::sqrt(dx * dx + dy * dy); in normal()
52 T c = std::sqrt(dx * dx + dy * dy); in dist()
71 return std::sqrt(a * a + b * b); in length()
77 return std::sqrt(a.x * a.x + a.y * a.y); in mag()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmath.hpp33 template <class T> T sqrt( T );
56 template <> BOOST_QVM_INLINE_TRIVIAL float sqrt<float>( float x ) { return ::sqrtf(x); } in sqrt() function
78 template <> BOOST_QVM_INLINE_TRIVIAL double sqrt<double>( double x ) { return ::sqrt(x); } in sqrt() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dprecision.hpp288 static const T r_eps = sqrt(tools::epsilon<T>()); in root_epsilon_imp()
296 return sqrt(tools::epsilon<T>()); in root_epsilon_imp()
366 static const T r_eps = sqrt(sqrt(tools::epsilon<T>())); in forth_root_epsilon_imp()
374 return sqrt(sqrt(tools::epsilon<T>())); in forth_root_epsilon_imp()
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Denergy.c57 double sqrt(doublereal); in energy_()
73 *rms = sqrt(*rms / *len); in energy_()
H A Dirc2pc.c62 double sqrt(doublereal); in irc2pc_()
82 *g2pass = *gprime * sqrt(*g2pass); in irc2pc_()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp275 using ::sqrt; in apply()
276 using std::sqrt; in apply()
278 return sqrt(value); in apply()
298 return std::sqrt(value); in apply()
307 return std::sqrt(value); in apply()
712 sqrt(T const& value) in sqrt() function
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c498 d = Vr * sqrt(d); in miComputeEllipseSpans()
502 A = sqrt((Z + Z) - Nk); in miComputeEllipseSpans()
509 d = sqrt(d); in miComputeEllipseSpans()
516 x = w * sqrt(1 - (t * t)); in miComputeEllipseSpans()
519 t = sqrt(rs - (t * t)); in miComputeEllipseSpans()
537 d = sqrt(d); in miComputeEllipseSpans()
543 x = w * sqrt(1 - (t * t)); in miComputeEllipseSpans()
546 inx = x - sqrt(rs - (t * t)); in miComputeEllipseSpans()
555 x = w * sqrt(1 - (t * t)); in miComputeEllipseSpans()
558 t = sqrt(rs - (t * t)); in miComputeEllipseSpans()
[all …]

12345678910>>...12