51 unsigned int inf = 0x7f800000;
55 unsigned int ind = 0xffc00000;
59 unsigned int nan = 0x7fc00000;
64 while( *p && *p !=
'.' && *p !=
'e' ) {
70 for( m = 0.1; *p && *p !=
'e'; p++ ) {
81 else if ( *p ==
'+' ) {
89 for ( pow = 0; *
p; p++ ) {
90 pow = pow * 10 + (
int) (*p -
'0');
92 for ( m = 1.0, i = 0; i < pow; i++ ) {
114 while( *p && *p !=
':' ) {
148 if (*p >=
'a' && *p <=
'f')
150 else if (*p >=
'A' && *p <=
'F')
const char * whiteSpaceStart_p
assert(prefInfo.fullscreenBtn)
GLuint GLuint GLsizei GLenum type
void ClearTokenWhiteSpace(void)
const char * whiteSpaceEnd_p
static unsigned long Ftol(float f)
const char * c_str(void) const