Searched refs:DEC_Division_by_zero (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecContext.h97 #define DEC_Division_by_zero 0x00000002 macro
116 #define DEC_IEEE_854_Division_by_zero (DEC_Division_by_zero)
H A DdecContext.c126 if (status == DEC_Division_by_zero)
179 return decContextSetStatus (context, DEC_Division_by_zero);
H A DdecNumber.c2845 *status |= DEC_Division_by_zero; /* x/0 */

Completed in 178 milliseconds