Home
last modified time | relevance | path

Searched refs:decContextDefault (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c101 decContextDefault(&dc, DEC_INIT_DECIMAL32); /* [no traps] */ in decimal32FromNumber()
394 decContextDefault(&dc, DEC_INIT_DECIMAL32); /* no traps, please */ in decimal32FromString()
415 decContextDefault(&dc, DEC_INIT_DECIMAL32); in decimal32IsCanonical()
431 decContextDefault(&dc, DEC_INIT_DECIMAL32); in decimal32Canonical()
H A Ddecimal128.c105 decContextDefault(&dc, DEC_INIT_DECIMAL128); /* [no traps] */ in decimal128FromNumber()
465 decContextDefault(&dc, DEC_INIT_DECIMAL128); /* no traps, please */ in decimal128FromString()
486 decContextDefault(&dc, DEC_INIT_DECIMAL128); in decimal128IsCanonical()
502 decContextDefault(&dc, DEC_INIT_DECIMAL128); in decimal128Canonical()
H A Ddecimal64.c109 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* [no traps] */ in decimal64FromNumber()
453 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* no traps, please */ in decimal64FromString()
475 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64IsCanonical()
491 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64Canonical()
/openbmc/qemu/include/libdecnumber/
H A DdecContext.h239 extern decContext * decContextDefault(decContext *, int32_t);
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c150 decContextDefault(&dfp->context, DEC_INIT_DECIMAL64); in dfp_prepare_decimal64()
174 decContextDefault(&dfp->context, DEC_INIT_DECIMAL128); in dfp_prepare_decimal128()
266 decContextDefault(&shortContext, DEC_INIT_DECIMAL32); in dfp_set_FPRF_from_FRT_short()
273 decContextDefault(&longContext, DEC_INIT_DECIMAL64); in dfp_set_FPRF_from_FRT_long()
1455 decContextDefault(&context, DEC_INIT_DECIMAL32); in helper_CBCDTD()
/openbmc/qemu/libdecnumber/
H A DdecContext.c91 decContext * decContextDefault(decContext *context, Int kind) { in decContextDefault() function
H A DdecNumber.c1597 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberLog10()
2255 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberPower()
3076 decContextDefault(&workset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
3712 decContextDefault(&set, DEC_INIT_BASE); /* clamp=0 */ in decNumberTrim()
5461 decContextDefault(&aset, DEC_INIT_DECIMAL64); in decExpOp()
5566 decContextDefault(&tset, DEC_INIT_DECIMAL64); in decExpOp()
5844 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* 16-digit extended */