Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c579 RETURNP(-1 / zero); /* log1p(-1) = -Inf */ in log1pl()
581 RETURNP((x - x) / (x - x)); in log1pl()
585 RETURNP(x); /* x with inexact if x != 0 */ in log1pl()
590 RETURNP(x + x); /* log1p(Inf or NaN) = Inf or qNaN */ in log1pl()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h629 #define RETURNP(x) do { \ macro
648 RETURNP((rp)->hi); \