Searched refs:__x2 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsort.h129 unsigned __sort4(_ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, _ForwardIterator __x4, argument
133 unsigned __r = std::__sort3<_AlgPolicy, _Compare>(__x1, __x2, __x3, __c);
137 if (__c(*__x3, *__x2)) {
138 _Ops::iter_swap(__x2, __x3);
140 if (__c(*__x2, *__x1)) {
141 _Ops::iter_swap(__x1, __x2);
152 _LIBCPP_HIDDEN unsigned __sort5(_ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, argument
161 unsigned __r = std::__sort4<_AlgPolicy, _Compare>(__x1, __x2, __x3, __x4, __c);
168 if (__c(*__x3, *__x2)) {
169 _Ops::iter_swap(__x2, __x
182 __sort5_wrap_policy( _ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, _ForwardIterator __x4, _ForwardIterator __x5, _Compare __c) argument
240 __sort3_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _Compare __c) argument
248 __sort3_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _Compare __c) argument
255 __sort4_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _Compare __c) argument
266 __sort4_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _Compare __c) argument
273 __sort5_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _RandomAccessIterator __x5, _Compare __c) argument
285 __sort5_maybe_branchless(_RandomAccessIterator __x1, _RandomAccessIterator __x2, _RandomAccessIterator __x3, _RandomAccessIterator __x4, _RandomAccessIterator __x5, _Compare __c) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_math.h305 float __x2 = (2 * __i) / __x * __x1 - __x0; local
307 __x1 = __x2;
554 float __x2 = (2 * __i) / __x * __x1 - __x0; local
556 __x1 = __x2;
861 double __x2 = (2 * __i) / __x * __x1 - __x0; local
863 __x1 = __x2;
1116 double __x2 = (2 * __i) / __x * __x1 - __x0; local
1118 __x1 = __x2;
/openbsd-current/gnu/gcc/gcc/
H A Dlonglong.h1267 UWtype __x0, __x1, __x2, __x3; \
1277 __x2 = (UWtype) __uh * __vl; \
1281 __x1 += __x2; /* but this indeed can */ \
1282 if (__x1 < __x2) /* did we get it? */ \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlonglong.h1204 UWtype __x0, __x1, __x2, __x3; \
1214 __x2 = (UWtype) __uh * __vl; \
1218 __x1 += __x2; /* but this indeed can */ \
1219 if (__x1 < __x2) /* did we get it? */ \

Completed in 124 milliseconds