Home
last modified time | relevance | path

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

12345678910

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dlegendre_function.tcc152 _Tp __root = std::sqrt(_Tp(1) - __x) * std::sqrt(_Tp(1) + __x); in __assoc_legendre_p()
226 _Tp __fact = std::sqrt(_Tp(2 * __l + 1) in __sph_legendre()
244 const _Tp __y_mp1m_factor = __x * std::sqrt(_Tp(2 * __m + 3)); in __sph_legendre()
261 _Tp __sr = std::sqrt((_Tp(2) + _Tp(1) / __m) in __sph_legendre()
283 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
285 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
A Dell_integral.tcc114 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rf()
115 const _Tp __ynroot = std::sqrt(__yn); in __ellint_rf()
116 const _Tp __znroot = std::sqrt(__zn); in __ellint_rf()
129 return __s / std::sqrt(__mu); in __ellint_rf()
356 _Tp __xnroot = std::sqrt(__xn); in __ellint_rd()
357 _Tp __ynroot = std::sqrt(__yn); in __ellint_rd()
358 _Tp __znroot = std::sqrt(__zn); in __ellint_rd()
527 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
536 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
614 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dlegendre_function.tcc152 _Tp __root = std::sqrt(_Tp(1) - __x) * std::sqrt(_Tp(1) + __x); in __assoc_legendre_p()
226 _Tp __fact = std::sqrt(_Tp(2 * __l + 1) in __sph_legendre()
244 const _Tp __y_mp1m_factor = __x * std::sqrt(_Tp(2 * __m + 3)); in __sph_legendre()
261 _Tp __sr = std::sqrt((_Tp(2) + _Tp(1) / __m) in __sph_legendre()
283 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
285 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
A Dell_integral.tcc114 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rf()
115 const _Tp __ynroot = std::sqrt(__yn); in __ellint_rf()
116 const _Tp __znroot = std::sqrt(__zn); in __ellint_rf()
129 return __s / std::sqrt(__mu); in __ellint_rf()
356 _Tp __xnroot = std::sqrt(__xn); in __ellint_rd()
357 _Tp __ynroot = std::sqrt(__yn); in __ellint_rd()
358 _Tp __znroot = std::sqrt(__zn); in __ellint_rd()
527 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
536 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
614 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
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()
A Dell_integral.tcc117 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rf()
118 const _Tp __ynroot = std::sqrt(__yn); in __ellint_rf()
119 const _Tp __znroot = std::sqrt(__zn); in __ellint_rf()
132 return __s / std::sqrt(__mu); in __ellint_rf()
357 _Tp __xnroot = std::sqrt(__xn); in __ellint_rd()
358 _Tp __ynroot = std::sqrt(__yn); in __ellint_rd()
359 _Tp __znroot = std::sqrt(__zn); in __ellint_rd()
525 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
534 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
609 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
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()
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()
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()
618 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
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()
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()
532 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
541 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
619 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libc_backends/lib/math/
A Dcomplex.c11 double sqrt_a_b = sqrt(a*a + b*b); in csqrt()
13 double realpart = sqrt(a + sqrt_a_b) * sqrt2; in csqrt()
14 double imagpart = sqrt(sqrt_a_b - a) / sqrt2; in csqrt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dlegendre_function.tcc159 _Tp __root = std::sqrt(_Tp(1) - __x) * std::sqrt(_Tp(1) + __x); in __assoc_legendre_p()
233 _Tp __fact = std::sqrt(_Tp(2 * __l + 1) in __sph_legendre()
251 const _Tp __y_mp1m_factor = __x * std::sqrt(_Tp(2 * __m + 3)); in __sph_legendre()
268 _Tp __sr = std::sqrt((_Tp(2) + _Tp(1) / __m) in __sph_legendre()
290 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
292 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
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()
532 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
541 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
619 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dlegendre_function.tcc159 _Tp __root = std::sqrt(_Tp(1) - __x) * std::sqrt(_Tp(1) + __x); in __assoc_legendre_p()
233 _Tp __fact = std::sqrt(_Tp(2 * __l + 1) in __sph_legendre()
251 const _Tp __y_mp1m_factor = __x * std::sqrt(_Tp(2 * __m + 3)); in __sph_legendre()
268 _Tp __sr = std::sqrt((_Tp(2) + _Tp(1) / __m) in __sph_legendre()
290 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
292 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
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()
532 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
541 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
619 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dlegendre_function.tcc159 _Tp __root = std::sqrt(_Tp(1) - __x) * std::sqrt(_Tp(1) + __x); in __assoc_legendre_p()
233 _Tp __fact = std::sqrt(_Tp(2 * __l + 1) in __sph_legendre()
251 const _Tp __y_mp1m_factor = __x * std::sqrt(_Tp(2 * __m + 3)); in __sph_legendre()
268 _Tp __sr = std::sqrt((_Tp(2) + _Tp(1) / __m) in __sph_legendre()
290 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
292 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
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()
532 const _Tp __lambda = _Tp(2) * std::sqrt(__xn) * std::sqrt(__yn) in __ellint_rc()
541 return (_Tp(1) + __s) / std::sqrt(__mu); in __ellint_rc()
619 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rj()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
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$.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
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$.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
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$.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
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$.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
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$.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
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$.

Completed in 50 milliseconds

12345678910