Home
last modified time | relevance | path

Searched refs:DEC_INIT_DECIMAL64 (Results 1 – 5 of 5) sorted by relevance

/qemu/include/libdecnumber/
H A DdecContext.h229 #define DEC_INIT_DECIMAL64 64 macro
233 #define DEC_INIT_DECDOUBLE DEC_INIT_DECIMAL64
/qemu/libdecnumber/dpd/
H A Ddecimal64.c110 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()
/qemu/libdecnumber/
H A DdecContext.c119 case DEC_INIT_DECIMAL64: in decContextDefault()
H A DdecNumber.c1598 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()
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 */
/qemu/target/ppc/
H A Ddfp_helper.c150 decContextDefault(&dfp->context, DEC_INIT_DECIMAL64); in dfp_prepare_decimal64()
273 decContextDefault(&longContext, DEC_INIT_DECIMAL64); in dfp_set_FPRF_from_FRT_long()