[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazglib2.pas line 2098
type TGDoubleIEEE754 = record |
||
case LongInt of |
||
0: ( |
||
v_double: gdouble; |
|
|
); |
||
1: ( |
||
mpn: record |
|
|
mantissa_low: guint32; |
|
|
mantissa_high: guint20; |
|
|
biased_exponent: guint11; |
|
|
sign: guint1; |
|
|
end; |
||
); |
||
end; |