Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal128.c197 decNumber * decimal128ToNumber(const decimal128 *d128, decNumber *dn) { in decimal128ToNumber() function
280 decimal128ToNumber(d128, &dn); in decimal128ToEngString()
488 decimal128ToNumber(d128, &dn); in decimal128IsCanonical()
504 decimal128ToNumber(d128, &dn); in decimal128Canonical()
/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal128.h93 decNumber * decimal128ToNumber(const decimal128 *, decNumber *);
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c180 decimal128ToNumber((decimal128 *)&dfp->va, &dfp->a); in dfp_prepare_decimal128()
188 decimal128ToNumber((decimal128 *)&dfp->vb, &dfp->b); in dfp_prepare_decimal128()