Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dexpm1.c123 double_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
186 twopk = u.f; in expm1()
192 y = y*twopk; in expm1()
197 y = (x-e+(1-u.f))*twopk; in expm1()
199 y = (x-(e+u.f)+1)*twopk; in expm1()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c506 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
569 twopk = u.f; in expm1f()
575 y = y*twopk; in expm1f()
580 y = (x-e+(1-u.f))*twopk; in expm1f()
582 y = (x-(e+u.f)+1)*twopk; in expm1f()

Completed in 4 milliseconds