Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsf_expm1.c39 float y,hi,lo,c,t,e,hxs,hfx,r1; in expm1f() local
86 hxs = x*hfx; in expm1f()
87 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5)))); in expm1f()
89 e = hxs*((r1-t)/(6.0f - x*t)); in expm1f()
90 if(k==0) return x - (x*e-hxs); /* c is 0 */ in expm1f()
93 e -= hxs; in expm1f()
Ds_expm1.c167 __float64 y,hi,lo,c,t,e,hxs,hfx,r1; in _NAME_64() local
218 hxs = x*hfx; in _NAME_64()
219 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5)))); in _NAME_64()
221 e = hxs*((r1-t)/(_F_64(6.0) - x*t)); in _NAME_64()
222 if(k==0) return x - (x*e-hxs); /* c is 0 */ in _NAME_64()
225 e -= hxs; in _NAME_64()