Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libdecnumber/
H A Ddecimal64.c95 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* [no traps] */ in decimal64FromNumber()
304 decContextDefault (&dc, DEC_INIT_DECIMAL64); /* no traps, please */ in decimal64FromString()
H A DdecContext.h172 #define DEC_INIT_DECIMAL64 64 macro
H A DdecContext.c82 case DEC_INIT_DECIMAL64: in decContextDefault()
H A DdecNumber.c1583 decContextDefault (&workset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
1584 decContextDefault (&approxset, DEC_INIT_DECIMAL64); in decNumberSquareRoot()
/openbsd/gnu/gcc/gcc/config/
H A Ddfp-bit.h112 #define CONTEXT_INIT DEC_INIT_DECIMAL64
/openbsd/gnu/gcc/gcc/
H A Ddfp.c413 decContextDefault (&set, DEC_INIT_DECIMAL64); in decimal_round_for_format()