Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Ddtoa.h76 # define __lfloat_d_engine __ldtoa_engine
122 __ldtoa_engine(long double x, struct dtoa *dtoa, int max_digits, bool fmode, int max_decimals);
Decvtl_r.c73 ngot = __ldtoa_engine(invalue, &dtoa, ndigit, false, 0); in ecvtl_r()
Dfcvtl_r.c73 ndigit = __ldtoa_engine(invalue, &dtoa, LDTOA_MAX_DIG, true, ndecimal); in fcvtl_r()
Dldtoa_engine.c53 __ldtoa_engine(long double x, struct dtoa *dtoa, int max_digits, bool fmode, int max_decimals) in __ldtoa_engine() function