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

12

/freebsd-10.0-release/lib/msun/i387/
H A De_logf.S11 ENTRY(logf) function
/freebsd-10.0-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.0-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.0-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; "
241 Engine.logf("arguments %l and %r differ")
334 Engine.logf("right switch has extra case %r") << CaseValue;
342 Engine.logf("left switch has extra case %l") << I->first;
358 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
664 logf("function %l exists only in left module") << LFn;
670 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.0-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.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.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.0-release/lib/msun/src/
H A Dcatrigf.c113 *rx = logf(A + sqrtf(A * A - 1));
294 return (cpackf(logf(hypotf(x / m_e, y / m_e)) + 1,
298 return (cpackf(logf(hypotf(x, y)), atan2f(y, x)));
300 return (cpackf(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.h701 #define __ieee754_logf logf
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dmathconf.h279 # define logf(x) log(x) macro
H A Dstubs.c316 logf(float x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map50 logf;
H A DMakefile193 log.3 logf.3 log.3 logl.3 \
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h217 /* Define to 1 if you have the `logf' function. */
1001 # define logf _logf macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h347 /// float logf(float x);
348 logf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp189 "logf",
457 TLI.setUnavailable(LibFunc::logf);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver498 logf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in211 /* Define to 1 if you have the `logf' function. */
983 # define logf _logf
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h444 __tg_log(float __x) {return logf(__x);}

Completed in 162 milliseconds

12