Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/libdecnumber/
H A DdecContext.h206 #define DEC_IEEE_854_Division_by_zero DEC_IEEE_754_Division_by_zero macro
/dflybsd-src/contrib/gcc-8.0/libdecnumber/
H A DdecContext.h206 #define DEC_IEEE_854_Division_by_zero DEC_IEEE_754_Division_by_zero macro
/dflybsd-src/contrib/gcc-4.7/libdecnumber/
H A DdecContext.h206 #define DEC_IEEE_854_Division_by_zero DEC_IEEE_754_Division_by_zero macro
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Ddfp-bit.h123 if ((dec_flags & DEC_IEEE_854_Division_by_zero) != 0) \
H A Ddfp-bit.c81 int dec_flags = DEC_IEEE_854_Division_by_zero | DEC_IEEE_854_Inexact in dfp_binary_op()