Home
last modified time | relevance | path

Searched refs:USItype (Results 1 – 2 of 2) sorted by relevance

/stdlib/
A Dlonglong.h50 #define UWtype USItype
51 #define UHWtype USItype
214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \
326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v))
329 extern UDItype __umulsidi3 (USItype, USItype);
387 USItype __tmp; \
795 USItype __q; \
850 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \
1519 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)
[all …]
A Dgmp-impl.h282 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
288 typedef unsigned long USItype; typedef

Completed in 42 milliseconds