Home
last modified time | relevance | path

Searched refs:__ll (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dlegendre_function.tcc98 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
103 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
279 for ( int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
281 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
282 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
283 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
284 * _Tp(2 * __ll - 1)); in __sph_legendre()
285 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
286 / _Tp(2 * __ll - 3)); in __sph_legendre()
288 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dlegendre_function.tcc98 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
103 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
279 for ( int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
281 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
282 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
283 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
284 * _Tp(2 * __ll - 1)); in __sph_legendre()
285 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
286 / _Tp(2 * __ll - 3)); in __sph_legendre()
288 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dlegendre_function.tcc102 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
107 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
277 for (unsigned int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
279 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
280 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
281 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
282 * _Tp(2 * __ll - 1)); in __sph_legendre()
283 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
284 / _Tp(2 * __ll - 3)); in __sph_legendre()
286 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dlegendre_function.tcc102 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
107 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
277 for (unsigned int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
279 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
280 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
281 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
282 * _Tp(2 * __ll - 1)); in __sph_legendre()
283 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
284 / _Tp(2 * __ll - 3)); in __sph_legendre()
286 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dlegendre_function.tcc102 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
107 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
277 for (int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
279 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
280 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
281 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
282 * _Tp(2 * __ll - 1)); in __sph_legendre()
283 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
284 / _Tp(2 * __ll - 3)); in __sph_legendre()
286 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dlegendre_function.tcc105 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
110 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
286 for ( int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
288 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
289 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
290 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
291 * _Tp(2 * __ll - 1)); in __sph_legendre()
292 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
293 / _Tp(2 * __ll - 3)); in __sph_legendre()
295 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dlegendre_function.tcc105 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
110 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
286 for ( int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
288 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
289 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
290 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
291 * _Tp(2 * __ll - 1)); in __sph_legendre()
292 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
293 / _Tp(2 * __ll - 3)); in __sph_legendre()
295 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dlegendre_function.tcc105 for (unsigned int __ll = 2; __ll <= __l; ++__ll) in __poly_legendre_p() local
110 - (__x * __p_lm1 - __p_lm2) / _Tp(__ll); in __poly_legendre_p()
286 for ( int __ll = __m + 2; __ll <= __l; ++__ll) in __sph_legendre() local
288 const _Tp __rat1 = _Tp(__ll - __m) / _Tp(__ll + __m); in __sph_legendre()
289 const _Tp __rat2 = _Tp(__ll - __m - 1) / _Tp(__ll + __m - 1); in __sph_legendre()
290 const _Tp __fact1 = std::sqrt(__rat1 * _Tp(2 * __ll + 1) in __sph_legendre()
291 * _Tp(2 * __ll - 1)); in __sph_legendre()
292 const _Tp __fact2 = std::sqrt(__rat1 * __rat2 * _Tp(2 * __ll + 1) in __sph_legendre()
293 / _Tp(2 * __ll - 3)); in __sph_legendre()
295 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dbyteswap-common.h90 ({ union { __extension__ unsigned long long int __ll; \
92 __w.__ll = (x); \
95 __r.__ll; }))
99 ({ __extension__ unsigned long long int __ll; \
101 __ll = __bswap_constant_64 (x); \
103 __ll = __bswap_non_constant_64 (x); \
104 __ll; }))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Dmathinline.h90 int __ll[2]; in __NTH() member
93 return __u.__ll[1]; in __NTH()
102 int __ll[2]; in __NTH() member
105 return __u.__ll[1]; in __NTH()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dlonglong.h307 union {DItype __ll; \
311 : "=&r" (__x.__ll) \
317 union {DItype __ll; \
322 : "=r" (__x.__ll) \
402 ({union {UDItype __ll; \
406 : "=d" (__xx.__ll) \
622 : "r" (__xx.__ll), \
655 : "=g" (__xx.__ll) \
672 : "=g" (__xx.__ll) \
673 : "0" (__xx.__ll), \
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstrings.h78 __extension__ extern int ffsll (long long int __ll)
A Dstring.h387 __extension__ extern int ffsll (long long int __ll)

Completed in 25 milliseconds