Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Ddtoa.cc1779 const unsigned char *decimalpoint = (unsigned char*) variable
1782 const unsigned char *decimalpoint; variable
1792 decimalpoint = s0;
1812 for(i = 0; decimalpoint[i]; ++i) {
1813 if (s[i] != decimalpoint[i])
1834 if (*s == *decimalpoint && !decpt) {
1835 for(i = 1; decimalpoint[i]; ++i) {
1836 if (s[i] != decimalpoint[i])
1931 for(i = 0; decimalpoint[i+1]; ++i);
1935 if (*--s1 == decimalpoint[i]) {