Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libdecnumber/
DdecContext.c145 return DEC_Condition_OV; in decContextStatusToString()
196 if (strcmp (string, DEC_Condition_OV) == 0) in decContextSetStatusFromString()
DdecContext.h159 #define DEC_Condition_OV "Overflow" macro