Home
last modified time | relevance | path

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

/freebsd-head/sys/libkern/
HDashrdi3.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()
HDlshrdi3.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()
HDashldi3.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()
HDquad.h82 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro
/freebsd-head/lib/libc/quad/
HDashrdi3.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()
HDlshrdi3.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()
HDashldi3.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()
HDlshldi3.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()
HDfloatunsdidf.c49 d = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0); in __floatunsdidf()
HDfloatdidf.c63 d = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0); in __floatdidf()
HDfloatdisf.c65 f = (double)u.ul[H] * ((1L << (LONG_BITS - 2)) * 4.0); in __floatdisf()
HDfixunsdfdi.c38 #define ONE_FOURTH (1L << (LONG_BITS - 2))
HDfixunssfdi.c38 #define ONE_FOURTH (1L << (LONG_BITS - 2))
HDquad.h78 #define LONG_BITS (sizeof(long) * CHAR_BIT) macro