Home
last modified time | relevance | path

Searched refs:dp_h (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Def_pow.c28 dp_h[] = { 0.0, 5.84960938e-01,}, /* 0x3f15c000 */ variable
197 t1 = (((z_h+z_l)+dp_h[k])+t);
200 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_pow.c86 dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */ variable
268 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow()
270 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow()