Searched refs:RETURNP (Results 1 – 3 of 3) sorted by relevance
75 RETURNP(-1 / x); in expl()76 RETURNP(x + x); /* x is +Inf or +NaN */ in expl()79 RETURNP(huge * huge); in expl()81 RETURNP(tiny * tiny); in expl()217 RETURNP(-1 / x - 1); in expm1l()218 RETURNP(x + x); /* x is +Inf or +NaN */ in expm1l()221 RETURNP(huge * huge); in expm1l()
579 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()
641 #define RETURNP(x) do { \ macro660 RETURNP((rp)->hi); \