INT_BITS
if (shift >= INT_BITS) {
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
(aa.ul[L] >> (INT_BITS - shift));
if (shift >= INT_BITS) {
s = (aa.sl[H] >> (INT_BITS - 1)) >> 1;
aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
(aa.ul[H] << (INT_BITS - shift));
#define ONE_FOURTH ((int)1 << (INT_BITS - 2))
#define ONE_FOURTH ((int)1 << (INT_BITS - 2))
d = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0);
f = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0);
d = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0);
if (shift >= INT_BITS) {
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
(aa.ul[L] >> (INT_BITS - shift));
if (shift >= INT_BITS) {
aa.ul[L] = aa.ul[H] >> (shift - INT_BITS);
(aa.ul[H] << (INT_BITS - shift));
if (shift >= INT_BITS) {
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
(aa.ul[L] >> (INT_BITS - shift));
if (shift >= INT_BITS) {
s = (aa.sl[H] >> (INT_BITS - 1)) >> 1;
aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
(aa.ul[H] << (INT_BITS - shift));
if (shift >= INT_BITS) {
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
(aa.ul[L] >> (INT_BITS - shift));
if (shift >= INT_BITS) {
aa.ul[L] = aa.ul[H] >> (shift - INT_BITS);
(aa.ul[H] << (INT_BITS - shift));