Searched refs:SET_SHORT_SIZE (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/legacy/gcc/libchill/
H A Dcopyps.c81 else if (sbl <= SET_SHORT_SIZE)
90 else if (dbl <= SET_SHORT_SIZE)
99 else if (dbl <= SET_SHORT_SIZE)
109 else if (dbl <= SET_SHORT_SIZE)
H A Dinps.c67 else if (bitlength <= SET_SHORT_SIZE)
H A Dleps.c63 else if (bitlength <= SET_SHORT_SIZE)
H A Dpowerset.h50 #define SET_SHORT_SIZE (sizeof (char) * sizeof (SET_SHORT)) macro
67 #define GET_BIT_IN_SHORT(w,b) (((w) >> (SET_SHORT_SIZE - 1 - (b))) & 1)
71 #define SET_BIT_IN_SHORT(w,b) ((w) |= 1 << ((SET_SHORT_SIZE) - 1 - (b)))
75 #define CLEAR_BIT_IN_SHORT(w,b) ((w) &= ~(1 << ((SET_SHORT_SIZE) - 1 - (b))))
80 { if (b) *(p) &= (~0) << (SET_SHORT_SIZE - (b)); }
H A Dcardps.c78 else if (bitlength <= SET_SHORT_SIZE)
H A Dinbitstr.c76 else if (bitlength <= SET_SHORT_SIZE)
H A Dltps.c66 else if (bitlength <= SET_SHORT_SIZE)
H A Dffsetps.c79 else if (bitlength <= SET_SHORT_SIZE)
85 for (bitno = 0; bitno < SET_SHORT_SIZE; bitno++)
H A Dflsetps.c78 else if (bitlength <= SET_SHORT_SIZE)
84 for (bitno = SET_SHORT_SIZE; bitno >= 1; bitno--)
H A Dandps.c67 else if (bitlength <= SET_SHORT_SIZE)
H A Ddiffps.c66 else if (bitlength <= SET_SHORT_SIZE)
H A Deqps.c65 else if (bitlength <= SET_SHORT_SIZE)
H A Dnotps.c74 else if (bitlength <= SET_SHORT_SIZE)
H A Dorps.c67 else if (bitlength <= SET_SHORT_SIZE)
H A Dsetbitps.c80 else if (bitlength <= SET_SHORT_SIZE)
H A Dsetbits.c76 else if (bitlength <= SET_SHORT_SIZE)
H A Dxorps.c67 else if (bitlength <= SET_SHORT_SIZE)
H A Dffsetclrps.c67 else if (bitlength <= SET_SHORT_SIZE)
H A Dflsetclrps.c68 else if (bitlength <= SET_SHORT_SIZE)

Completed in 51 milliseconds