Searched refs:dp_h (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | pow.c | 64 dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */ variable 272 t1 = ((z_h + z_l) + dp_h[k]) + t; in pow() 274 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in pow()
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_pow.c | 72 dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */ variable 251 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow() 253 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 143 dp_h[] = { 0.0f, 5.84960938e-01f,}, /* 0x3f15c000 */ variable 325 t1 = (((z_h + z_l) + dp_h[k]) + t); in powf() 328 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powf()
|
Completed in 5 milliseconds