logf
static krb5_log_facility *logf;
krb5_initlog(kcm_context, "kcm", &logf);
krb5_addlog_dest(kcm_context, logf, *p);
krb5_addlog_dest(kcm_context, logf, DEFAULT_LOG_DEST);
krb5_set_warn_dest(kcm_context, logf);
krb5_vlog_msg(kcm_context, logf, &msg, level, fmt, ap);
c->logf = NULL;
krb5_log_facility *logf;
krb5_initlog(context, "kdc", &config->logf);
krb5_addlog_dest(context, config->logf, *p);
krb5_addlog_dest(context, config->logf, ss);
krb5_set_warn_dest(context, config->logf);
krb5_vlog_msg(context, config->logf, &msg, level, fmt, ap);
*rx = logf(A + sqrtf(A * A - 1));
return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1,
return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x)));
rx = (m_ln2 - logf(ay)) / 2;
return logf(x)+ln2; /* acosh(huge)=log(2x) */
return logf((float)2.0*x-one/(x+sqrtf(t-one)));
return(u00 + tpi*logf(x));
return(u/v + tpi*(j0f(x)*logf(x)));
return(x*(u/v) + tpi*(j1f(x)*logf(x)-one/x));
tmp = tmp*logf(fabsf(v*tmp));
return -logf(fabsf(x));
nadj = logf(pi/fabsf(t*x));
r = -logf(x);
r += logf(z); break;
t = logf(x);
r = x*(logf(x)-one);
float logf(float);
w = logf(fabsf(x))+ln2;
w = logf((float)2.0*t+one/(sqrtf(x*x+one)+t));
return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v));
return (CMPLXF(logf(hypotf(x, y)), v));
return (CMPLXF(logf(ax), v));
return (CMPLXF(logf(hypotf(x * 0x1p-126F, y * 0x1p-126F)) +
return (CMPLXF(logf(hypotf(x, y)), v));
return (CMPLXF(logf(hypotf(x * 0x1p127F, y * 0x1p127F)) +
return (CMPLXF(logf(hypotf(x, y)), v));
theta = theta + y * logf (absa);
test(logf, 1.0, 0.0, ALL_STD_EXCEPT, 0);
test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
test(logf, x, result, exceptmask, excepts); \