OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025