Searched hist:"79 af3572250352c5eeacdd813b57ad5ba748654c" (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/libdecnumber/ |
H A D | decContext.c | diff 79af3572250352c5eeacdd813b57ad5ba748654c Mon Apr 21 15:54:54 CDT 2014 Tom Musta <tommusta@gmail.com> 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>
|
H A D | decNumber.c | diff 79af3572250352c5eeacdd813b57ad5ba748654c Mon Apr 21 15:54:54 CDT 2014 Tom Musta <tommusta@gmail.com> 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>
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decNumber.h | diff 79af3572250352c5eeacdd813b57ad5ba748654c Mon Apr 21 15:54:54 CDT 2014 Tom Musta <tommusta@gmail.com> 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>
|
H A D | decNumberLocal.h | diff 79af3572250352c5eeacdd813b57ad5ba748654c Mon Apr 21 15:54:54 CDT 2014 Tom Musta <tommusta@gmail.com> 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>
|