Searched refs:_u128_and_64 (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | ldtox_engine.c | 100 if (_u128_and_64(_u128_rshift(fi, LSIGN_SHIFT), 1)) in __ldtox_engine() 103 exp = _u128_and_64(_u128_rshift(fi, LEXP_SHIFT), LEXP_MASK); 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() 161 int dig = _u128_and_64(s, 0xf); in __ldtox_engine()
|
D | stdio_private.h | 296 #define _u128_and_64(a,b) ((uint64_t) (a) & (b)) macro 501 _u128_and_64(_u128 a, uint64_t b) in _u128_and_64() function
|
D | conv_flt.c | 174 #define UF_AND_64(a,b) _u128_and_64(a,b)
|