Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dstrtodg.c138 *x1++ = (y | (*x << n)) & ALL_ON; in rshift()
251 if ((*x++ & ALL_ON) != ALL_ON) in all_on()
254 return ((*x | (ALL_ON << n)) & ALL_ON) == ALL_ON; in all_on()
278 *x++ = ALL_ON; in set_ones()
920 if (rvb->_x[i] & ALL_ON) in _strtodg_l()
Dmprec.h305 #define ALL_ON 0xffffffff macro
310 #define ALL_ON 0xffff macro
Dgdtoa-gethex.c86 *x1++ = (y | (*x << n)) & ALL_ON; in rshift()