Home
last modified time | relevance | path

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

/NextBSD/contrib/openpam/lib/libpam/
HDpam_getenvlist.c64 RETURNP(NULL); in pam_getenvlist()
69 RETURNP(NULL); in pam_getenvlist()
80 RETURNP(NULL); in pam_getenvlist()
84 RETURNP(envlist); in pam_getenvlist()
HDopenpam_debug.h83 #define RETURNP(p) do { \ macro
108 #define RETURNP(p) return (p) macro
/NextBSD/lib/msun/ld80/
HDs_expl.c87 RETURNP(-1 / x); in expl()
88 RETURNP(x + x); /* x is +Inf, +NaN or unsupported */ in expl()
91 RETURNP(huge * huge); in expl()
93 RETURNP(tiny * tiny); in expl()
178 RETURNP(-1 / x - 1); in expm1l()
179 RETURNP(x + x); /* x is +Inf, +NaN or unsupported */ in expm1l()
182 RETURNP(huge * huge); in expm1l()
HDs_logl.c567 RETURNP(-1 / zero); /* log1p(-1) = -Inf */ in log1pl()
569 RETURNP((x - x) / (x - x)); in log1pl()
573 RETURNP(x); /* x with inexact if x != 0 */ in log1pl()
578 RETURNP(x + x); /* log1p(Inf or NaN) = Inf or qNaN */ in log1pl()
/NextBSD/lib/msun/ld128/
HDs_expl.c75 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()
HDs_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()
/NextBSD/lib/msun/src/
HDmath_private.h641 #define RETURNP(x) do { \ macro
660 RETURNP((rp)->hi); \