Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h1202 OT_UNDERFLOW = -1, enumerator
H A Dc-lex.c972 : (oflow < 0 ? OT_UNDERFLOW : OT_OVERFLOW)); in interpret_float()