Searched refs:LONG_BITS (Results 1 – 14 of 14) sorted by relevance
50 if (shift >= LONG_BITS) {60 s = (aa.sl[H] >> (LONG_BITS - 1)) >> 1;62 aa.sl[H] >> (shift - LONG_BITS);66 (aa.ul[H] << (LONG_BITS - shift));
50 if (shift >= LONG_BITS) {52 aa.ul[H] >> (shift - LONG_BITS);56 (aa.ul[H] << (LONG_BITS - shift));
51 if (shift >= LONG_BITS) {53 aa.ul[L] << (shift - LONG_BITS);57 (aa.ul[L] >> (LONG_BITS - shift));
84 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro
53 if (shift >= LONG_BITS) {63 s = (aa.sl[H] >> (LONG_BITS - 1)) >> 1;65 aa.sl[H] >> (shift - LONG_BITS);69 (aa.ul[H] << (LONG_BITS - shift));
54 if (shift >= LONG_BITS) {56 aa.ul[L] << (shift - LONG_BITS);60 (aa.ul[L] >> (LONG_BITS - shift));
53 if (shift >= LONG_BITS) {55 aa.ul[H] >> (shift - LONG_BITS);59 (aa.ul[H] << (LONG_BITS - shift));
54 d = (double)u.ul[H] * ((1 << (LONG_BITS - 2)) * 4.0);
70 f = (double)u.ul[H] * ((1 << (LONG_BITS - 2)) * 4.0);
68 d = (double)u.ul[H] * ((1 << (LONG_BITS - 2)) * 4.0);
42 #define ONE_FOURTH (1 << (LONG_BITS - 2))
79 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro