OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hfx
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libm/src/
s_expm1.c
134
double y,hi,lo,c,t,e,hxs,
hfx
,r1;
local in function:expm1
187
hfx
= 0.5*x;
188
hxs = x*
hfx
;
190
t = 3.0-r1*
hfx
;
s_expm1f.c
42
float y,hi,lo,c,t,e,hxs,
hfx
,r1;
local in function:expm1f
92
hfx
= (float)0.5*x;
93
hxs = x*
hfx
;
95
t = (float)3.0-r1*
hfx
;
Completed in 33 milliseconds
Indexes created Thu Oct 30 03:10:01 GMT 2025