Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c669 RETURN2PI(val_hi, val_lo); in log1pl()
714 RETURN2PI(invln10_hi * hi, in log10l()
733 RETURN2PI(invln2_hi * hi, in log2l()
Ds_expl.c263 RETURN2PI(hx2_hi + x_hi, hx2_lo + x_lo + q); in expm1l()
265 RETURN2PI(x, hx2_lo + q + hx2_hi); in expm1l()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h653 #define RETURN2PI(x, y) do { \ macro
666 RETURN2PI((rp)->hi, (rp)->lo); \