Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dpow.c88 ivln2 = 1.44269504088896338700e+00, /* 0x3FF71547, 0x652B82FE =1/ln2 */ variable
214 v = t*ivln2_l - w*ivln2; in pow()
/AliOS-Things-master/components/SDL2/src/libm/
A De_pow.c99 ivln2 = 1.44269504088896338700e+00, /* 0x3FF71547, 0x652B82FE =1/ln2 */ variable
202 v = t*ivln2_l-w*ivln2; in __ieee754_pow()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c167 ivln2 = 1.4426950216e+00f, /* 0x3fb8aa3b =1/ln2 */ variable
263 v = t*ivln2_l - w*ivln2; in powf()

Completed in 5 milliseconds