Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libgcc/
HDdfp-bit.c81 int dec_flags = DEC_IEEE_854_Division_by_zero | DEC_IEEE_854_Inexact in dfp_binary_op() local
84 dec_flags &= context.status; in dfp_binary_op()
85 ieee_flags = DFP_IEEE_FLAGS (dec_flags); in dfp_binary_op()
118 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Overflow in d32_binary_op() local
120 dec_flags &= context.status; in d32_binary_op()
121 ieee_flags = DFP_IEEE_FLAGS (dec_flags); in d32_binary_op()
354 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation in dfp_conversion_exceptions() local
356 dec_flags &= status; in dfp_conversion_exceptions()
357 ieee_flags = DFP_IEEE_FLAGS (dec_flags); in dfp_conversion_exceptions()
656 int dec_flags = DEC_IEEE_854_Inexact | DEC_IEEE_854_Invalid_operation in BFP_TO_DFP() local
[all …]
HDdfp-bit.h123 if ((dec_flags & DEC_IEEE_854_Division_by_zero) != 0) \
125 if ((dec_flags & DEC_IEEE_854_Inexact) != 0) \
127 if ((dec_flags & DEC_IEEE_854_Invalid_operation) != 0) \
129 if ((dec_flags & DEC_IEEE_854_Overflow) != 0) \
131 if ((dec_flags & DEC_IEEE_854_Underflow) != 0) \