qemu-e2k/include/libdecnumber
Tom Musta 79af357225 libdecnumber: Introduce decNumberIntegralToInt64
Introduce a new conversion function to the libdecnumber library.
This function converts a decNumber to a signed 64-bit integer.
In order to support 64-bit integers (which may have up to 19
decimal digits), the existing "powers of 10" array is expanded
from 10 to 19 entries.

Signed-off-by: Tom Musta <tommusta@gmail.com>
[agraf: fix 32bit host compile]
Signed-off-by: Alexander Graf <agraf@suse.de>
2014-06-16 13:24:29 +02:00
..
dpd libdecnumber: Prepare libdecnumber for QEMU include structure 2014-06-16 13:24:28 +02:00
dconfig.h libdecnumber: Modify dconfig.h to Integrate with QEMU 2014-06-16 13:24:28 +02:00
decContext.h libdecnumber: Change gstdint.h to stdint.h 2014-06-16 13:24:28 +02:00
decDPD.h libdecnumber: Eliminate #include *Symbols.h 2014-06-16 13:24:28 +02:00
decNumber.h libdecnumber: Introduce decNumberIntegralToInt64 2014-06-16 13:24:29 +02:00
decNumberLocal.h libdecnumber: Introduce decNumberIntegralToInt64 2014-06-16 13:24:29 +02:00