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

/netbsd-current/external/gpl3/gcc/dist/libgcc/config/msp430/
H A Dlib2mul.c60 USItype __x0, __x1, __x2, __x3; local
68 __x2 = (USItype) __uh * __vl;
71 __x1 += __x2;
72 if (__x1 < __x2)
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsparc64.h146 UWtype __x0, __x2; \
155 __x2 = (UWtype) __uh * __vl; \
157 (w1) = (__x2 + (__x0 >> W_TYPE_SIZE/2)) >> W_TYPE_SIZE/2; \
158 (w0) = (__x2 << W_TYPE_SIZE/2) + __x0; \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h196 const simd<float, _Abi> __x2 = __x * __x; local
199 __y = __y * __x2 - 0x1.6c1p-10f; // -1/6!
200 __y = __y * __x2 + 0x1.555556p-5f; // 1/4!
201 return __y * (__x2 * __x2) - .5f * __x2 + 1.f;
208 const simd<double, _Abi> __x2 = __x * __x; local
211 __y = __y * __x2 - 0x1.9394000000000p-37; // -1/14!
212 __y = __y * __x2 + 0x1.1EED8C0000000p-29; // 1/12!
213 __y = __y * __x2
226 const simd<float, _Abi> __x2 = __x * __x; local
240 const simd<double, _Abi> __x2 = __x * __x; local
[all...]
H A Dsimd_x86.h1687 auto __x2
1689 __x2 &= char(0xfc);
1691 __to_intrin(__mask), __to_intrin(__x), __to_intrin(__x2)));
1708 auto __x2
1710 __x2 &= char(0xfc);
1711 __x = __vector_bitcast<_SChar>(__mask) < 0 ? __x2 : __x;
1964 auto __x2 = __vector_bitcast<_Up>(
1967 __to_intrin(__mask), __to_intrin(__x128), __to_intrin(__x2)));
2026 auto __x2 = __vector_bitcast<_Up>(
2028 __x = __mask > 0x7f ? __x2
[all...]
H A Dsimd_fixed_size.h1415 const auto& __x2 = __call_with_n_evaluations<
1456 return reduce(__x2, __binary_op);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_math.h293 float __x2 = (2 * __i) / __x * __x1 - __x0; local
295 __x1 = __x2;
530 float __x2 = (2 * __i) / __x * __x1 - __x0; local
532 __x1 = __x2;
834 double __x2 = (2 * __i) / __x * __x1 - __x0; local
836 __x1 = __x2;
1077 double __x2 = (2 * __i) / __x * __x1 - __x0; local
1079 __x1 = __x2;
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h1082 UWtype __x0, __x1, __x2, __x3; \
1092 __x2 = __muluw3 (__uh, __vl); \
1096 __x1 += __x2; /* but this indeed can */ \
1097 if (__x1 < __x2) /* did we get it? */ \
1650 UWtype __x0, __x1, __x2, __x3; \
1660 __x2 = (UWtype) __uh * __vl; \
1664 __x1 += __x2; /* but this indeed can */ \
1665 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlonglong.h1082 UWtype __x0, __x1, __x2, __x3; \
1092 __x2 = __muluw3 (__uh, __vl); \
1096 __x1 += __x2; /* but this indeed can */ \
1097 if (__x1 < __x2) /* did we get it? */ \
1650 UWtype __x0, __x1, __x2, __x3; \
1660 __x2 = (UWtype) __uh * __vl; \
1664 __x1 += __x2; /* but this indeed can */ \
1665 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h1082 UWtype __x0, __x1, __x2, __x3; \
1092 __x2 = __muluw3 (__uh, __vl); \
1096 __x1 += __x2; /* but this indeed can */ \
1097 if (__x1 < __x2) /* did we get it? */ \
1650 UWtype __x0, __x1, __x2, __x3; \
1660 __x2 = (UWtype) __uh * __vl; \
1664 __x1 += __x2; /* but this indeed can */ \
1665 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlonglong.h1082 UWtype __x0, __x1, __x2, __x3; \
1092 __x2 = __muluw3 (__uh, __vl); \
1096 __x1 += __x2; /* but this indeed can */ \
1097 if (__x1 < __x2) /* did we get it? */ \
1650 UWtype __x0, __x1, __x2, __x3; \
1660 __x2 = (UWtype) __uh * __vl; \
1664 __x1 += __x2; /* but this indeed can */ \
1665 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlonglong.h1082 UWtype __x0, __x1, __x2, __x3; \
1092 __x2 = __muluw3 (__uh, __vl); \
1096 __x1 += __x2; /* but this indeed can */ \
1097 if (__x1 < __x2) /* did we get it? */ \
1650 UWtype __x0, __x1, __x2, __x3; \
1660 __x2 = (UWtype) __uh * __vl; \
1664 __x1 += __x2; /* but this indeed can */ \
1665 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlonglong.h1082 UWtype __x0, __x1, __x2, __x3; \
1092 __x2 = __muluw3 (__uh, __vl); \
1096 __x1 += __x2; /* but this indeed can */ \
1097 if (__x1 < __x2) /* did we get it? */ \
1650 UWtype __x0, __x1, __x2, __x3; \
1660 __x2 = (UWtype) __uh * __vl; \
1664 __x1 += __x2; /* but this indeed can */ \
1665 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/lgpl3/gmp/dist/
H A Dlonglong.h2094 expressions), gcc recognises __x1 and __x2 are the same and generates 3
2104 UWtype __x0, __x1, __x2, __x3; \
2115 __x2 = (UWtype) __uh * __vl; \
2119 __x1 += __x2; /* but this indeed can */ \
2120 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-longlong.h2106 expressions), gcc recognises __x1 and __x2 are the same and generates 3
2116 UWtype __x0, __x1, __x2, __x3; \
2127 __x2 = (UWtype) __uh * __vl; \
2131 __x1 += __x2; /* but this indeed can */ \
2132 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c149 mp_limb_t __x0, __x1, __x2, __x3; \
160 __x2 = (mp_limb_t) __uh * __vl; \
164 __x1 += __x2; /* but this indeed can */ \
165 if (__x1 < __x2) /* did we get it? */ \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S1260 ! { USItype __x0, __x1, __x2, __x3;
1268 ! __x2 = (USItype) __uh * __vl;
1271 ! __x1 += __x2;
1272 ! if (__x1 < __x2)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S1260 ! { USItype __x0, __x1, __x2, __x3;
1268 ! __x2 = (USItype) __uh * __vl;
1271 ! __x1 += __x2;
1272 ! if (__x1 < __x2)

Completed in 185 milliseconds