Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dieee754io.h49 #define IEEE_POSOVERFLOW 5 /* positive overflow */ macro
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c318 return sign ? IEEE_NEGOVERFLOW : IEEE_POSOVERFLOW; in fetch_ieee754()