Searched refs:UDItype (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/sparc/math-emu/
H A Dsfp-util_64.h23 : "r" ((UDItype)(ah)), \
24 "r" ((UDItype)(bh)), \
25 "r" ((UDItype)(al)), \
26 "r" ((UDItype)(bl)) \
37 : "r" ((UDItype)(ah)), \
38 "r" ((UDItype)(bh)), \
39 "r" ((UDItype)(al)), \
40 "r" ((UDItype)(bl)) \
45 UDItype tmp1, tmp2, tmp3, tmp4; \
71 : "r" ((UDItype)(
[all...]
/linux-master/arch/alpha/math-emu/
H A Dsfp-util.h16 : "=r" ((UDItype)(wh)), \
17 "=&r" ((UDItype)(wl)) \
18 : "r" ((UDItype)(u)), \
19 "r" ((UDItype)(v)))
/linux-master/lib/crypto/mpi/
H A Dlonglong.h32 * DItype, UDItype -- Signed and unsigned 64 bit types.
35 * on a 64 bit machine, UWtype should typically be UDItype.
156 UDItype __m0 = (m0), __m1 = (m1); \
163 do { UDItype __r; \
167 extern UDItype __udiv_qrnnd(UDItype *, UDItype, UDItype, UDItype);
233 ({union {UDItype __l
[all...]
H A Dmpi-internal.h221 typedef unsigned int UDItype __attribute__ ((mode(DI))); typedef
/linux-master/include/math-emu/
H A Dsoft-fp.h196 typedef unsigned int UDItype __attribute__((mode(DI))); typedef
H A Dop-2.h348 union { double d; UDItype i; } _l240, _m240, _n240, _o240, \
350 UDItype _t240, _u240, _v240, _w240, _x240, _y240 = 0; \

Completed in 168 milliseconds