Home
last modified time | relevance | path

Searched refs:DEC_Errors (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/libdecnumber/
H A DdecContext.h132 #define DEC_Errors (DEC_IEEE_854_Division_by_zero | \ macro
H A DdecContext.c60 context->traps = DEC_Errors; /* all but informational */ in decContextDefault()
/openbsd/gnu/gcc/gcc/config/
H A Ddfp-bit.h123 #define CONTEXT_ERRORS(context) context.status & DEC_Errors