|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
float |
fmaxf( float a, float b )
See posix.cpp |
float |
fminf( float a, float b )
See posix.cpp |
uint |
fpclassifyd( double d )
See posix.cpp |
uint |
fpclassifyf( float f )
See posix.cpp |
double |
rint( double d )
See posix.cpp |
float |
rintf( float f )
See posix.cpp |
char* |
strdup( const char* str )
See posix.cpp |
wchar_t* |
wcsdup( const wchar_t* str )
See posix.cpp |
Symbol Summary | |
#define |
__STDC_LIMIT_MACROS
See posix_types.h |
#define |
FP_INFINITE (FP_NAN | FP_NORMAL)
See posix.h |
#define |
FP_NAN 0x0100
See posix.h |
#define |
FP_NORMAL 0x0400
See posix.h |
#define |
FP_SUBNORMAL (FP_NORMAL | FP_ZERO)
See posix.h |
#define |
FP_ZERO 0x4000
See posix.h |
#define |
INCLUDED_POSIX
See posix.h |
#define |
isfinite std::isfinite
See posix.h |
#define |
isinf std::isinf
See posix.h |
#define |
isnan std::isnan
See posix.h |
#define |
isnormal std::isnormal
See posix.h |
#define |
snprintf _snprintf
See posix.h |
#define |
strcasecmp stricmp
See posix.h |
#define |
strncasecmp strnicmp
See posix.h |
#define |
swprintf _snwprintf
See posix.h |
#define |
vsnprintf _vsnprintf
See posix.h |
#define |
vswprintf _vsnwprintf
See posix.h |
Macro Summary | |
#define |
fpclassify(x) ( (sizeof(x) == sizeof(float))? fpclassifyf(x) : fpclassifyd(x) )
See posix.h |
Method Detail |
float fmaxf( float a, float b );
float fminf( float a, float b );
uint fpclassifyd( double d );
uint fpclassifyf( float f );
double rint( double d );
float rintf( float f );
char* strdup( const char* str );
wchar_t* wcsdup( const wchar_t* str );
Symbol Detail |
#define __STDC_LIMIT_MACROS
#define FP_INFINITE (FP_NAN | FP_NORMAL)
#define FP_NAN 0x0100
#define FP_NORMAL 0x0400
#define FP_SUBNORMAL (FP_NORMAL | FP_ZERO)
#define FP_ZERO 0x4000
#define INCLUDED_POSIX
#define isfinite std::isfinite
#define isinf std::isinf
#define isnan std::isnan
#define isnormal std::isnormal
#define snprintf _snprintf
#define strcasecmp stricmp
#define strncasecmp strnicmp
#define swprintf _snwprintf
#define vsnprintf _vsnprintf
#define vswprintf _vsnwprintf
Macro Detail |
#define fpclassify(x) ( (sizeof(x) == sizeof(float))? fpclassifyf(x) : fpclassifyd(x) )
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |