Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dryu_divpow2.c55 assert(shiftedSum <= UINT32_MAX); in mulShift32()
Ddtoa_engine.c114 } while ((uint32_t)(fract >> 32) >= (UINT32_MAX / 5U)); in __dtoa_engine()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstdint.h198 #define UINT32_MAX (__UINT32_MAX__) macro
203 #define UINT32_MAX (4294967295UL) macro
207 #define UINT32_MAX (4294967295U) macro
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20157451 * libc/include/stdint.h (INT32_MIN, INT32_MAX, UINT32_MAX,