/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/profile/impl/ |
A D | profiler.h | 274 #define __profcxx_vector_find(__x...) \ argument 280 #define __profcxx_vector_insert(__x...) argument 281 #define __profcxx_vector_iterate(__x...) argument 283 #define __profcxx_vector_resize2(__x...) argument 284 #define __profcxx_vector_find(__x...) argument 295 #define __profcxx_list_insert(__x...) \ argument 298 #define __profcxx_list_iterate(__x...) \ argument 307 #define __profcxx_list_insert(__x...) argument 308 #define __profcxx_list_iterate(__x...) argument 314 #define __profcxx_list_rewind(__x...) \ argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/profile/impl/ |
A D | profiler.h | 243 #define __profcxx_hash_func_destruct(__x...) argument 262 #define __profcxx_vector2list_insert(__x...) argument 301 #define __profcxx_list2slist_rewind(__x...) argument 310 #define __profcxx_map2umap_insert(__x...) \ argument 312 #define __profcxx_map2umap_erase(__x...) \ argument 318 #define __profcxx_map2umap_find(__x...) \ argument 324 #define __profcxx_map2umap_insert(__x...) argument 325 #define __profcxx_map2umap_erase(__x...) argument 326 #define __profcxx_map2umap_iterate(__x...) argument 328 #define __profcxx_map2umap_find(__x...) argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/profile/impl/ |
A D | profiler.h | 243 #define __profcxx_hash_func_destruct(__x...) argument 262 #define __profcxx_vector2list_insert(__x...) argument 301 #define __profcxx_list2slist_rewind(__x...) argument 310 #define __profcxx_map2umap_insert(__x...) \ argument 312 #define __profcxx_map2umap_erase(__x...) \ argument 318 #define __profcxx_map2umap_find(__x...) \ argument 324 #define __profcxx_map2umap_insert(__x...) argument 325 #define __profcxx_map2umap_erase(__x...) argument 326 #define __profcxx_map2umap_iterate(__x...) argument 328 #define __profcxx_map2umap_find(__x...) argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/profile/impl/ |
A D | profiler.h | 243 #define __profcxx_hash_func_destruct(__x...) argument 262 #define __profcxx_vector2list_insert(__x...) argument 301 #define __profcxx_list2slist_rewind(__x...) argument 310 #define __profcxx_map2umap_insert(__x...) \ argument 312 #define __profcxx_map2umap_erase(__x...) \ argument 318 #define __profcxx_map2umap_find(__x...) \ argument 324 #define __profcxx_map2umap_insert(__x...) argument 325 #define __profcxx_map2umap_erase(__x...) argument 326 #define __profcxx_map2umap_iterate(__x...) argument 328 #define __profcxx_map2umap_find(__x...) argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/profile/impl/ |
A D | profiler.h | 243 #define __profcxx_hash_func_destruct(__x...) argument 262 #define __profcxx_vector2list_insert(__x...) argument 301 #define __profcxx_list2slist_rewind(__x...) argument 310 #define __profcxx_map2umap_insert(__x...) \ argument 312 #define __profcxx_map2umap_erase(__x...) \ argument 318 #define __profcxx_map2umap_find(__x...) \ argument 324 #define __profcxx_map2umap_insert(__x...) argument 325 #define __profcxx_map2umap_erase(__x...) argument 326 #define __profcxx_map2umap_iterate(__x...) argument 328 #define __profcxx_map2umap_find(__x...) argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/profile/impl/ |
A D | profiler.h | 243 #define __profcxx_hash_func_destruct(__x...) argument 262 #define __profcxx_vector2list_insert(__x...) argument 301 #define __profcxx_list2slist_rewind(__x...) argument 310 #define __profcxx_map2umap_insert(__x...) \ argument 312 #define __profcxx_map2umap_erase(__x...) \ argument 318 #define __profcxx_map2umap_find(__x...) \ argument 324 #define __profcxx_map2umap_insert(__x...) argument 325 #define __profcxx_map2umap_erase(__x...) argument 326 #define __profcxx_map2umap_iterate(__x...) argument 328 #define __profcxx_map2umap_find(__x...) argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/ |
A D | tree.cc | 64 __x = __x->_M_right; in local_Rb_tree_increment() 66 __x = __x->_M_left; in local_Rb_tree_increment() 98 && __x->_M_parent->_M_parent == __x) in local_Rb_tree_decrement() 99 __x = __x->_M_right; in local_Rb_tree_decrement() 145 else if (__x == __x->_M_parent->_M_left) in local_Rb_tree_rotate_left() 249 if (__x == __x->_M_parent->_M_right) in _Rb_tree_insert_and_rebalance() 251 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 271 if (__x == __x->_M_parent->_M_left) in _Rb_tree_insert_and_rebalance() 273 __x = __x->_M_parent; in _Rb_tree_insert_and_rebalance() 366 while (__x != __root && (__x == 0 || __x->_M_color == _S_black)) in _Rb_tree_rebalance_for_erase() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/ |
A D | simd_scalar.h | 44 return __x; in decltype() 78 { return __x; } in _S_masked() 123 __x, __mem); 142 { return __x; } 180 { return !__x; } 557 { ++__x; } 561 { --__x; } 625 { return __x; } 637 { return __x; } 687 { return !__x; } [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_global/ |
A D | cmath | 81 abs(double __x) 87 abs(float __x) 99 abs(_Tp __x) 106 acos(float __x) 118 acos(_Tp __x) 125 asin(float __x) 137 asin(_Tp __x) 203 cos(float __x) 215 cos(_Tp __x) 241 exp(float __x) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | mathinline.h | 144 __NTH (__signbitf (float __x)) in __NTH() argument 197 __NTH (sqrt (double __x)) in __NTH() argument 205 __NTH (sqrtf (float __x)) in __NTH() argument 218 _Qp_sqrt (&__r, &__x); in __NTH() 226 return _Q_sqrt (__x); in sqrtl() 235 __ieee754_sqrt (double __x) in __ieee754_sqrt() argument 243 __ieee754_sqrtf (float __x) in __ieee754_sqrtf() argument 256 _Qp_sqrt(&__r, &__x); in __ieee754_sqrtl() 264 return _Q_sqrt (__x); in __ieee754_sqrtl() 278 return __x <= __y ? 0 : __x - __y; in __NTH() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | mathcalls.h | 67 __MATHCALLI (acos,, (_Mdouble_ __x)) 69 __MATHCALLI (asin,, (_Mdouble_ __x)) 71 __MATHCALLI (atan,, (_Mdouble_ __x)) 76 __MATHCALLI (cos,, (_Mdouble_ __x)) 78 __MATHCALLI (sin,, (_Mdouble_ __x)) 80 __MATHCALLI (tan,, (_Mdouble_ __x)) 85 __MATHCALLI (cosh,, (_Mdouble_ __x)) 87 __MATHCALLI (sinh,, (_Mdouble_ __x)) 89 __MATHCALLI (tanh,, (_Mdouble_ __x)) 113 __MATHCALLI (exp,, (_Mdouble_ __x)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_global/ |
A D | cmath | 87 acos(float __x) 99 acos(_Tp __x) 106 asin(float __x) 118 asin(_Tp __x) 184 cos(float __x) 196 cos(_Tp __x) 1856 __x = std::abs(__x); 1859 if (_Tp __a = __x < __y ? __y < __z ? __z : __y : __x < __z ? __z : __x) 1860 return __a * std::sqrt((__x / __a) * (__x / __a) 1906 ? (__b < __x ? __x : __b) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_global/ |
A D | cmath | 87 acos(float __x) 99 acos(_Tp __x) 106 asin(float __x) 118 asin(_Tp __x) 184 cos(float __x) 196 cos(_Tp __x) 1856 __x = std::abs(__x); 1859 if (_Tp __a = __x < __y ? __y < __z ? __z : __y : __x < __z ? __z : __x) 1860 return __a * std::sqrt((__x / __a) * (__x / __a) 1906 ? (__b < __x ? __x : __b) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_global/ |
A D | cmath | 87 acos(float __x) 99 acos(_Tp __x) 106 asin(float __x) 118 asin(_Tp __x) 184 cos(float __x) 196 cos(_Tp __x) 1856 __x = std::abs(__x); 1859 if (_Tp __a = __x < __y ? __y < __z ? __z : __y : __x < __z ? __z : __x) 1860 return __a * std::sqrt((__x / __a) * (__x / __a) 1906 ? (__b < __x ? __x : __b) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_global/ |
A D | cmath | 87 acos(float __x) 99 acos(_Tp __x) 106 asin(float __x) 118 asin(_Tp __x) 125 atan(float __x) 184 cos(float __x) 196 cos(_Tp __x) 222 exp(float __x) 1856 __x = std::abs(__x); 1859 if (_Tp __a = __x < __y ? __y < __z ? __z : __y : __x < __z ? __z : __x) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_global/ |
A D | cmath | 87 acos(float __x) 99 acos(_Tp __x) 106 asin(float __x) 118 asin(_Tp __x) 125 atan(float __x) 184 cos(float __x) 196 cos(_Tp __x) 222 exp(float __x) 1878 __x = std::abs(__x); 1881 if (_Tp __a = __x < __y ? __y < __z ? __z : __y : __x < __z ? __z : __x) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | std_abs.h | 61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY() 72 abs(double __x) in _GLIBCXX_VISIBILITY() 73 { return __builtin_fabs(__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() 99 abs(__GLIBCXX_TYPE_INT_N_3 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY() 106 abs(__float128 __x) in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | std_abs.h | 61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY() 73 abs(double __x) in _GLIBCXX_VISIBILITY() 74 { return __builtin_fabs(__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() 100 abs(__GLIBCXX_TYPE_INT_N_3 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY() 107 abs(__float128 __x) in _GLIBCXX_VISIBILITY() [all …]
|