Home
last modified time | relevance | path

Searched refs:decimal128FromNumber (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal128.c83 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn, in decimal128FromNumber() function
470 decimal128FromNumber(result, &dn, &dc); in decimal128FromString()
489 decimal128FromNumber(&canon, &dn, &dc);/* canon will now be canonical */ in decimal128IsCanonical()
505 decimal128FromNumber(result, &dn, &dc);/* result will now be canonical */ in decimal128Canonical()
/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal128.h91 decimal128 * decimal128FromNumber(decimal128 *, const decNumber *,
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c202 decimal128FromNumber((decimal128 *)&dfp->vt, &dfp->t, &dfp->context); in dfp_finalize_decimal128()