Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dldtox_engine.c124 _u128 mask = _u128_not(_u128_minus_64(_u128_lshift(half, 1), 1)); in __ldtox_engine()
127 …if (_u128_gt(_u128_and(s, _u128_not(mask)), half) || _u128_and_64(_u128_rshift(s, bits), 1) != 0) { in __ldtox_engine()
Dstdio_private.h304 #define _u128_not(a) (~(a)) macro
527 _u128_not(_u128 a) in _u128_not() function
Dconv_flt.c176 #define UF_NOT(a) _u128_not(a)