Searched refs:decimal128 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/libdecnumber/dpd/ |
H A D | decimal128.h | 56 #error decimal128.h needs pre-defined DECNUMDIGITS>=34 for safe use 68 } decimal128; typedef 86 decimal128 * decimal128FromString(decimal128 *, const char *, decContext *); 87 char * decimal128ToString(const decimal128 *, char *); 88 char * decimal128ToEngString(const decimal128 *, char *); 91 decimal128 * decimal128FromNumber(decimal128 *, const decNumber *, 93 decNumber * decimal128ToNumber(const decimal128 *, decNumber *); 96 uint32_t decimal128IsCanonical(const decimal128 *); 97 decimal128 * decimal128Canonical(decimal128 *, const decimal128 *);
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal128.c | 58 void decimal128Show(const decimal128 *); /* for debug */ 83 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn, in decimal128FromNumber() 197 decNumber * decimal128ToNumber(const decimal128 *d128, decNumber *dn) { in decimal128ToNumber() 278 char * decimal128ToEngString(const decimal128 *d128, char *string){ in decimal128ToEngString() 285 char * decimal128ToString(const decimal128 *d128, char *string){ in decimal128ToString() 461 decimal128 * decimal128FromString(decimal128 *result, const char *string, in decimal128FromString() 483 uint32_t decimal128IsCanonical(const decimal128 *d128) { in decimal128IsCanonical() 485 decimal128 canon; /* .. */ in decimal128IsCanonical() 500 decimal128 * decimal128Canonical(decimal128 *result, const decimal128 *d128) { in decimal128Canonical() 541 void decimal128Show(const decimal128 *d128) { in decimal128Show()
|
/openbmc/qemu/libdecnumber/ |
H A D | meson.build | 4 'dpd/decimal128.c',
|
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 180 decimal128ToNumber((decimal128 *)&dfp->va, &dfp->a); in dfp_prepare_decimal128() 188 decimal128ToNumber((decimal128 *)&dfp->vb, &dfp->b); in dfp_prepare_decimal128() 202 decimal128FromNumber((decimal128 *)&dfp->vt, &dfp->t, &dfp->context); in dfp_finalize_decimal128()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |