Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/gdtoa/
HDstrtodg.c136 if ((*x++ & ALL_ON) != ALL_ON)
139 return ((*x | (ALL_ON << n)) & ALL_ON) == ALL_ON;
165 *x++ = ALL_ON;
788 if (rvb->x[i] & ALL_ON)
HDgmisc.c53 *x1++ = (y | (*x << n)) & ALL_ON;
HDgdtoaimp.h469 #define ALL_ON 0xffffffff macro
474 #define ALL_ON 0xffff macro
HDgdtoa.c59 *x++ = *bits & ALL_ON;
61 *x++ = (*bits >> 16) & ALL_ON;
HDgethex.c195 b->x[j] = ALL_ON;