Home
last modified time | relevance | path

Searched refs:UDItype (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
95 dh *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatditf()
96 dl = (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1)); in __floatditf()
102 __floatunditf (UDItype u) in __floatunditf()
107 dh *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatunditf()
108 dl = (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1)); in __floatunditf()
119 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatdidf()
120 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1)); in __floatdidf()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-fp.c37 extern DFtype __floatundidf (UDItype);
39 extern SFtype __floatundisf (UDItype);
84 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatdidf()
85 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1)); in __floatdidf()
91 __floatundidf (UDItype u) in __floatundidf()
96 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatundidf()
97 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1)); in __floatundidf()
113 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
115 u &= ~ (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1); in __floatdisf()
116 u |= ((UDItype) 1 << ((sizeof (DItype) * 8) - 53)); in __floatdisf()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-fp.c37 extern DFtype __floatundidf (UDItype);
39 extern SFtype __floatundisf (UDItype);
84 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatdidf()
85 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1)); in __floatdidf()
91 __floatundidf (UDItype u) in __floatundidf()
96 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatundidf()
97 d += (USItype) (u & ((((UDItype) 1) << (sizeof (SItype) * 8)) - 1)); in __floatundidf()
113 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
115 u &= ~ (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1); in __floatdisf()
116 u |= ((UDItype) 1 << ((sizeof (DItype) * 8) - 53)); in __floatdisf()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-longlong.h199 UDItype __m0 = (m0), __m1 = (m1); \
206 UDItype __m0 = (m0), __m1 = (m1); \
217 UDItype __m0 = (m0), __m1 = (m1); \
270 long __MPN(count_leading_zeros) (UDItype) __attribute__ ((const));
272 long __MPN(count_leading_zeros) (UDItype);
292 long __MPN(count_leading_zeros) (UDItype);
298 UDItype __m0 = (m0), __m1 = (m1); \
563 if (__builtin_constant_p (bl) && ~(UDItype)(bl) <= (UDItype)(bl)) \
566 : "rZ" ((UDItype)(ah)), "rZ" ((UDItype)(bh)), \
567 "%r" ((UDItype)(al)), "rI" (-(UDItype)(bl)) __CLOBBER_CC);\
[all …]
/netbsd-src/external/lgpl3/gmp/dist/
H A Dlonglong.h193 UDItype __m0 = (m0), __m1 = (m1); \
200 UDItype __m0 = (m0), __m1 = (m1); \
211 UDItype __m0 = (m0), __m1 = (m1); \
264 long __MPN(count_leading_zeros) (UDItype) __attribute__ ((const));
266 long __MPN(count_leading_zeros) (UDItype);
286 long __MPN(count_leading_zeros) (UDItype);
292 UDItype __m0 = (m0), __m1 = (m1); \
565 if (__builtin_constant_p (bl) && ~(UDItype)(bl) <= (UDItype)(bl)) \
568 : "rZ" ((UDItype)(ah)), "rZ" ((UDItype)(bh)), \
569 "%r" ((UDItype)(al)), "rI" (-(UDItype)(bl)) __CLOBBER_CC);\
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlonglong.h52 #define UDWtype UDItype
147 UDItype __m0 = (m0), __m1 = (m1); \
155 do { UDItype __r; \
159 extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
169 UDItype __xr = (X), __t, __a; \
177 UDItype __xr = (X), __t, __a; \
214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \
326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v))
329 extern UDItype __umulsidi3 (USItype, USItype);
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dlonglong.h52 #define UDWtype UDItype
147 UDItype __m0 = (m0), __m1 = (m1); \
155 do { UDItype __r; \
159 extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
169 UDItype __xr = (X), __t, __a; \
177 UDItype __xr = (X), __t, __a; \
214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \
326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v))
329 extern UDItype __umulsidi3 (USItype, USItype);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h52 #define UDWtype UDItype
147 UDItype __m0 = (m0), __m1 = (m1); \
155 do { UDItype __r; \
159 extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
169 UDItype __xr = (X), __t, __a; \
177 UDItype __xr = (X), __t, __a; \
214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \
326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v))
329 extern UDItype __umulsidi3 (USItype, USItype);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h52 #define UDWtype UDItype
147 UDItype __m0 = (m0), __m1 = (m1); \
155 do { UDItype __r; \
159 extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
169 UDItype __xr = (X), __t, __a; \
177 UDItype __xr = (X), __t, __a; \
214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \
326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v))
329 extern UDItype __umulsidi3 (USItype, USItype);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/
H A Davr-lib.h43 #define INT_C_TYPE UDItype
44 #define UINT_C_TYPE UDItype
56 #define FROM_INT_C_TYPE UDItype
58 #define FROM_UINT_C_TYPE UDItype
65 #define TO_INT_C_TYPE UDItype
67 #define TO_UINT_C_TYPE UDItype
79 #define UINT_C_TYPE UDItype
93 #define FROM_UINT_C_TYPE UDItype
102 #define TO_UINT_C_TYPE UDItype
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Davr-lib.h43 #define INT_C_TYPE UDItype
44 #define UINT_C_TYPE UDItype
56 #define FROM_INT_C_TYPE UDItype
58 #define FROM_UINT_C_TYPE UDItype
65 #define TO_INT_C_TYPE UDItype
67 #define TO_UINT_C_TYPE UDItype
79 #define UINT_C_TYPE UDItype
93 #define FROM_UINT_C_TYPE UDItype
102 #define TO_UINT_C_TYPE UDItype
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/gcn/
H A Dlib2-gcn.h37 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
45 extern UDItype __udivdi3 (UDItype, UDItype);
46 extern UDItype __umoddi3 (UDItype, UDItype);
H A Dlib2-bswapti2.c27 UDItype lo, hi, outlo, outhi; in __bswapti2()
28 lo = (UDItype) x; in __bswapti2()
29 hi = (UDItype) (x >> 64); in __bswapti2()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dfixed-bit.h97 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
204 #define DUINT_C_TYPE UDItype
221 #define DINT_C_TYPE UDItype
222 #define DUINT_C_TYPE UDItype
236 #define UINT_C_TYPE UDItype
253 #define INT_C_TYPE UDItype
254 #define UINT_C_TYPE UDItype
274 #define HUINT_C_TYPE UDItype
284 #define HINT_C_TYPE UDItype
285 #define HUINT_C_TYPE UDItype
[all …]
H A Dfp-bit.c829 UDItype answer = (UDItype)a->fraction.ll * (UDItype)b->fraction.ll;
843 UDItype pp_ll = (UDItype) ml * nl;
844 UDItype pp_hl = (UDItype) mh * nl;
845 UDItype pp_lh = (UDItype) ml * nh;
846 UDItype pp_hh = (UDItype) mh * nh;
847 UDItype res2 = 0;
848 UDItype res0 = 0;
849 UDItype ps_hh__ = pp_hl + pp_lh;
851 res2 += (UDItype)1 << BITS_PER_SI;
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
[all …]
H A Dfp-bit.h113 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
122 #define MAX_UDI_INT (~(UDItype)0)
174 typedef UDItype halffractype;
218 typedef UDItype fractype;
453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dfixed-bit.h97 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
204 #define DUINT_C_TYPE UDItype
221 #define DINT_C_TYPE UDItype
222 #define DUINT_C_TYPE UDItype
236 #define UINT_C_TYPE UDItype
253 #define INT_C_TYPE UDItype
254 #define UINT_C_TYPE UDItype
274 #define HUINT_C_TYPE UDItype
284 #define HINT_C_TYPE UDItype
285 #define HUINT_C_TYPE UDItype
[all …]
H A Dfp-bit.c829 UDItype answer = (UDItype)a->fraction.ll * (UDItype)b->fraction.ll;
843 UDItype pp_ll = (UDItype) ml * nl;
844 UDItype pp_hl = (UDItype) mh * nl;
845 UDItype pp_lh = (UDItype) ml * nh;
846 UDItype pp_hh = (UDItype) mh * nh;
847 UDItype res2 = 0;
848 UDItype res0 = 0;
849 UDItype ps_hh__ = pp_hl + pp_lh;
851 res2 += (UDItype)1 << BITS_PER_SI;
852 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
[all …]
H A Dfp-bit.h113 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
122 #define MAX_UDI_INT (~(UDItype)0)
174 typedef UDItype halffractype;
218 typedef UDItype fractype;
453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_gcc_intrinsics.h68 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
79 typedef UDItype UINT64;
134 #ifndef UDItype
135 #define UDItype UINT64 macro
161 extern UDItype __bid_fixunsdddi (_Decimal64);
208 extern UDItype __bid_fixunssddi (_Decimal32);
228 extern UDItype __bid_fixunstddi (_Decimal128);
238 extern _Decimal64 __bid_floatunsdidd (UDItype);
239 extern _Decimal32 __bid_floatunsdisd (UDItype);
240 extern _Decimal128 __bid_floatunsditd (UDItype);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_gcc_intrinsics.h68 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
79 typedef UDItype UINT64;
134 #ifndef UDItype
135 #define UDItype UINT64 macro
161 extern UDItype __bid_fixunsdddi (_Decimal64);
208 extern UDItype __bid_fixunssddi (_Decimal32);
228 extern UDItype __bid_fixunstddi (_Decimal128);
238 extern _Decimal64 __bid_floatunsdidd (UDItype);
239 extern _Decimal32 __bid_floatunsdisd (UDItype);
240 extern _Decimal128 __bid_floatunsditd (UDItype);
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Ddiv_qr_1n_pi1.c69 : "1" ((UDItype)(a1)), "rme" ((UDItype)(b1)), \
70 "%2" ((UDItype)(a0)), "rme" ((UDItype)(b0)))
129 : "1" ((UDItype)(a1)), "r" ((UDItype)(b1)), \
130 "%2" ((UDItype)(a0)), "r" ((UDItype)(b0)) __CLOBBER_CC)
H A Dmod_1_1.c68 : "1" ((UDItype)(a1)), "rme" ((UDItype)(b1)), \
69 "%2" ((UDItype)(a0)), "rme" ((UDItype)(b0)))
128 : "1" ((UDItype)(a1)), "r" ((UDItype)(b1)), \
129 "%2" ((UDItype)(a0)), "r" ((UDItype)(b0)) __CLOBBER_CC)
H A Ddiv_qr_1n_pi2.c67 : "0" ((UDItype)(s2)), \
68 "1" ((UDItype)(a1)), "rme" ((UDItype)(b1)), \
69 "%2" ((UDItype)(a0)), "rme" ((UDItype)(b0)))
H A Ddiv_qr_1u_pi2.c67 : "0" ((UDItype)(s2)), \
68 "1" ((UDItype)(a1)), "rme" ((UDItype)(b1)), \
69 "%2" ((UDItype)(a0)), "rme" ((UDItype)(b0)))

1234