HomeSort by: relevance | last modified time | path
    Searched defs:UDWtype (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/
longlong.h 33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
1069 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v))
  /src/external/gpl3/binutils.old/dist/include/
longlong.h 33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
1069 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v))
  /src/external/gpl3/gcc/dist/include/
longlong.h 33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
1069 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v))
  /src/external/gpl3/gcc.old/dist/include/
longlong.h 33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
1057 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v))
  /src/external/gpl3/gdb.old/dist/include/
longlong.h 33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
1069 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v))
  /src/external/gpl3/gdb/dist/include/
longlong.h 33 UDWtype -- An unsigned type, at least twice as large a UWtype
52 #define UDWtype UDItype
69 UDWtype product. This is just a variant of umul_ppmm.
72 denominator) divides a UDWtype, composed by the UWtype integers
1069 #define __umulsidi3(u,v) ((UDWtype)(UWtype)(u) * (UWtype)(v))
  /src/external/gpl3/gcc/dist/gcc/
wide-int.cc 47 typedef unsigned int UDWtype __attribute__ ((mode (DI)));
49 typedef unsigned int UDWtype __attribute__ ((mode (TI)));
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.cc 47 typedef unsigned int UDWtype __attribute__ ((mode (DI)));
49 typedef unsigned int UDWtype __attribute__ ((mode (TI)));
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 210 #define UDWtype UTItype
226 #define UDWtype UDItype
241 #define UDWtype USItype
256 #define UDWtype UHItype
390 extern UDWtype __udivdi3 (UDWtype, UDWtype);
391 extern UDWtype __umoddi3 (UDWtype, UDWtype);
    [all...]
libgcc2.c 285 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
286 * (UDWtype) (UWtype) vv.s.low};
287 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
288 * (UDWtype) (UWtype) vv.s.high};
308 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
309 * (UDWtype) (UWtype) vv.s.low};
310 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high
311 * (UDWtype) (UWtype) vv.s.low};
333 const DWtype w = (UDWtype) (UWtype) uu.s.low
334 * (UDWtype) (UWtype) vv.s.low
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 197 #define UDWtype UTItype
213 #define UDWtype UDItype
228 #define UDWtype USItype
243 #define UDWtype UHItype
377 extern UDWtype __udivdi3 (UDWtype, UDWtype);
378 extern UDWtype __umoddi3 (UDWtype, UDWtype);
    [all...]
libgcc2.c 285 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
286 * (UDWtype) (UWtype) vv.s.low};
287 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
288 * (UDWtype) (UWtype) vv.s.high};
308 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
309 * (UDWtype) (UWtype) vv.s.low};
310 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high
311 * (UDWtype) (UWtype) vv.s.low};
333 const DWtype w = (UDWtype) (UWtype) uu.s.low
334 * (UDWtype) (UWtype) vv.s.low
    [all...]

Completed in 49 milliseconds