Searched refs:UDItype (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/sparc/math-emu/ |
D | sfp-util_64.h | 22 : "r" ((UDItype)(ah)), \ 23 "r" ((UDItype)(bh)), \ 24 "r" ((UDItype)(al)), \ 25 "r" ((UDItype)(bl)) \ 36 : "r" ((UDItype)(ah)), \ 37 "r" ((UDItype)(bh)), \ 38 "r" ((UDItype)(al)), \ 39 "r" ((UDItype)(bl)) \ 44 UDItype tmp1, tmp2, tmp3, tmp4; \ 70 : "r" ((UDItype)(u)), \ [all …]
|
/linux-4.4.14/arch/alpha/math-emu/ |
D | sfp-util.h | 15 : "=r" ((UDItype)(wh)), \ 16 "=&r" ((UDItype)(wl)) \ 17 : "r" ((UDItype)(u)), \ 18 "r" ((UDItype)(v)))
|
/linux-4.4.14/lib/mpi/ |
D | longlong.h | 156 UDItype __m0 = (m0), __m1 = (m1); \ 163 do { UDItype __r; \ 167 extern UDItype __udiv_qrnnd(UDItype *, UDItype, UDItype, UDItype); 233 ({union {UDItype __ll; \ 251 ({UDItype __w; \ 322 union {UDItype __ll; \ 354 union {UDItype __ll; \ 471 ({union {UDItype __ll; \ 480 ({UDItype __w; \ 488 union {UDItype __ll; \ [all …]
|
D | mpi-internal.h | 246 typedef unsigned int UDItype __attribute__ ((mode(DI))); typedef
|
/linux-4.4.14/arch/h8300/lib/ |
D | libgcc.h | 54 #define UDWtype UDItype 64 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
|
/linux-4.4.14/arch/blackfin/lib/ |
D | gcclib.h | 15 typedef unsigned int UDItype __attribute__ ((mode(DI))); typedef
|
/linux-4.4.14/include/math-emu/ |
D | soft-fp.h | 196 typedef unsigned int UDItype __attribute__((mode(DI))); typedef
|
D | op-2.h | 353 union { double d; UDItype i; } _l240, _m240, _n240, _o240, \ 355 UDItype _t240, _u240, _v240, _w240, _x240, _y240 = 0; \
|