Home
last modified time | relevance | path

Searched refs:varamount (Results 1 – 2 of 2) sorted by relevance

/linux/arch/parisc/math-emu/
H A Ddbl_float.h52 {if((varamount) >= 32) { \
56 else if(varamount > 0) { \
58 (varamount), Dallp2(srcdstB)); \
59 Dallp1(srcdstA) >>= varamount; \
63 {if((varamount) >= 32) { \
67 else if(varamount > 0) { \
69 (varamount), Dallp2(srcdstB)); \
75 {if((varamount) >= 32) { \
80 if ((varamount) > 0) { \
82 (Dallp2(srcdstB) >> (32-(varamount))); \
[all …]
H A Dsgl_float.h41 #define Sgl_rightshift(srcdst, varamount) \ argument
42 Sall(srcdst) >>= varamount
43 #define Sgl_leftshift(srcdst, varamount) \ argument
44 Sall(srcdst) <<= varamount
45 #define Sgl_rightshift_exponentmantissa(srcdst, varamount) \ argument
47 (Sexponentmantissa(srcdst) >> varamount) | \