Home
last modified time | relevance | path

Searched refs:ivln2_l (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dpow.c90 ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ variable
214 v = t*ivln2_l - w*ivln2; in pow()
/AliOS-Things-master/components/SDL2/src/libm/
A De_pow.c101 ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ variable
202 v = t*ivln2_l-w*ivln2; in __ieee754_pow()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c169 ivln2_l = 7.0526075433e-06f; /* 0x36eca570 =1/ln2 tail*/ variable
263 v = t*ivln2_l - w*ivln2; in powf()

Completed in 5 milliseconds