Searched refs:dtoa_result (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c35 char *dtoa_result; variable
56 dtoa_result =
62 dtoa_result =
103 if (s == dtoa_result)
104 dtoa_result = 0;
H A Ddtoa.c148 if (dtoa_result) {
149 freedtoa(dtoa_result);
150 dtoa_result = 0;
H A Dgdtoa.c168 if (dtoa_result) {
169 freedtoa(dtoa_result);
170 dtoa_result = 0;
H A Dgdtoaimp.h538 #define dtoa_result __dtoa_result_D2A macro
570 extern char *dtoa_result;

Completed in 337 milliseconds