Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libdecnumber/
Ddecimal32.c95 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* [no traps] */ in decimal32FromNumber()
305 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* no traps, please */ in decimal32FromString()
DdecContext.h171 #define DEC_INIT_DECIMAL32 32 macro
DdecContext.c71 case DEC_INIT_DECIMAL32: in decContextDefault()
/openbsd/src/gnu/gcc/gcc/config/
Ddfp-bit.h110 #define CONTEXT_INIT DEC_INIT_DECIMAL32
/openbsd/src/gnu/gcc/gcc/
Ddfp.c404 decContextDefault (&set, DEC_INIT_DECIMAL32); in decimal_round_for_format()