Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libdecnumber/
HDdecimal64.c95 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* [no traps] */ in decimal64FromNumber()
304 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* no traps, please */ in decimal64FromString()
HDdecContext.h172 #define DEC_INIT_DECIMAL64 64 macro
HDdecContext.c82 case DEC_INIT_DECIMAL64: in decContextDefault()
HDdecNumber.c1583 decContextDefault (&workset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
1584 decContextDefault (&approxset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
/trueos/contrib/gcc/config/
HDdfp-bit.h112 #define CONTEXT_INIT DEC_INIT_DECIMAL64
/trueos/contrib/gcc/
HDdfp.c413 decContextDefault (&set, DEC_INIT_DECIMAL64); in decimal_round_for_format()