Searched refs:srcdstB (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/arch/hppa/spmath/ |
| D | dbl_float.h | 60 #define Dbl_rightshift(srcdstA, srcdstB, varamount) \ argument 62 Dallp2(srcdstB) = Dallp1(srcdstA) >> (varamount-32); \ 66 Variable_shift_double(Dallp1(srcdstA), Dallp2(srcdstB), \ 67 (varamount), Dallp2(srcdstB)); \ 71 #define Dbl_rightshift_exponentmantissa(srcdstA, srcdstB, varamount) \ argument 73 Dallp2(srcdstB) = Dexponentmantissap1(srcdstA) >> ((varamount)-32); \ 77 Variable_shift_double(Dexponentmantissap1(srcdstA), Dallp2(srcdstB), \ 78 (varamount), Dallp2(srcdstB)); \ 83 #define Dbl_leftshift(srcdstA, srcdstB, varamount) \ argument 85 Dallp1(srcdstA) = Dallp2(srcdstB) << (varamount-32); \ [all …]
|