Searched refs:dp_h (Results 1 – 2 of 2) sorted by relevance
78 static const long double dp_h[] = { variable357 t1 = (((z_h + z_l) + dp_h[k]) + t); in __ieee754_powl()359 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in __ieee754_powl()
78 static const _Float128 dp_h[] = { variable370 t1 = (((z_h + z_l) + dp_h[k]) + t); in __ieee754_powl()375 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in __ieee754_powl()
Completed in 8 milliseconds