Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dgdtoaimp.h192 #define dtoa_result __dtoa_result_D2A macro
199 extern char *dtoa_result;
Dgdtoa-dmisc.c39 char *dtoa_result; variable
60 dtoa_result =
66 dtoa_result =
107 if (s == dtoa_result)
108 dtoa_result = 0;
Dgdtoa-gdtoa.c174 if (dtoa_result) {
175 freedtoa(ptr, dtoa_result);
176 dtoa_result = 0;