Searched refs:UDWtype (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/visium/
H A Dlib2funcs.c64 UDWtype __t = (UDWtype)(u) * (UDWtype)(v); \
84 low_numerator, denominator) divides a UDWtype, composed by the UWtype
111 UDWtype
112 __udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp)
249 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0);
272 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)
[all...]
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dbpabi-lib.h41 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs")));
45 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs")));
50 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs")));
54 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
/haiku-buildtools/gcc/libgcc/
H A Dlibgcc2.h187 #define UDWtype UTItype macro
203 #define UDWtype UDItype macro
218 #define UDWtype USItype macro
233 #define UDWtype UHItype macro
366 extern UDWtype __udivdi3 (UDWtype, UDWtype);
367 extern UDWtype __umoddi3 (UDWtype, UDWtype);
[all...]
H A Dlibgcc2.c105 const DWtype w = (UDWtype) a + (UDWtype) b;
145 const DWtype w = (UDWtype) a - (UDWtype) b;
213 const DWtype w = -(UDWtype) a;
273 w = -(UDWtype) a;
305 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
306 * (UDWtype) (UWtype) vv.s.low};
307 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
308 * (UDWtype) (UWtyp
2069 #undef UDWtype macro
[all...]
/haiku-buildtools/gcc/gmp/
H A Dlonglong.h23 UDWtype -- An unsigned type, at least twice as large a UWtype
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
1808 UDWtype __ll = __umulsidi3 (m0, m1); \
1818 ((UDWtype) __hi << W_TYPE_SIZE) | __lo; })
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-longlong.h23 UDWtype -- An unsigned type, at least twice as large a UWtype
62 UDWtype product. This is just a variant of umul_ppmm.
65 denominator) divides a UDWtype, composed by the UWtype integers
1655 UDWtype __ll = __umulsidi3 (m0, m1); \
1665 ((UDWtype) __hi << W_TYPE_SIZE) | __lo; })
/haiku-buildtools/gcc/gcc/
H A Dwide-int.cc57 typedef unsigned int UDWtype __attribute__ ((mode (DI))); typedef
59 typedef unsigned int UDWtype __attribute__ ((mode (TI))); typedef
/haiku-buildtools/gcc/include/
H A Dlonglong.h33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype macro
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
/haiku-buildtools/binutils/include/
H A Dlonglong.h33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype macro
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S893 ! divides a UDWtype, composed by the UWtype integers,HIGH_NUMERATOR (from $r4)

Completed in 83 milliseconds