Searched refs:srcdstB (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/hppa/spmath/ |
H A D | dbl_float.h | 88 #define Dbl_rightshift(srcdstA, srcdstB, varamount) \ argument 90 Dallp2(srcdstB) = Dallp1(srcdstA) >> (varamount-32); \ 94 Variable_shift_double(Dallp1(srcdstA), Dallp2(srcdstB), \ 95 (varamount), Dallp2(srcdstB)); \ 99 #define Dbl_rightshift_exponentmantissa(srcdstA, srcdstB, varamount) \ argument 101 Dallp2(srcdstB) = Dexponentmantissap1(srcdstA) >> ((varamount)-32); \ 105 Variable_shift_double(Dexponentmantissap1(srcdstA), Dallp2(srcdstB), \ 106 (varamount), Dallp2(srcdstB)); \ 111 #define Dbl_leftshift(srcdstA, srcdstB, varamount) \ argument 113 Dallp1(srcdstA) = Dallp2(srcdstB) << (varamount-32); \ [all …]
|