Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dconv_flt.c167 #define UF_PLUS_DIGIT(a,b) _u128_plus_64(a,b) macro
187 #define UF_PLUS_DIGIT(a,b) ((a) + (b)) macro
338 uint = UF_PLUS_DIGIT(UF_TIMES_BASE(uint, base), c); in conv_flt()
469 uint = UF_PLUS_DIGIT(uint, 4); in conv_flt()
537 uint = UF_PLUS_DIGIT(uint, (overflow + 1) >> 2); in conv_flt()