Searched refs:UDItype (Results 1 – 7 of 7) sorted by relevance
/linux/arch/sparc/math-emu/ |
A D | sfp-util_64.h | 23 : "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)(u)), \ [all …]
|
/linux/lib/mpi/ |
A D | longlong.h | 163 do { UDItype __r; \ 167 extern UDItype __udiv_qrnnd(UDItype *, UDItype, UDItype, UDItype); 251 ({UDItype __w; \ 322 union {UDItype __ll; \ 354 union {UDItype __ll; \ 480 ({UDItype __w; \ 488 union {UDItype __ll; \ 501 union {UDItype __ll; \ 615 union {UDItype __ll; \ 644 UDItype __ll = (UDItype)(u) * (v); \ [all …]
|
A D | mpi-internal.h | 221 typedef unsigned int UDItype __attribute__ ((mode(DI))); typedef
|
/linux/arch/alpha/math-emu/ |
A D | sfp-util.h | 16 : "=r" ((UDItype)(wh)), \ 17 "=&r" ((UDItype)(wl)) \ 18 : "r" ((UDItype)(u)), \ 19 "r" ((UDItype)(v)))
|
/linux/arch/h8300/lib/ |
A D | libgcc.h | 55 #define UDWtype UDItype 65 typedef unsigned int UDItype __attribute__ ((mode (DI))); typedef
|
/linux/include/math-emu/ |
A D | soft-fp.h | 196 typedef unsigned int UDItype __attribute__((mode(DI))); typedef
|
A D | op-2.h | 348 union { double d; UDItype i; } _l240, _m240, _n240, _o240, \ 350 UDItype _t240, _u240, _v240, _w240, _x240, _y240 = 0; \
|
Completed in 15 milliseconds