Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Ddtoa.h53 #define DTOA_MAX_EXP 1024 macro
Ddtoa_engine.c97 expo -= (DTOA_MAX_EXP - 2); in __dtoa_engine()