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

/haiku-buildtools/gcc/libquadmath/math/
H A Dpowq.c75 static const __float128 dp_h[] = { variable
359 /* log2(ax) = (s+..)*2/(3*log2) = n + dp_h + z_h + z_l */
361 t1 = (((z_h + z_l) + dp_h[k]) + t);
366 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h);

Completed in 35 milliseconds