HomeSort by: relevance | last modified time | path
    Searched refs:ALL_ON (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gdtoa/
gmisc.c 55 *x1++ = (y | (*x << n)) & ALL_ON;
strtodg.c 129 all_on(b, n) CONST Bigint *b; int n; function
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))
    [all...]
gdtoaimp.h 488 #define ALL_ON 0xffffffff
493 #define ALL_ON 0xffff
gethex.c 179 b->x[j] = ALL_ON;
gdtoa.c 63 *x++ = *bits & ALL_ON;
65 *x++ = (*bits >> 16) & ALL_ON;

Completed in 15 milliseconds