49 return (
x.x->exponent == 0x7ff && (
x.x->mantissah == 0 &&
x.x->mantissal == 0 ));
63 return (
x.x->exponent == 0x7ff && (
x.x->mantissah != 0 ||
x.x->mantissal != 0 ));
84 i =
i*10 + *((*s)++) -
'0';
94 const char *small_digits =
"0123456789abcdefghijklmnopqrstuvwxyz";
95 const char *large_digits =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
101 if (base < 2 || base > 36)
127 else while (
num != 0)
187 const char *small_digits =
"0123456789abcdefghijklmnopqrstuvwxyz";
188 const char *large_digits =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
199 if (base < 2 || base > 36)
225 else while (
num != 0)
251 }
else if (
base==16) {
313 while (
len < field_width--)
325 while (
len < field_width--)
362 while (
len < field_width--)
374 while (
len < field_width--)
389 unsigned long long num;
437 else if (*
fmt ==
'*') {
441 if (field_width < 0) {
442 field_width = -field_width;
453 else if (*
fmt ==
'*') {
464 if (*
fmt ==
'h' || *
fmt ==
'l' || *
fmt ==
'L' || *
fmt ==
'w') {
467 }
else if (*
fmt ==
'I' && *(
fmt+1) ==
'6' && *(
fmt+2) ==
'4') {
470 }
else if (*
fmt ==
'I' && *(
fmt+1) ==
'3' && *(
fmt+2) ==
'2') {
473 }
else if (*
fmt ==
'F' && *(
fmt+1) ==
'p') {
500 while (--field_width > 0) {
514 while (--field_width > 0) {
575 if (field_width == -1) {
576 field_width = 2 *
sizeof(
void *);
611 }
else if (
_isinf(_double) < 0 ) {
620 }
else if (
_isinf(_double) > 0 ) {
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLint GLint GLint GLint GLint x
GLuint GLuint GLsizei GLenum type
GLenum GLuint GLenum GLsizei const GLchar * buf
GLboolean GLboolean GLboolean GLboolean a
GLenum GLint GLint * precision
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
static const int digits[]
#define sprintf(buf, format,...)
static unsigned int number
static const char mbstate_t *static wchar_t const char mbstate_t *static const wchar_t int *static double
static APTTYPEQUALIFIER * qualifier
static unsigned(__cdecl *hash_bstr)(bstr_t s)
static int skip_atoi(const char **s)
int __cdecl vsprintf(char *buf, const char *fmt, va_list args)
static char * stringw(char *buf, char *end, const wchar_t *sw, int len, int field_width, int precision, int flags)
static char * numberf(char *buf, char *end, double num, int base, int size, int precision, int type)
static __inline int _isinf(double __x)
static __inline int _isnan(double __x)