Home
last modified time | relevance | path

Searched refs:DEC_INIT_DECIMAL128 (Results 1 – 4 of 4) sorted by relevance

/qemu/include/libdecnumber/
H A DdecContext.h230 #define DEC_INIT_DECIMAL128 128 macro
234 #define DEC_INIT_DECQUAD DEC_INIT_DECIMAL128
/qemu/libdecnumber/dpd/
H A Ddecimal128.c106 decContextDefault(&dc, DEC_INIT_DECIMAL128); /* [no traps] */ in decimal128FromNumber()
466 decContextDefault(&dc, DEC_INIT_DECIMAL128); /* no traps, please */ in decimal128FromString()
487 decContextDefault(&dc, DEC_INIT_DECIMAL128); in decimal128IsCanonical()
503 decContextDefault(&dc, DEC_INIT_DECIMAL128); in decimal128Canonical()
/qemu/libdecnumber/
H A DdecContext.c130 case DEC_INIT_DECIMAL128: in decContextDefault()
/qemu/target/ppc/
H A Ddfp_helper.c174 decContextDefault(&dfp->context, DEC_INIT_DECIMAL128); in dfp_prepare_decimal128()