Searched refs:__x1 (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);
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);
171 if (__c(*__x2, *__x1)) {
172 _Ops::iter_swap(__x1, __x2);
183 _ForwardIterator __x1, _ForwardIterator __x2, _ForwardIterator __x3, _ForwardIterator __x4, _ForwardIterator __x5,
188 std::move(__x1), st
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.h303 float __x1 = j1f(__x); local
305 float __x2 = (2 * __i) / __x * __x1 - __x0;
306 __x0 = __x1;
307 __x1 = __x2;
310 return __x1;
552 float __x1 = y1f(__x); local
554 float __x2 = (2 * __i) / __x * __x1 - __x0;
555 __x0 = __x1;
556 __x1 = __x2;
559 return __x1;
859 double __x1 = j1(__x); local
1114 double __x1 = y1(__x); local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dlonglong.h1267 UWtype __x0, __x1, __x2, __x3; \
1276 __x1 = (UWtype) __ul * __vh; \
1280 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1281 __x1 += __x2; /* but this indeed can */ \
1282 if (__x1 < __x2) /* did we get it? */ \
1285 (w1) = __x3 + __ll_highpart (__x1); \
1286 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlonglong.h1204 UWtype __x0, __x1, __x2, __x3; \
1213 __x1 = (UWtype) __ul * __vh; \
1217 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1218 __x1 += __x2; /* but this indeed can */ \
1219 if (__x1 < __x2) /* did we get it? */ \
1222 (w1) = __x3 + __ll_highpart (__x1); \
1223 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \

Completed in 123 milliseconds