Home
last modified time | relevance | path

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

12345678910>>...44

/dports/math/mpir/mpir-3.0.0/mpn/x86_64/
H A Dlonglong_inc.h28 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
29 "%1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
33 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
34 "1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
38 : "%0" ((UDItype)(u)), "rm" ((UDItype)(v)))
42 : "0" ((UDItype)(n0)), "1" ((UDItype)(n1)), "rm" ((UDItype)(dx)))
46 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
47 "1" ((UDItype)(am)), "rme" ((UDItype)(bm)), \
48 "2" ((UDItype)(al)), "rme" ((UDItype)(bl)))
52 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u)
126 __floatundidf (UDItype u)
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1))
163 __floatundisf (UDItype u)
170 if (u >= ((UDItype) 1 << 53))
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1))
196 UDItype v = (USItype) b;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/config/rs6000/
H A Dppc64-fp.c37 extern TFtype __floatunditf (UDItype);
39 extern DFtype __floatundidf (UDItype);
41 extern SFtype __floatundisf (UDItype);
102 __floatunditf (UDItype u) in __floatunditf()
126 __floatundidf (UDItype u) in __floatundidf()
148 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
163 __floatundisf (UDItype u) in __floatundisf()
170 if (u >= ((UDItype) 1 << 53)) in __floatundisf()
172 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatundisf()
196 UDItype v = (USItype) b; in __fixunstfdi()
[all …]
/dports/math/mpir/mpir-3.0.0/mpn/x86_64w/
H A Dlonglong_inc.h28 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
29 "%1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
33 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
34 "1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
38 : "%0" ((UDItype)(u)), "rm" ((UDItype)(v)))
42 : "0" ((UDItype)(n0)), "1" ((UDItype)(n1)), "rm" ((UDItype)(dx)))
46 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
47 "1" ((UDItype)(am)), "rme" ((UDItype)(bm)), \
48 "2" ((UDItype)(al)), "rme" ((UDItype)(bl)))
52 : "0" ((UDItype)(ah)), "rme" ((UDItype)(bh)), \
[all …]
/dports/misc/gnuls/coreutils-8.30/src/
H A Dlonglong.h1013 "%1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
1018 "1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
1023 : "%d" ((UDItype)(u)), "rm" ((UDItype)(v)))
1028 : "%0" ((UDItype)(u)), "rm" ((UDItype)(v)))
1033 : "0" ((UDItype)(n0)), "1" ((UDItype)(n1)), "rm" ((UDItype)(dx)))
1225 UDItype __ll = (UDItype)(u) * (v); \
1255 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1261 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1362 UDItype __ll = (UDItype)(u) * (v); \
1401 "%r" ((UDItype)(al)), "rI" ((UDItype)(bl))); \
[all …]
/dports/math/gmp/gmp-6.2.1/
H A Dlonglong.h1052 "1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
1059 : "%d" ((UDItype)(u)), "rm" ((UDItype)(v)))
1064 : "%0" ((UDItype)(u)), "rm" ((UDItype)(v)))
1069 : "0" ((UDItype)(n0)), "1" ((UDItype)(n1)), "rm" ((UDItype)(dx)))
1284 UDItype __ll = (UDItype)(u) * (v); \
1322 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1328 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1437 UDItype __ll = (UDItype)(u) * (v); \
1476 "%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \
1482 "%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/
H A Dlonglong.h1052 "1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
1059 : "%d" ((UDItype)(u)), "rm" ((UDItype)(v)))
1064 : "%0" ((UDItype)(u)), "rm" ((UDItype)(v)))
1069 : "0" ((UDItype)(n0)), "1" ((UDItype)(n1)), "rm" ((UDItype)(dx)))
1284 UDItype __ll = (UDItype)(u) * (v); \
1322 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1328 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1437 UDItype __ll = (UDItype)(u) * (v); \
1476 "%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \
1482 "%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \
[all …]
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dlonglong.h1040 "1" ((UDItype)(al)), "rme" ((UDItype)(bl)))
1047 : "%d" ((UDItype)(u)), "rm" ((UDItype)(v)))
1052 : "%0" ((UDItype)(u)), "rm" ((UDItype)(v)))
1057 : "0" ((UDItype)(n0)), "1" ((UDItype)(n1)), "rm" ((UDItype)(dx)))
1272 UDItype __ll = (UDItype)(u) * (v); \
1310 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1316 : "d" ((UDItype)(u)), "d" ((UDItype)(v)))
1425 UDItype __ll = (UDItype)(u) * (v); \
1464 "%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \
1470 "%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/rs6000/
H A Dppc64-fp.c97 dh *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatditf()
109 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatdidf()
126 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
129 u |= ((UDItype) 1 << ((sizeof (DItype) * 8) - 53)); in __floatdisf()
134 f *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatdisf()
147 const TFtype b = (a / (((UDItype) 1) << (sizeof (SItype) * 8))); in __fixunstfdi()
150 UDItype v = (USItype) b; in __fixunstfdi()
172 hi = a / (((UDItype) 1) << (sizeof (SItype) * 8)); in local_fixunsdfdi()
174 return ((UDItype) hi << (sizeof (SItype) * 8)) | lo; in local_fixunsdfdi()
186 hi = a / (((UDItype) 1) << (sizeof (SItype) * 8)); in local_fixunssfdi()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/rs6000/
H A Dppc64-fp.c98 dh *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatditf()
110 d *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatdidf()
127 if ((UDItype) u & (((UDItype) 1 << ((sizeof (DItype) * 8) - 53)) - 1)) in __floatdisf()
130 u |= ((UDItype) 1 << ((sizeof (DItype) * 8) - 53)); in __floatdisf()
135 f *= 2.0 * (((UDItype) 1) << ((sizeof (SItype) * 8) - 1)); in __floatdisf()
148 const TFtype b = (a / (((UDItype) 1) << (sizeof (SItype) * 8))); in __fixunstfdi()
151 UDItype v = (USItype) b; in __fixunstfdi()
173 hi = a / (((UDItype) 1) << (sizeof (SItype) * 8)); in local_fixunsdfdi()
175 return ((UDItype) hi << (sizeof (SItype) * 8)) | lo; in local_fixunsdfdi()
187 hi = a / (((UDItype) 1) << (sizeof (SItype) * 8)); in local_fixunssfdi()
[all …]

12345678910>>...44