Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dldtox_engine.c139 if (_u128_ge(s, _u128_lshift(to_u128(1), __LDBL_MANT_DIG__))) { in __ldtox_engine()
Dstdio_private.h300 #define _u128_ge(a,b) ((a) >= (b)) macro
371 _u128_ge(_u128 a, _u128 b) in _u128_ge() function
Dconv_flt.c172 #define UF_GE(a,b) _u128_ge(a,b)