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

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1768 static unsigned char *decimalpoint_cache; variable
1769 if (!(s0 = decimalpoint_cache)) {
1771 if ((decimalpoint_cache = (unsigned char*)
1773 strcpy((char*)decimalpoint_cache, (CONST char*)s0);
1774 s0 = decimalpoint_cache;

Completed in 45 milliseconds