Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c77 RETURNP(-1 / x); in expl()
78 RETURNP(x + x); /* x is +Inf or +NaN */ in expl()
81 RETURNP(huge * huge); in expl()
83 RETURNP(tiny * tiny); in expl()
222 RETURNP(-1 / x - 1); in expm1l()
223 RETURNP(x + x); /* x is +Inf or +NaN */ in expm1l()
226 RETURNP(huge * huge); in expm1l()
Ds_logl.c582 RETURNP(-1 / zero); /* log1p(-1) = -Inf */ in log1pl()
584 RETURNP((x - x) / (x - x)); in log1pl()
588 RETURNP(x); /* x with inexact if x != 0 */ in log1pl()
593 RETURNP(x + x); /* log1p(Inf or NaN) = Inf or qNaN */ in log1pl()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h789 #define RETURNP(x) do { \ macro
808 RETURNP((rp)->hi); \