Home
last modified time | relevance | path

Searched refs:DEC_Lost_digits (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/libdecnumber/
DdecContext.h105 #define DEC_Lost_digits 0x00000100 macro
118 #define DEC_IEEE_854_Inexact (DEC_Inexact | DEC_Lost_digits)
141 | DEC_Lost_digits)
DdecContext.c141 if (status == DEC_Lost_digits) in decContextStatusToString()
194 return decContextSetStatus (context, DEC_Lost_digits); in decContextSetStatusFromString()
DdecNumber.c4595 newstatus |= DEC_Lost_digits; in decRoundOperand()