Searched refs:logf (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-12-stable/lib/msun/i387/
H A De_logf.S11 ENTRY(logf)
/freebsd-12-stable/crypto/heimdal/kcm/
H A Dlog.c38 static krb5_log_facility *logf; variable
44 krb5_initlog(kcm_context, "kcm", &logf);
50 krb5_addlog_dest(kcm_context, logf, *p);
53 krb5_addlog_dest(kcm_context, logf, DEFAULT_LOG_DEST);
54 krb5_set_warn_dest(kcm_context, logf);
61 krb5_vlog_msg(kcm_context, logf, &msg, level, fmt, ap);
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dlog.c44 krb5_initlog(context, "kdc", &config->logf);
50 krb5_addlog_dest(context, config->logf, *p);
57 krb5_addlog_dest(context, config->logf, ss);
60 krb5_set_warn_dest(context, config->logf);
69 krb5_vlog_msg(context, config->logf, &msg, level, fmt, ap);
H A Dkdc.h84 krb5_log_facility *logf; member in struct:krb5_kdc_configuration
H A Ddefault_config.c67 c->logf = NULL;
/freebsd-12-stable/lib/msun/src/
H A Ds_clogf.c72 return (CMPLXF(logf(hypotf(x, y)), v));
83 return (CMPLXF(logf(ax), v));
87 return (CMPLXF(logf(hypotf(x * 0x1p-126F, y * 0x1p-126F)) +
90 return (CMPLXF(logf(hypotf(x, y)), v));
94 return (CMPLXF(logf(hypotf(x * 0x1p127F, y * 0x1p127F)) +
99 return (CMPLXF(logf(hypotf(x, y)), v));
141 return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v));
H A Ds_cpowf.c70 theta = theta + y * logf (absa);
H A Dcatrigf.c115 *rx = logf(A + sqrtf(A * A - 1));
296 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1,
300 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
302 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x)));
375 rx = (m_ln2 - logf(ay)) / 2;
H A Dmath.h368 float logf(float);
H A Dmath_private.h861 #define __ieee754_logf logf
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
85 void logf(const LogBuilder &Log) override;
H A DDiffLog.cpp21 consumer->logf(*this);
H A DDifferenceEngine.h67 LogBuilder logf(StringRef text) { function in class:llvm::DifferenceEngine
H A DDifferenceEngine.cpp160 Engine.logf("successor %l cannot be equivalent to %r; "
238 Engine.logf("arguments %l and %r differ")
349 Engine.logf("right switch has extra case %r") << CaseValue;
357 Engine.logf("left switch has extra case %l") << I->first;
373 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
704 logf("function %l exists only in left module") << LFn;
716 logf("function %r exists only in right module") << RFn;
722 logf(("not comparing " + Twine(LeftAnonCount) +
H A DDiffConsumer.cpp159 void DiffConsumer::logf(const LogBuilder &Log) { function in class:DiffConsumer
/freebsd-12-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c45 FILE *logf; variable
137 fprintf(logf, "%s %s%s\n", pfx, name, de->d_name);
352 fprintf(logf, "CTMDR %s%s\n", name, de->d_name);
366 fprintf(logf, "CTMFR %s%s %s\n", name, de->d_name, m1);
393 fprintf(logf, "Ignore %s\n", buf1);
400 fprintf(logf, "Bogus %s\n", buf1);
547 logf = fopen(optarg, "w");
548 if (!logf)
550 setlinebuf(logf);
566 if (!logf)
[all...]
/freebsd-12-stable/lib/msun/tests/
H A Dlogarithm_test.c85 test(logf, x, result, exceptmask, excepts); \
172 test(logf, 1.0, 0.0, ALL_STD_EXCEPT, 0);
230 test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
H A Dt_log.c707 * logf(3)
712 atf_tc_set_md_var(tc, "descr", "Test logf(e) == 1");
719 if (fabsf(logf(M_E) - 1.0f) > eps)
720 atf_tc_fail_nonfatal("logf(e) != 1");
726 atf_tc_set_md_var(tc, "descr", "Test logf(NaN) == NaN");
734 ATF_CHECK(isnan(logf(x)) != 0);
740 atf_tc_set_md_var(tc, "descr", "Test logf(-Inf) == NaN");
746 const float y = logf(x);
754 atf_tc_set_md_var(tc, "descr", "Test logf(+Inf) == +Inf");
761 ATF_CHECK(logf(
[all...]
/freebsd-12-stable/contrib/libstdc++/libmath/
H A Dmathconf.h279 # define logf(x) log(x) macro
H A Dstubs.c316 logf(float x) function
/freebsd-12-stable/gnu/lib/libstdc++/
H A Dconfig.h217 /* Define to 1 if you have the `logf' function. */
998 # define logf _logf macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h140 __DEVICE__ float log(float __x) { return ::logf(__x); }
449 using ::logf;
H A Dtgmath.h437 __tg_log(float __x) {return logf(__x);}
/freebsd-12-stable/lib/msun/
H A DMakefile227 log.3 logf.3 log.3 logl.3 \
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h656 extern float logf(float);

Completed in 362 milliseconds

12