HomeSort by relevance Sort by last modified time
    Searched refs:__dtoa (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdio/
vfprintf.c 762 /* kludge for __dtoa irregularity */
792 /* __dtoa irregularity */
1225 extern char *__dtoa(double, int, int, int *, int *, char **);
1252 digits = __dtoa(value, mode, ndigits, decpt, &dsgn, &rve);
1260 if (value == 0) /* kludge for __dtoa irregularity */
  /bionic/libc/stdlib/
strtod.c 358 extern "C" char *__dtoa(double d, int mode, int ndigits,
2071 __dtoa function
    [all...]

Completed in 61 milliseconds