Searched defs:novf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dsupport.c86 static const double novf=1.7E38, nunf=3.0E-39, zero=0.0 ; variable
90 static const double novf=1.7E308, nunf=3.0E-308,zero=0.0; variable
117 if( N<-2100) return(nunf*nunf); else if(N>2100) return(novf+novf);
124 else x=novf+novf; /* overflow */
291 else if ( p >= novf/2)

Completed in 48 milliseconds