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

/seL4-test-master/projects/musllibc/src/math/
H A Dpow.c64 dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */ variable
270 /* log2(ax) = (ss+..)*2/(3*log2) = n + dp_h + z_h + z_l */
272 t1 = ((z_h + z_l) + dp_h[k]) + t;
274 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);
H A Dpowf.c20 dp_h[] = { 0.0, 5.84960938e-01,}, /* 0x3f15c000 */ variable
200 /* log2(ax) = (s+..)*2/(3*log2) = n + dp_h + z_h + z_l */
202 t1 = (((z_h + z_l) + dp_h[k]) + t);
205 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);

Completed in 26 milliseconds