Home
last modified time | relevance | path

Searched refs:_u128_eq (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dldtox_engine.c151 if (!_u128_eq(fi, LSIG_MSB_INF)) in __ldtox_engine()
Dstdio_private.h299 #define _u128_eq(a,b) ((a) == (b)) macro
345 _u128_eq(_u128 a, _u128 b) in _u128_eq() function