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

/openbsd-current/lib/libm/src/
H A De_pow.c65 dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */ variable
245 /* log2(ax) = (ss+..)*2/(3*log2) = n + dp_h + z_h + z_l */
247 t1 = (((z_h+z_l)+dp_h[k])+t);
249 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
H A De_powf.c23 dp_h[] = { 0.0, 5.84960938e-01,}, /* 0x3f15c000 */ variable
185 /* log2(ax) = (s+..)*2/(3*log2) = n + dp_h + z_h + z_l */
187 t1 = (((z_h+z_l)+dp_h[k])+t);
190 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c72 static const long double dp_h[] = { variable
352 /* log2(ax) = (s+..)*2/(3*log2) = n + dp_h + z_h + z_l */
354 t1 = (((z_h + z_l) + dp_h[k]) + t);
359 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);

Completed in 224 milliseconds