Home
last modified time | relevance | path

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

/netbsd/src/lib/libm/noieee_src/
Dn_support.c80 static const double novf=1.7E38, nunf=3.0E-39 ; variable
84 static const double novf=1.7E308, nunf=3.0E-308; variable
109 if( N<-2100) return(nunf*nunf); else if(N>2100) return(novf+novf);
116 else x=novf+novf; /* overflow */
235 else if ( p >= novf/2)