HomeSort by: relevance | last modified time | path
    Searched defs:novf (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/noieee_src/
n_support.c 80 static const double novf=1.7E38, nunf=3.0E-39 ; variable in typeref:typename:const double
84 static const double novf=1.7E308, nunf=3.0E-308; variable in typeref:typename:const double
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)
n_support.c 80 static const double novf=1.7E38, nunf=3.0E-39 ; variable in typeref:typename:const double
84 static const double novf=1.7E308, nunf=3.0E-308; variable in typeref:typename:const double
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)
n_support.c 80 static const double novf=1.7E38, nunf=3.0E-39 ; variable in typeref:typename:const double
84 static const double novf=1.7E308, nunf=3.0E-308; variable in typeref:typename:const double
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)

Completed in 61 milliseconds