Searched refs:__ldtoa_engine (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | dtoa.h | 76 # define __lfloat_d_engine __ldtoa_engine 122 __ldtoa_engine(long double x, struct dtoa *dtoa, int max_digits, bool fmode, int max_decimals);
|
D | ecvtl_r.c | 73 ngot = __ldtoa_engine(invalue, &dtoa, ndigit, false, 0); in ecvtl_r()
|
D | fcvtl_r.c | 73 ndigit = __ldtoa_engine(invalue, &dtoa, LDTOA_MAX_DIG, true, ndecimal); in fcvtl_r()
|
D | ldtoa_engine.c | 53 __ldtoa_engine(long double x, struct dtoa *dtoa, int max_digits, bool fmode, int max_decimals) in __ldtoa_engine() function
|