Home
last modified time | relevance | path

Searched refs:ALL_ON (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgmisc.c53 *x1++ = (y | (*x << n)) & ALL_ON;
Dstrtodg.c138 if ((*x++ & ALL_ON) != ALL_ON)
141 return ((*x | (ALL_ON << n)) & ALL_ON) == ALL_ON;
169 *x++ = ALL_ON;
853 if (rvb->x[i] & ALL_ON)
Dgdtoaimp.h453 #define ALL_ON 0xffffffff macro
458 #define ALL_ON 0xffff macro
Dgdtoa.c61 *x++ = *bits & ALL_ON;
63 *x++ = (*bits >> 16) & ALL_ON;
Dgethex.c199 b->x[j] = ALL_ON;