Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libdecnumber/
HDdecimal32.c95 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* [no traps] */ in decimal32FromNumber()
305 decContextDefault (&dc, DEC_INIT_DECIMAL32); /* no traps, please */ in decimal32FromString()
HDdecContext.h171 #define DEC_INIT_DECIMAL32 32 macro
HDdecContext.c71 case DEC_INIT_DECIMAL32: in decContextDefault()
/NextBSD/contrib/gcc/config/
HDdfp-bit.h110 #define CONTEXT_INIT DEC_INIT_DECIMAL32
/NextBSD/contrib/gcc/
HDdfp.c404 decContextDefault (&set, DEC_INIT_DECIMAL32); in decimal_round_for_format()