Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 25 of 244) sorted by relevance

12345678910

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dstd_abs.h44 #undef abs
52 using ::abs; in _GLIBCXX_VISIBILITY()
56 abs(long __i) { return __builtin_labs(__i); } in _GLIBCXX_VISIBILITY()
61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY()
72 abs(double __x) in _GLIBCXX_VISIBILITY()
76 abs(float __x) in _GLIBCXX_VISIBILITY()
80 abs(long double __x) in _GLIBCXX_VISIBILITY()
87 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
91 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
95 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstd_abs.h44 #undef abs
52 using ::abs; in _GLIBCXX_VISIBILITY()
56 abs(long __i) { return __builtin_labs(__i); } in _GLIBCXX_VISIBILITY()
61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY()
73 abs(double __x) in _GLIBCXX_VISIBILITY()
77 abs(float __x) in _GLIBCXX_VISIBILITY()
81 abs(long double __x) in _GLIBCXX_VISIBILITY()
88 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
92 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
96 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstd_abs.h44 #undef abs
52 using ::abs; in _GLIBCXX_VISIBILITY()
56 abs(long __i) { return __builtin_labs(__i); } in _GLIBCXX_VISIBILITY()
61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY()
71 abs(double __x) in _GLIBCXX_VISIBILITY()
75 abs(float __x) in _GLIBCXX_VISIBILITY()
79 abs(long double __x) in _GLIBCXX_VISIBILITY()
86 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
90 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
94 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstd_abs.h44 #undef abs
52 using ::abs; in _GLIBCXX_VISIBILITY()
56 abs(long __i) { return __builtin_labs(__i); } in _GLIBCXX_VISIBILITY()
61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY()
71 abs(double __x) in _GLIBCXX_VISIBILITY()
75 abs(float __x) in _GLIBCXX_VISIBILITY()
79 abs(long double __x) in _GLIBCXX_VISIBILITY()
86 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
90 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
94 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dstd_abs.h44 #undef abs
52 using ::abs; in _GLIBCXX_VISIBILITY()
56 abs(long __i) { return __builtin_labs(__i); } in _GLIBCXX_VISIBILITY()
61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY()
72 abs(double __x) in _GLIBCXX_VISIBILITY()
76 abs(float __x) in _GLIBCXX_VISIBILITY()
80 abs(long double __x) in _GLIBCXX_VISIBILITY()
87 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
91 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
95 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dbessel_function.tcc193 if (std::abs(__d) < __fp_min) in __bessel_jn()
196 if (std::abs(__c) < __fp_min) in __bessel_jn()
203 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
229 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
233 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
260 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
296 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
301 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
311 if (std::abs(__dlr - _Tp(1)) + std::abs(__dli) < __eps) in __bessel_jn()
385 __epsP = std::abs(__term) < __eps * std::abs(__P); in __cyl_bessel_jn_asymp()
[all …]
A Dhypergeometric.tcc97 if (std::abs(__term) < __eps) in __conf_hyperg_series()
169 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
175 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
285 if (std::abs(__term) < __eps) in __hyperg_series()
367 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
452 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
571 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
742 if (std::abs(__x) >= _Tp(1)) in __hyperg()
750 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
755 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dbessel_function.tcc193 if (std::abs(__d) < __fp_min) in __bessel_jn()
196 if (std::abs(__c) < __fp_min) in __bessel_jn()
203 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
229 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
233 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
260 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
296 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
301 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
311 if (std::abs(__dlr - _Tp(1)) + std::abs(__dli) < __eps) in __bessel_jn()
385 __epsP = std::abs(__term) < __eps * std::abs(__P); in __cyl_bessel_jn_asymp()
[all …]
A Dhypergeometric.tcc97 if (std::abs(__term) < __eps) in __conf_hyperg_series()
169 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
175 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
285 if (std::abs(__term) < __eps) in __hyperg_series()
367 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
452 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
571 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
742 if (std::abs(__x) >= _Tp(1)) in __hyperg()
750 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
755 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dbessel_function.tcc193 if (std::abs(__d) < __fp_min) in __bessel_jn()
196 if (std::abs(__c) < __fp_min) in __bessel_jn()
203 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
229 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
233 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
260 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
296 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
301 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
311 if (std::abs(__dlr - _Tp(1)) + std::abs(__dli) < __eps) in __bessel_jn()
385 __epsP = std::abs(__term) < __eps * std::abs(__P); in __cyl_bessel_jn_asymp()
[all …]
A Dhypergeometric.tcc97 if (std::abs(__term) < __eps) in __conf_hyperg_series()
169 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
175 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
285 if (std::abs(__term) < __eps) in __hyperg_series()
367 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
452 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
571 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
742 if (std::abs(__x) >= _Tp(1)) in __hyperg()
750 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
755 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
A Dexp_integral.tcc93 if (std::abs(__term) < __eps) in __expint_E1_series()
130 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp()
180 if (std::abs(__del) < __eps * std::abs(__ans)) in __expint_En_series()
221 if (std::abs(__del - _Tp(1)) < __eps) in __expint_En_cont_frac()
418 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp()
454 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __expint_large_n()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dhypergeometric.tcc90 if (std::abs(__term) < __eps) in __conf_hyperg_series()
162 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
168 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
278 if (std::abs(__term) < __eps) in __hyperg_series()
360 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
445 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
564 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
735 if (std::abs(__x) >= _Tp(1)) in __hyperg()
743 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
748 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
A Dbessel_function.tcc100 if (std::abs(__mu) < std::numeric_limits<_Tp>::epsilon()) in __gamma_temme()
182 if (std::abs(__d) < __fp_min) in __bessel_jn()
185 if (std::abs(__c) < __fp_min) in __bessel_jn()
192 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
218 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
222 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
232 _Tp __fact3 = (std::abs(__pimu2) < __eps in __bessel_jn()
249 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
285 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
290 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
[all …]
A Dexp_integral.tcc88 if (std::abs(__term) < __eps) in __expint_E1_series()
125 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp()
175 if (std::abs(__del) < __eps * std::abs(__ans)) in __expint_En_series()
216 if (std::abs(__del - _Tp(1)) < __eps) in __expint_En_cont_frac()
413 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp()
449 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __expint_large_n()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dhypergeometric.tcc97 if (std::abs(__term) < __eps) in __conf_hyperg_series()
169 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
175 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
285 if (std::abs(__term) < __eps) in __hyperg_series()
367 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
452 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
571 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
742 if (std::abs(__x) >= _Tp(1)) in __hyperg()
750 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
755 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
A Dbessel_function.tcc107 if (std::abs(__mu) < std::numeric_limits<_Tp>::epsilon()) in __gamma_temme()
189 if (std::abs(__d) < __fp_min) in __bessel_jn()
192 if (std::abs(__c) < __fp_min) in __bessel_jn()
199 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
225 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
229 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
239 _Tp __fact3 = (std::abs(__pimu2) < __eps in __bessel_jn()
256 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
292 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
297 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
[all …]
A Dexp_integral.tcc93 if (std::abs(__term) < __eps) in __expint_E1_series()
130 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp()
180 if (std::abs(__del) < __eps * std::abs(__ans)) in __expint_En_series()
221 if (std::abs(__del - _Tp(1)) < __eps) in __expint_En_cont_frac()
418 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp()
454 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __expint_large_n()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dhypergeometric.tcc97 if (std::abs(__term) < __eps) in __conf_hyperg_series()
169 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
175 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
285 if (std::abs(__term) < __eps) in __hyperg_series()
367 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
452 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
571 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
742 if (std::abs(__x) >= _Tp(1)) in __hyperg()
750 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
755 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
A Dbessel_function.tcc107 if (std::abs(__mu) < std::numeric_limits<_Tp>::epsilon()) in __gamma_temme()
189 if (std::abs(__d) < __fp_min) in __bessel_jn()
192 if (std::abs(__c) < __fp_min) in __bessel_jn()
199 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
225 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
229 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
239 _Tp __fact3 = (std::abs(__pimu2) < __eps in __bessel_jn()
256 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
292 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
297 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dhypergeometric.tcc97 if (std::abs(__term) < __eps) in __conf_hyperg_series()
169 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
175 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
285 if (std::abs(__term) < __eps) in __hyperg_series()
367 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
452 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
571 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
742 if (std::abs(__x) >= _Tp(1)) in __hyperg()
750 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
755 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
A Dbessel_function.tcc107 if (std::abs(__mu) < std::numeric_limits<_Tp>::epsilon()) in __gamma_temme()
189 if (std::abs(__d) < __fp_min) in __bessel_jn()
192 if (std::abs(__c) < __fp_min) in __bessel_jn()
199 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
225 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
229 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
239 _Tp __fact3 = (std::abs(__pimu2) < __eps in __bessel_jn()
256 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
292 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
297 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dhypergeometric.tcc90 if (std::abs(__term) < __eps) in __conf_hyperg_series()
162 __prec = std::abs((__F - __r) / __F); in __conf_hyperg_luke()
168 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __conf_hyperg_luke()
278 if (std::abs(__term) < __eps) in __hyperg_series()
360 if (std::abs(__An) > __big || std::abs(__Bn) > __big) in __hyperg_luke()
445 const _Tp __ad = std::abs(__d); in __hyperg_reflect()
564 if (std::abs(__delta) < __eps * std::abs(__sum2)) in __hyperg_reflect()
735 if (std::abs(__x) >= _Tp(1)) in __hyperg()
743 else if (std::abs(__c - __b) < __toler || std::abs(__c - __a) < __toler) in __hyperg()
748 else if (std::abs(__a) < _Tp(10) && std::abs(__b) < _Tp(10)) in __hyperg()
[all …]
A Dbessel_function.tcc100 if (std::abs(__mu) < std::numeric_limits<_Tp>::epsilon()) in __gamma_temme()
182 if (std::abs(__d) < __fp_min) in __bessel_jn()
185 if (std::abs(__c) < __fp_min) in __bessel_jn()
192 if (std::abs(__del - _Tp(1)) < __eps) in __bessel_jn()
218 _Tp __fact = (std::abs(__pimu) < __eps in __bessel_jn()
222 _Tp __fact2 = (std::abs(__e) < __eps in __bessel_jn()
232 _Tp __fact3 = (std::abs(__pimu2) < __eps in __bessel_jn()
249 if ( std::abs(__del) < __eps * (_Tp(1) + std::abs(__sum)) ) in __bessel_jn()
285 if (std::abs(__dr) + std::abs(__di) < __fp_min) in __bessel_jn()
290 if (std::abs(__cr) + std::abs(__ci) < __fp_min) in __bessel_jn()
[all …]
A Dexp_integral.tcc88 if (std::abs(__term) < __eps) in __expint_E1_series()
125 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp()
175 if (std::abs(__del) < __eps * std::abs(__ans)) in __expint_En_series()
216 if (std::abs(__del - _Tp(1)) < __eps) in __expint_En_cont_frac()
413 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp()
449 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __expint_large_n()

Completed in 2236 milliseconds

12345678910