Home
last modified time | relevance | path

Searched refs:decimal32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal32.h56 #error decimal32.h needs pre-defined DECNUMDIGITS>=7 for safe use
68 } decimal32; typedef
84 decimal32 * decimal32FromString(decimal32 *, const char *, decContext *);
85 char * decimal32ToString(const decimal32 *, char *);
86 char * decimal32ToEngString(const decimal32 *, char *);
89 decimal32 * decimal32FromNumber(decimal32 *, const decNumber *,
91 decNumber * decimal32ToNumber(const decimal32 *, decNumber *);
94 uint32_t decimal32IsCanonical(const decimal32 *);
95 decimal32 * decimal32Canonical(decimal32 *, const decimal32 *);
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c58 void decimal32Show(const decimal32 *); /* for debug */
83 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn, in decimal32FromNumber()
189 decNumber * decimal32ToNumber(const decimal32 *d32, decNumber *dn) { in decimal32ToNumber()
251 char * decimal32ToEngString(const decimal32 *d32, char *string){ in decimal32ToEngString()
258 char * decimal32ToString(const decimal32 *d32, char *string){ in decimal32ToString()
390 decimal32 * decimal32FromString(decimal32 *result, const char *string, in decimal32FromString()
412 uint32_t decimal32IsCanonical(const decimal32 *d32) { in decimal32IsCanonical()
414 decimal32 canon; /* .. */ in decimal32IsCanonical()
429 decimal32 * decimal32Canonical(decimal32 *result, const decimal32 *d32) { in decimal32Canonical()
468 void decimal32Show(const decimal32 *d32) { in decimal32Show()
/openbmc/qemu/libdecnumber/
H A Dmeson.build5 'dpd/decimal32.c',
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c901 decimal32ToNumber((decimal32 *)&b_short, &dfp.t); in helper_DCTDP()
928 decimal32FromNumber((decimal32 *)&t_short, &dfp.b, &dfp.context); in helper_DRSP()
929 decimal32ToNumber((decimal32 *)&t_short, &dfp.t); in helper_DRSP()
1434 decimal32ToNumber((decimal32 *)&dec32, &a); in helper_CDTBCD()
1476 decimal32FromNumber((decimal32 *)&dec32, &a, &context); in helper_CBCDTD()