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

12

/freebsd-10.3-release/lib/msun/i387/
H A De_logf.S11 ENTRY(logf)
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
85 void logf(const LogBuilder &Log);
H A DDiffLog.cpp23 consumer.logf(*this);
H A DDifferenceEngine.h69 LogBuilder logf(StringRef text) { function in class:llvm::DifferenceEngine
H A DDifferenceEngine.cpp162 Engine.logf("successor %l cannot be equivalent to %r; "
239 Engine.logf("arguments %l and %r differ")
332 Engine.logf("right switch has extra case %r") << CaseValue;
340 Engine.logf("left switch has extra case %l") << I->first;
356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
662 logf("function %l exists only in left module") << LFn;
668 logf("function %r exists only in right module") << RFn;
H A DDiffConsumer.cpp160 void DiffConsumer::logf(const LogBuilder &Log) { function in class:DiffConsumer
/freebsd-10.3-release/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-10.3-release/lib/msun/tests/
H A Dlogarithm_test.c84 test(logf, x, result, exceptmask, excepts); \
171 test(logf, 1.0, 0.0, ALL_STD_EXCEPT, 0);
229 test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
/freebsd-10.3-release/lib/msun/src/
H A Dcatrigf.c113 *rx = logf(A + sqrtf(A * A - 1));
294 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1,
298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
300 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x)));
373 rx = (m_ln2 - logf(ay)) / 2;
H A Dmath.h367 float logf(float);
H A Dmath_private.h713 #define __ieee754_logf logf
/freebsd-10.3-release/contrib/netbsd-tests/lib/libm/
H A Dt_log.c715 * logf(3)
720 atf_tc_set_md_var(tc, "descr", "Test logf(e) == 1");
727 if (fabsf(logf(M_E) - 1.0f) > eps)
728 atf_tc_fail_nonfatal("logf(e) != 1");
734 atf_tc_set_md_var(tc, "descr", "Test logf(NaN) == NaN");
742 ATF_CHECK(isnan(logf(x)) != 0);
748 atf_tc_set_md_var(tc, "descr", "Test logf(-Inf) == NaN");
754 const float y = logf(x);
762 atf_tc_set_md_var(tc, "descr", "Test logf(+Inf) == +Inf");
773 ATF_CHECK(logf(
[all...]
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h279 # define logf(x) log(x) macro
H A Dstubs.c316 logf(float x) function
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h217 /* Define to 1 if you have the `logf' function. */
1001 # define logf _logf macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h371 /// float logf(float x);
372 logf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp201 "logf",
496 TLI.setUnavailable(LibFunc::logf);
/freebsd-10.3-release/lib/msun/
H A DMakefile199 log.3 logf.3 log.3 logl.3 \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h444 __tg_log(float __x) {return logf(__x);}
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h656 extern float logf(float);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1952 case LibFunc::logf:

Completed in 160 milliseconds

12