Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:all_on

129 all_on(b, n) CONST Bigint *b; int n;
131 all_on(CONST Bigint *b, int n)
139 if ((*x++ & ALL_ON) != ALL_ON)
142 return ((*x | (ALL_ON << n)) & ALL_ON) == ALL_ON;
170 *x++ = ALL_ON;
814 if (rvb->x[i] & ALL_ON)
849 if (denorm && all_on(rvb, rvbits)) {