| /src/external/gpl3/gdb/dist/sim/ppc/ |
| double.c | 36 #define UDItype uint64_t
|
| dp-bit.c | 83 #ifndef UDItype 84 typedef unsigned int UDItype __attribute__ ((mode (DI))); 128 typedef UDItype fractype; 729 UDItype nl = a->fraction.ll & 0xffffffff; 730 UDItype nh = a->fraction.ll >> 32; 731 UDItype ml = b->fraction.ll & 0xffffffff; 732 UDItype mh = b->fraction.ll >>32; 733 UDItype pp_ll = ml * nl; 734 UDItype pp_hl = mh * nl; 735 UDItype pp_lh = ml * nh [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| double.c | 36 #define UDItype uint64_t
|
| dp-bit.c | 83 #ifndef UDItype 84 typedef unsigned int UDItype __attribute__ ((mode (DI))); 128 typedef UDItype fractype; 729 UDItype nl = a->fraction.ll & 0xffffffff; 730 UDItype nh = a->fraction.ll >> 32; 731 UDItype ml = b->fraction.ll & 0xffffffff; 732 UDItype mh = b->fraction.ll >>32; 733 UDItype pp_ll = ml * nl; 734 UDItype pp_hl = mh * nl; 735 UDItype pp_lh = ml * nh [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
| lib2-gcn.h | 37 typedef unsigned int UDItype __attribute__ ((mode (DI))); 45 extern UDItype __udivdi3 (UDItype, UDItype); 46 extern UDItype __umoddi3 (UDItype, UDItype);
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 81 typedef unsigned int UDItype __attribute__ ((mode (DI))); 92 typedef UDItype UINT64; 152 #ifndef UDItype 153 #define UDItype UINT64 179 extern UDItype __bid_fixunsdddi (_Decimal64); 226 extern UDItype __bid_fixunssddi (_Decimal32); 246 extern UDItype __bid_fixunstddi (_Decimal128); 256 extern _Decimal64 __bid_floatunsdidd (UDItype); 257 extern _Decimal32 __bid_floatunsdisd (UDItype); 258 extern _Decimal128 __bid_floatunsditd (UDItype); [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 68 typedef unsigned int UDItype __attribute__ ((mode (DI))); 79 typedef UDItype UINT64; 134 #ifndef UDItype 135 #define UDItype UINT64 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); [all...] |
| /src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| soft-fp.h | 328 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| gmp-impl.h | 59 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
| /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| soft-fp.h | 332 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| gmp-impl.h | 51 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
| /src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| lib2-gcn.h | 33 typedef unsigned int UDItype __attribute__ ((mode (DI))); 119 extern UDItype __udivdi3 (UDItype, UDItype); 120 extern UDItype __umoddi3 (UDItype, UDItype); 121 extern UTItype __udivmoddi4 (UDItype, UDItype); 124 extern UDItype __divmodsi4 (SItype, SItype) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| dfp-bit.h | 223 #define INT_TYPE UDItype 560 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
| fp-bit.h | 113 typedef unsigned int UDItype __attribute__ ((mode (DI))); 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);
|
| libgcc2.h | 136 typedef unsigned int UDItype __attribute__ ((mode (DI))); 206 #define UWtype UDItype 208 #define UHWtype UDItype 226 #define UDWtype UDItype
|
| fixed-bit.h | 97 typedef unsigned int UDItype __attribute__ ((mode (DI))); 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...] |
| libgcc2.c | 2969 #define UDItype bogus_type
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| dfp-bit.h | 223 #define INT_TYPE UDItype 560 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
| fp-bit.h | 113 typedef unsigned int UDItype __attribute__ ((mode (DI))); 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);
|
| libgcc2.h | 133 typedef unsigned int UDItype __attribute__ ((mode (DI))); 193 #define UWtype UDItype 195 #define UHWtype UDItype 213 #define UDWtype UDItype
|
| fixed-bit.h | 97 typedef unsigned int UDItype __attribute__ ((mode (DI))); 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...] |
| libgcc2.c | 2225 #define UDItype bogus_type
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-gmp.h | 206 typedef unsigned int UDItype __attribute__ ((mode (DI))); 213 typedef unsigned long long int UDItype; 216 typedef unsigned long int UDItype;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int.cc | 45 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.cc | 45 typedef unsigned int UDItype __attribute__ ((mode (DI)));
|