HomeSort by: relevance | last modified time | path
    Searched defs:DEC_Inexact (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decContext.h 141 #define DEC_Inexact 0x00000020
159 #define DEC_Inexact 0x00000001
177 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
179 #define DEC_IEEE_754_Inexact (DEC_Inexact)
199 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
202 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decContext.h 141 #define DEC_Inexact 0x00000020
159 #define DEC_Inexact 0x00000001
177 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
179 #define DEC_IEEE_754_Inexact (DEC_Inexact)
199 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
202 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
  /src/external/gpl3/gdb/dist/libdecnumber/
decContext.h 141 #define DEC_Inexact 0x00000020
159 #define DEC_Inexact 0x00000001
177 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
179 #define DEC_IEEE_754_Inexact (DEC_Inexact)
199 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
202 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decContext.h 141 #define DEC_Inexact 0x00000020
159 #define DEC_Inexact 0x00000001
177 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
179 #define DEC_IEEE_754_Inexact (DEC_Inexact)
199 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
202 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)

Completed in 24 milliseconds