Lines Matching refs:decimal_format
3178 static const wchar_t decimal_format[] =
3180 SNPRINTF (p, 6 + 1, decimal_format, exponent);
3329 static const wchar_t decimal_format[] =
3331 SNPRINTF (p, 6 + 1, decimal_format, exponent);
3791 static const wchar_t decimal_format[] =
3793 SNPRINTF (p, 6 + 1, decimal_format, exponent);
3972 static const wchar_t decimal_format[] =
3974 SNPRINTF (p, 6 + 1, decimal_format, exponent);
4249 static const wchar_t decimal_format[] =
4257 SNPRINTF (p, 6 + 1, decimal_format, exponent);
4263 static const char decimal_format[] =
4273 sprintf ((char *) p, decimal_format, exponent);
4281 sprintf (expbuf, decimal_format, exponent);
4442 static const wchar_t decimal_format[] =
4450 SNPRINTF (p, 6 + 1, decimal_format, exponent);
4456 static const char decimal_format[] =
4466 sprintf ((char *) p, decimal_format, exponent);
4474 sprintf (expbuf, decimal_format, exponent);