Home
last modified time | relevance | path

Searched refs:QUAD_BITS (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libc/port/fp/
H A Dashldi3.c51 aa.ul[H] = shift >= QUAD_BITS ? 0 : in ___ashldi3()
H A Dlshrdi3.c50 aa.ul[L] = shift >= QUAD_BITS ? 0 : in ___lshrdi3()
H A Dashrdi3.c60 aa.ul[L] = shift >= QUAD_BITS ? s : in ___ashrdi3()
H A Dquadint.h102 #define QUAD_BITS (sizeof (u_longlong_t) * CHAR_BIT) macro