Searched refs:varamount (Results 1 – 2 of 2) sorted by relevance
52 {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 …]
41 #define Sgl_rightshift(srcdst, varamount) \ argument42 Sall(srcdst) >>= varamount43 #define Sgl_leftshift(srcdst, varamount) \ argument44 Sall(srcdst) <<= varamount45 #define Sgl_rightshift_exponentmantissa(srcdst, varamount) \ argument47 (Sexponentmantissa(srcdst) >> varamount) | \
Completed in 8 milliseconds