/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | atomic_base.h | 90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY() 102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY() 106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY() 193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | atomic_base.h | 90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY() 102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY() 106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY() 193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | atomic_base.h | 90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY() 102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY() 106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY() 193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | atomic_base.h | 90 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY() 102 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY() 106 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY() 193 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 204 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 374 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 386 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 396 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 406 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 691 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | atomic_base.h | 109 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY() 121 { __atomic_thread_fence(int(__m)); } in _GLIBCXX_VISIBILITY() 125 { __atomic_signal_fence(int(__m)); } in _GLIBCXX_VISIBILITY() 212 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY() 223 __atomic_clear (&_M_i, int(__m)); in _GLIBCXX_VISIBILITY() 397 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY() 409 __atomic_store_n(&_M_i, __i, int(__m)); in _GLIBCXX_VISIBILITY() 481 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY() 489 __cmpexch_failure_order(__m)); in _GLIBCXX_VISIBILITY() 718 __atomic_store_n(&_M_p, __p, int(__m)); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | atomic_base.h | 91 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY() 103 { __atomic_thread_fence(__m); } in _GLIBCXX_VISIBILITY() 107 { __atomic_signal_fence(__m); } in _GLIBCXX_VISIBILITY() 308 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 319 __atomic_clear (&_M_i, __m); in _GLIBCXX_VISIBILITY() 478 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 490 __atomic_store_n(&_M_i, __i, __m); in _GLIBCXX_VISIBILITY() 500 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 510 return __atomic_load_n(&_M_i, __m); in _GLIBCXX_VISIBILITY() 787 __atomic_store_n(&_M_p, __p, __m); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 66 mask __m = 0; in _GLIBCXX_VISIBILITY() 67 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 68 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 69 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 70 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 72 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 80 *__vec = __m; in _GLIBCXX_VISIBILITY() 117 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/os/bsd/darwin/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 65 mask __m = 0; in _GLIBCXX_VISIBILITY() 66 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 67 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 68 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 69 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 71 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 78 *__vec = __m; in _GLIBCXX_VISIBILITY() 115 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/os/bsd/freebsd/ |
A D | ctype_inline.h | 43 is(mask __m, char __c) const in _GLIBCXX_VISIBILITY() 48 return __istype(__c, __m); in _GLIBCXX_VISIBILITY() 65 mask __m = 0; in _GLIBCXX_VISIBILITY() 66 if (this->is(upper, *__low)) __m |= upper; in _GLIBCXX_VISIBILITY() 67 if (this->is(lower, *__low)) __m |= lower; in _GLIBCXX_VISIBILITY() 68 if (this->is(alpha, *__low)) __m |= alpha; in _GLIBCXX_VISIBILITY() 69 if (this->is(digit, *__low)) __m |= digit; in _GLIBCXX_VISIBILITY() 71 if (this->is(space, *__low)) __m |= space; in _GLIBCXX_VISIBILITY() 78 *__vec = __m; in _GLIBCXX_VISIBILITY() 115 do_is(mask __m, wchar_t __c) const in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | atomic_base.h | 114 : __m == memory_order_release ? memory_order_relaxed : __m; in _GLIBCXX_VISIBILITY() 242 [__m, this] { return __atomic_load_n(&_M_i, int(__m)); }); in _GLIBCXX_VISIBILITY() 265 = __m & __memory_order_mask; in _GLIBCXX_VISIBILITY() 277 = __m & __memory_order_mask; in _GLIBCXX_VISIBILITY() 452 = __m & __memory_order_mask; in _GLIBCXX_VISIBILITY() 465 = __m & __memory_order_mask; in _GLIBCXX_VISIBILITY() 477 = __m & __memory_order_mask; in _GLIBCXX_VISIBILITY() 488 = __m & __memory_order_mask; in _GLIBCXX_VISIBILITY() 615 [__m, this] { return this->load(__m); }); in _GLIBCXX_VISIBILITY() 908 [__m, this] in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | legendre_function.tcc | 138 else if (__m > __l) in __assoc_legendre_p() 143 else if (__m == 0) in __assoc_legendre_p() 148 if (__m > 0) in __assoc_legendre_p() 160 if (__l == __m) in __assoc_legendre_p() 173 - _Tp(__j + __m - 1) * __p_lm2m) / _Tp(__j - __m); in __assoc_legendre_p() 218 if (__l < __m) in __sph_legendre() 223 else if (__m == 0) in __sph_legendre() 266 if (__l == __m) in __sph_legendre() 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() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | legendre_function.tcc | 138 else if (__m > __l) in __assoc_legendre_p() 143 else if (__m == 0) in __assoc_legendre_p() 148 if (__m > 0) in __assoc_legendre_p() 160 if (__l == __m) in __assoc_legendre_p() 173 - _Tp(__j + __m - 1) * __p_lm2m) / _Tp(__j - __m); in __assoc_legendre_p() 218 if (__l < __m) in __sph_legendre() 223 else if (__m == 0) in __sph_legendre() 266 if (__l == __m) in __sph_legendre() 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() [all …]
|