Home
last modified time | relevance | path

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

/qemu/include/libdecnumber/
H A DdecContext.h190 #define DEC_Errors (DEC_IEEE_854_Division_by_zero | \ macro
/qemu/libdecnumber/
H A DdecContext.c98 context->traps=DEC_Errors; /* all but informational */ in decContextDefault()