SYMBIAN OS V9.2
» Symbian OS v9.2 » Symbian OS reference » C++ component reference » Syslibs STDLIB » __ieee_double_shape_type
Location: IEEEFP.H
IEEEFP.H
__ieee_double_shape_type
union __ieee_double_shape_type;
value
double value;
sign
unsigned int sign;
exponent
unsigned int exponent;
fraction0
unsigned int fraction0;
fraction1
unsigned int fraction1;
fraction2
unsigned int fraction2;
fraction3
unsigned int fraction3;
number
__ieee_double_shape_type::@5 number;
quiet
unsigned int quiet;
function0
unsigned int function0;
function1
unsigned int function1;
function2
unsigned int function2;
function3
unsigned int function3;
nan
__ieee_double_shape_type::@6 nan;
msw
unsigned long msw;
lsw
unsigned long lsw;
parts
__ieee_double_shape_type::@7 parts;
aslong
long aslong;
Copyright ©2007 Symbian Software Ltd.