Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dpow.c89 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable
213 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */ in pow()
/AliOS-Things-master/components/SDL2/src/libm/
A De_pow.c100 ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/ variable
201 u = ivln2_h*t; /* ivln2_h has 21 sig. bits */ in __ieee754_pow()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c168 ivln2_h = 1.4426879883e+00f, /* 0x3fb8aa00 =16b 1/ln2*/ variable
262 u = ivln2_h*t; /* ivln2_h has 16 sig. bits */ in powf()

Completed in 13 milliseconds