Searched refs:decimal64 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/libdecnumber/dpd/ |
H A D | decimal64.h | 57 #error decimal64.h needs pre-defined DECNUMDIGITS>=16 for safe use 70 } decimal64; typedef 86 decimal64 * decimal64FromString(decimal64 *, const char *, decContext *); 87 char * decimal64ToString(const decimal64 *, char *); 88 char * decimal64ToEngString(const decimal64 *, char *); 91 decimal64 * decimal64FromNumber(decimal64 *, const decNumber *, 93 decNumber * decimal64ToNumber(const decimal64 *, decNumber *); 96 uint32_t decimal64IsCanonical(const decimal64 *); 97 decimal64 * decimal64Canonical(decimal64 *, const decimal64 *);
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 58 void decimal64Show(const decimal64 *); /* for debug */ 89 decimal64 * decimal64FromNumber(decimal64 *d64, const decNumber *dn, in decimal64FromNumber() 214 decNumber * decimal64ToNumber(const decimal64 *d64, decNumber *dn) { in decimal64ToNumber() 294 char * decimal64ToEngString(const decimal64 *d64, char *string){ in decimal64ToEngString() 301 char * decimal64ToString(const decimal64 *d64, char *string){ in decimal64ToString() 449 decimal64 * decimal64FromString(decimal64 *result, const char *string, in decimal64FromString() 472 uint32_t decimal64IsCanonical(const decimal64 *d64) { in decimal64IsCanonical() 474 decimal64 canon; /* .. */ in decimal64IsCanonical() 489 decimal64 * decimal64Canonical(decimal64 *result, const decimal64 *d64) { in decimal64Canonical() 528 void decimal64Show(const decimal64 *d64) { in decimal64Show()
|
/openbmc/qemu/libdecnumber/ |
H A D | meson.build | 6 'dpd/decimal64.c',
|
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 156 decimal64ToNumber((decimal64 *)&dfp->va.VsrD(1), &dfp->a); in dfp_prepare_decimal64() 164 decimal64ToNumber((decimal64 *)&dfp->vb.VsrD(1), &dfp->b); in dfp_prepare_decimal64() 197 decimal64FromNumber((decimal64 *)&dfp->vt.VsrD(1), &dfp->t, &dfp->context); in dfp_finalize_decimal64() 913 decimal64ToNumber((decimal64 *)&vb.VsrD(1), &dfp.t); in helper_DCTQPQ() 944 decimal64FromNumber((decimal64 *)&dfp.vt.VsrD(1), &dfp.b, &dfp.context); in helper_DRDPQ() 945 decimal64ToNumber((decimal64 *)&dfp.vt.VsrD(1), &dfp.t); in helper_DRDPQ()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |