Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecContext.h237 #define DEC_INIT_DECIMAL64 64 macro
241 #define DEC_INIT_DECDOUBLE DEC_INIT_DECIMAL64
H A DdecContext.c112 case DEC_INIT_DECIMAL64: in decContextDefault()
H A DdecNumber.c1434 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberLog10()
2093 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberPower()
2916 decContextDefault(&workset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
5309 decContextDefault(&aset, DEC_INIT_DECIMAL64); in decExpOp()
5414 decContextDefault(&tset, DEC_INIT_DECIMAL64); in decExpOp()
5691 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* 16-digit extended */
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecContext.h237 #define DEC_INIT_DECIMAL64 64 macro
241 #define DEC_INIT_DECDOUBLE DEC_INIT_DECIMAL64
H A DdecContext.c112 case DEC_INIT_DECIMAL64: in decContextDefault()
H A DdecNumber.c1434 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberLog10()
2093 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberPower()
2916 decContextDefault(&workset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
5309 decContextDefault(&aset, DEC_INIT_DECIMAL64); in decExpOp()
5414 decContextDefault(&tset, DEC_INIT_DECIMAL64); in decExpOp()
5691 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* 16-digit extended */
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecContext.h237 #define DEC_INIT_DECIMAL64 64 macro
241 #define DEC_INIT_DECDOUBLE DEC_INIT_DECIMAL64
H A DdecContext.c112 case DEC_INIT_DECIMAL64: in decContextDefault()
H A DdecNumber.c1434 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberLog10()
2093 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */ in decNumberPower()
2916 decContextDefault(&workset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
5309 decContextDefault(&aset, DEC_INIT_DECIMAL64); in decExpOp()
5414 decContextDefault(&tset, DEC_INIT_DECIMAL64); in decExpOp()
5691 decContextDefault(&aset, DEC_INIT_DECIMAL64); /* 16-digit extended */
/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
H A Ddecimal64.c108 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* [no traps] */ in decimal64FromNumber()
451 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* no traps, please */ in decimal64FromString()
473 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64IsCanonical()
489 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64Canonical()
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
H A Ddecimal64.c108 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* [no traps] */ in decimal64FromNumber()
451 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* no traps, please */ in decimal64FromString()
473 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64IsCanonical()
489 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64Canonical()
/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
H A Ddecimal64.c108 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* [no traps] */ in decimal64FromNumber()
451 decContextDefault(&dc, DEC_INIT_DECIMAL64); /* no traps, please */ in decimal64FromString()
473 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64IsCanonical()
489 decContextDefault(&dc, DEC_INIT_DECIMAL64); in decimal64Canonical()
/dragonfly/contrib/gdb-7/gdb/
H A Ddfp.c69 decContextDefault (ctx, DEC_INIT_DECIMAL64); in set_decnumber_context()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Ddfp-bit.h110 #define CONTEXT_INIT DEC_INIT_DECIMAL64
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddfp.c442 decContextDefault (&set, DEC_INIT_DECIMAL64); in decimal_round_for_format()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddfp.c446 decContextDefault (&set, DEC_INIT_DECIMAL64); in decimal_round_for_format()