Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dsf_expm1.c39 float y,hi,lo,c,t,e,hxs,hfx,r1; in expm1f() local
85 hfx = 0.5f*x; in expm1f()
86 hxs = x*hfx; in expm1f()
88 t = 3.0f-r1*hfx; in expm1f()
Ds_expm1.c167 __float64 y,hi,lo,c,t,e,hxs,hfx,r1; in _NAME_64() local
217 hfx = _F_64(0.5)*x; in _NAME_64()
218 hxs = x*hfx; in _NAME_64()
220 t = _F_64(3.0)-r1*hfx; in _NAME_64()