Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Dashrdi3.c48 if (shift >= LONG_BITS) { in __ashrdi3()
58 s = (aa.sl[H] >> (LONG_BITS - 1)) >> 1; in __ashrdi3()
60 aa.sl[H] >> (shift - LONG_BITS); in __ashrdi3()
64 (aa.ul[H] << (LONG_BITS - shift)); in __ashrdi3()
H A Dlshrdi3.c48 if (shift >= LONG_BITS) { in __lshrdi3()
50 aa.ul[H] >> (shift - LONG_BITS); in __lshrdi3()
54 (aa.ul[H] << (LONG_BITS - shift)); in __lshrdi3()
H A Dashldi3.c49 if (shift >= LONG_BITS) { in __ashldi3()
51 aa.ul[L] << (shift - LONG_BITS); in __ashldi3()
55 (aa.ul[L] >> (LONG_BITS - shift)); in __ashldi3()
H A Dquad.h82 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro
/freebsd/lib/libc/quad/
H A Dashrdi3.c47 if (shift >= LONG_BITS) { in __ashrdi3()
57 s = (aa.sl[H] >> (LONG_BITS - 1)) >> 1; in __ashrdi3()
59 aa.sl[H] >> (shift - LONG_BITS); in __ashrdi3()
63 (aa.ul[H] << (LONG_BITS - shift)); in __ashrdi3()
H A Dashldi3.c48 if (shift >= LONG_BITS) { in __ashldi3()
50 aa.ul[L] << (shift - LONG_BITS); in __ashldi3()
54 (aa.ul[L] >> (LONG_BITS - shift)); in __ashldi3()
H A Dlshldi3.c48 if (shift >= LONG_BITS) { in __lshldi3()
50 aa.ul[L] << (shift - LONG_BITS); in __lshldi3()
54 (aa.ul[L] >> (LONG_BITS - shift)); in __lshldi3()
H A Dlshrdi3.c47 if (shift >= LONG_BITS) { in __lshrdi3()
49 aa.ul[H] >> (shift - LONG_BITS); in __lshrdi3()
53 (aa.ul[H] << (LONG_BITS - shift)); in __lshrdi3()
H A Dfloatunsdidf.c49 d = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0); in __floatunsdidf()
H A Dfloatdidf.c63 d = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0); in __floatdidf()
H A Dfloatdisf.c65 f = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0); in __floatdisf()
H A Dfixunsdfdi.c38 #define ONE_FOURTH (1L << (LONG_BITS - 2))
H A Dfixunssfdi.c38 #define ONE_FOURTH (1L << (LONG_BITS - 2))
H A Dquad.h78 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro