Searched refs:decContextDefault (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 102 decContextDefault(&dc, DEC_INIT_DECIMAL32); /* [no traps] */ in decimal32FromNumber() 395 decContextDefault(&dc, DEC_INIT_DECIMAL32); /* no traps, please */ in decimal32FromString() 416 decContextDefault(&dc, DEC_INIT_DECIMAL32); in decimal32IsCanonical() 432 decContextDefault(&dc, DEC_INIT_DECIMAL32); in decimal32Canonical()
|
H A D | decimal128.c | 106 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()
|
H A D | decimal64.c | 110 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* [no traps] */ in decimal64FromNumber() 454 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* no traps, please */ in decimal64FromString() 476 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64IsCanonical() 492 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64Canonical()
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decContext.h | 240 extern decContext * decContextDefault(decContext *, int32_t);
|
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 150 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 D | decContext.c | 92 decContext * decContextDefault(decContext *context, Int kind) { in decContextDefault() function
|
H A D | decNumber.c | 1598 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberLog10() 2256 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberPower() 3077 decContextDefault(&workset, DEC_INIT_DECIMAL64); in decNumberSquareRoot() 3713 decContextDefault(&set, DEC_INIT_BASE); /* clamp=0 */ in decNumberTrim() 5462 decContextDefault(&aset, DEC_INIT_DECIMAL64); in decExpOp() 5567 decContextDefault(&tset, DEC_INIT_DECIMAL64); in decExpOp() 5845 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* 16-digit extended */
|