Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:s1

1740 	CONST unsigned char *decpt, *s0, *s, *s1;
1835 s1 = s;
1848 s = s1;
1908 n = s1 - s0 - 1;
1918 while(s1 > s0) {
1920 if (*--s1 == decimalpoint[i]) {
1921 s1 -= i;
1925 if (*--s1 == '.')
1933 L |= (hexdig[*s1] & 0x0f) << n;
2434 CONST char *s, *s0, *s1;
2511 s1 = localeconv()->decimal_point;
2512 if (c == *s1) {
2514 if (*++s1) {
2517 if (*++s2 != *s1) {
2521 if (!*++s1) {
2581 s1 = s;
2584 if (s - s1 > 8 || L > 19999)