Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Ddtoa.cc1783 static unsigned char *decimalpoint_cache; variable
1784 if (!(s0 = decimalpoint_cache)) {
1786 if ((decimalpoint_cache = (unsigned char*)
1788 strcpy((char*)decimalpoint_cache, (CONST char*)s0);
1789 s0 = decimalpoint_cache;