Home
last modified time | relevance | path

Searched refs:RETURN2PI (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/lib/msun/ld128/
Ds_logl.c670 RETURN2PI(val_hi, val_lo); in log1pl()
716 RETURN2PI(invln10_hi * hi, in log10l()
734 RETURN2PI(invln2_hi * hi, in log2l()
Ds_expl.c266 RETURN2PI(hx2_hi + x_hi, hx2_lo + x_lo + q); in expm1l()
268 RETURN2PI(x, hx2_lo + q + hx2_hi); in expm1l()
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h806 #define RETURN2PI(x, y) do { \ macro
819 RETURN2PI((rp)->hi, (rp)->lo); \