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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gethex.c 57 static unsigned char *decimalpoint_cache; local
58 if (!(s0 = decimalpoint_cache)) {
60 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
61 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
62 s0 = decimalpoint_cache;
strtod.c 113 static char *decimalpoint_cache; local
115 if (!(s0 = decimalpoint_cache)) {
117 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
118 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
119 s0 = decimalpoint_cache;
strtodg.c 362 static char *decimalpoint_cache; local
364 if (!(s0 = decimalpoint_cache)) {
366 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
367 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
368 s0 = decimalpoint_cache;
  /ndk/sources/android/support/src/stdio/
strtod.c 3227 static unsigned char *decimalpoint_cache; local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1768 static unsigned char *decimalpoint_cache; variable
    [all...]

Completed in 108 milliseconds