Searched defs:dp_h (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_pow.c86 dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */ variable
266 /* log2(ax) = (ss+..)*2/(3*log2) = n + dp_h + z_h + z_l */
268 t1 = (((z_h+z_l)+dp_h[k])+t);
270 t2 = z_l-(((t1-t)-dp_h[k])-z_h);

Completed in 334 milliseconds