Searched refs:hfx (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/common/ |
D | sf_expm1.c | 39 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()
|
D | s_expm1.c | 167 __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()
|