44#define CVTBUFSIZE 2 * DBL_MAX_10_EXP + 10
83 fj =
modf(fi / 10, &fi);
84 *--p1 = (
int)((fj + .03) * 10) +
'0';
91 while ((fj =
arg * 10) < 1)
98 if (eflag == 0) p1 +=
r2;
109 *
p++ = (
int) fj +
'0';
129 if (
p >
buf) *
p =
'0';
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
static char * cvt(double arg, int ndigits, int *decpt, int *sign, char *buf, int eflag)
char * fcvtbuf(double arg, int ndigits, int *decpt, int *sign, char *buf)
GLenum GLuint GLenum GLsizei const GLchar * buf
_Check_return_ __MINGW_NOTHROW _CRTIMP int __cdecl _isnan(_In_ double)
_Check_return_ __MINGW_NOTHROW _CRTIMP int __cdecl _finite(_In_ double)
_Check_return_ _CRTIMP double __cdecl modf(_In_ double x, _Out_ double *y)
static size_t double int ndigits
static size_t double int int * decpt