Searched refs:dp_l (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | pow.c | 65 dp_l[] = { 0.0, 1.35003920212974897128e-08,}, /* 0x3E4CFDEB, 0x43CFD006 */ variable 269 z_l = cp_l*p_h+p_l*cp + dp_l[k]; in pow()
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_pow.c | 73 dp_l[] = { 0.0, 1.35003920212974897128e-08,}, /* 0x3E4CFDEB, 0x43CFD006 */ variable 248 z_l = cp_l*p_h+p_l*cp+dp_l[k]; in __ieee754_pow()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 144 dp_l[] = { 0.0f, 1.56322085e-06f,}, /* 0x35d1cfdc */ variable 322 z_l = cp_l*p_h + p_l*cp+dp_l[k]; in powf()
|
Completed in 5 milliseconds