Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dstrtodg.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)
Dgmisc.c53 *x1++ = (y | (*x << n)) & ALL_ON;
Dgdtoaimp.h466 #define ALL_ON 0xffffffff macro
471 #define ALL_ON 0xffff macro
Dgethex.c195 b->x[j] = ALL_ON;