Home
last modified time | relevance | path

Searched refs:LONG_BITS (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/libkern/
HDashrdi3.c50 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));
HDlshrdi3.c50 if (shift >= LONG_BITS) {
52 aa.ul[H] >> (shift - LONG_BITS);
56 (aa.ul[H] << (LONG_BITS - shift));
HDashldi3.c51 if (shift >= LONG_BITS) {
53 aa.ul[L] << (shift - LONG_BITS);
57 (aa.ul[L] >> (LONG_BITS - shift));
HDquad.h84 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro
/NextBSD/lib/libc/quad/
HDashrdi3.c53 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));
HDlshldi3.c54 if (shift >= LONG_BITS) {
56 aa.ul[L] << (shift - LONG_BITS);
60 (aa.ul[L] >> (LONG_BITS - shift));
HDashldi3.c54 if (shift >= LONG_BITS) {
56 aa.ul[L] << (shift - LONG_BITS);
60 (aa.ul[L] >> (LONG_BITS - shift));
HDlshrdi3.c53 if (shift >= LONG_BITS) {
55 aa.ul[H] >> (shift - LONG_BITS);
59 (aa.ul[H] << (LONG_BITS - shift));
HDfloatunsdidf.c54 d = (double)u.ul[H] * ((1 << (LONG_BITS - 2)) * 4.0);
HDfloatdisf.c70 f = (double)u.ul[H] * ((1 << (LONG_BITS - 2)) * 4.0);
HDfloatdidf.c68 d = (double)u.ul[H] * ((1 << (LONG_BITS - 2)) * 4.0);
HDfixunsdfdi.c42 #define ONE_FOURTH (1 << (LONG_BITS - 2))
HDfixunssfdi.c42 #define ONE_FOURTH (1 << (LONG_BITS - 2))
HDquad.h79 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro