Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libgcc/
HDdfp-bit.c85 ieee_flags = DFP_IEEE_FLAGS (dec_flags); in dfp_binary_op()
121 ieee_flags = DFP_IEEE_FLAGS (dec_flags); in d32_binary_op()
357 ieee_flags = DFP_IEEE_FLAGS (dec_flags); in dfp_conversion_exceptions()
659 ieee_flags = DFP_IEEE_FLAGS (dec_flags); in BFP_TO_DFP()
HDdfp-bit.h121 #define DFP_IEEE_FLAGS(DEC_FLAGS) __extension__ \ macro
136 #define DFP_IEEE_FLAGS(A) 0 macro