Searched refs:decimal128FromNumber (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/libdecnumber/dpd/ |
| H A D | decimal128.c | 82 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn, in decimal128FromNumber() function 469 decimal128FromNumber(result, &dn, &dc); in decimal128FromString() 488 decimal128FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal128IsCanonical() 504 decimal128FromNumber(result, &dn, &dc);/* result will now be canonical */ in decimal128Canonical()
|
| /openbmc/qemu/include/libdecnumber/dpd/ |
| H A D | decimal128.h | 90 decimal128 * decimal128FromNumber(decimal128 *, const decNumber *,
|
| /openbmc/qemu/target/ppc/ |
| H A D | dfp_helper.c | 202 decimal128FromNumber((decimal128 *)&dfp->vt, &dfp->t, &dfp->context); in dfp_finalize_decimal128()
|