Searched refs:UDWtype (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c314 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
315 * (UDWtype) (UWtype) vv.s.low};
316 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
317 * (UDWtype) (UWtype) vv.s.high};
337 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
338 * (UDWtype) (UWtype) vv.s.low};
339 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high
340 * (UDWtype) (UWtype) vv.s.low};
362 const DWtype w = (UDWtype) (UWtype) uu.s.low
363 * (UDWtype) (UWtyp
1952 #undef UDWtype macro
[all...]
H A Dlibgcc2.h207 #define UDWtype UTItype macro
218 #define UDWtype UDItype macro
228 #define UDWtype USItype macro
238 #define UDWtype UHItype macro
315 extern UDWtype __udivdi3 (UDWtype, UDWtype);
316 extern UDWtype __umoddi3 (UDWtype, UDWtype);
[all...]
H A Dlonglong.h24 UDWtype -- An unsigned type, at least twice as large a UWtype
43 #define UDWtype UDItype macro
55 UDWtype product. This is just a variant of umul_ppmm.
58 denominator) divides a UDWtype, composed by the UWtype integers

Completed in 82 milliseconds