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

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1764 const unsigned char *decimalpoint = (unsigned char*) variable
1767 const unsigned char *decimalpoint; variable
1777 decimalpoint = s0;
1797 for(i = 0; decimalpoint[i]; ++i) {
1798 if (s[i] != decimalpoint[i])
1819 if (*s == *decimalpoint && !decpt) {
1820 for(i = 1; decimalpoint[i]; ++i) {
1821 if (s[i] != decimalpoint[i])
1916 for(i = 0; decimalpoint[i+1]; ++i);
1920 if (*--s1 == decimalpoint[
[all...]

Completed in 35 milliseconds