Searched refs:RETURN2PI (Results 1 – 3 of 3) sorted by relevance
669 RETURN2PI(val_hi, val_lo); in log1pl()714 RETURN2PI(invln10_hi * hi, in log10l()733 RETURN2PI(invln2_hi * hi, in log2l()
263 RETURN2PI(hx2_hi + x_hi, hx2_lo + x_lo + q); in expm1l()265 RETURN2PI(x, hx2_lo + q + hx2_hi); in expm1l()
653 #define RETURN2PI(x, y) do { \ macro666 RETURN2PI((rp)->hi, (rp)->lo); \