Home
last modified time | relevance | path

Searched refs:logf (Results 1 – 25 of 72) sorted by relevance

123

/external/autotest/client/bin/
Dbase_sysinfo.py51 def __init__(self, logf, log_in_keyval): argument
52 self.logf = logf
62 path = os.path.join(logdir, self.logf)
79 def __init__(self, path, logf=None, log_in_keyval=False): argument
80 if not logf:
81 logf = os.path.basename(path)
82 super(logfile, self).__init__(logf, log_in_keyval)
88 r %= (self.path, self.logf, self.log_in_keyval)
94 return (self.path, self.logf) == (other.path, other.logf)
108 return hash((self.path, self.logf))
[all …]
/external/eigen/Eigen/src/Core/arch/CUDA/
DMathFunctions.h24 return make_float4(logf(a.x), logf(a.y), logf(a.z), logf(a.w));
/external/e2fsprogs/e2fsck/
Dlogfile.c331 ctx->logf = fopen(s0, "w"); in set_up_logging()
332 if (!ctx->logf && s1.s) in set_up_logging()
333 ctx->logf = fopen(s1.s, "w"); in set_up_logging()
334 if (!ctx->logf && s2.s) in set_up_logging()
335 ctx->logf = fopen(s2.s, "w"); in set_up_logging()
336 if (!ctx->logf && log_dir_wait) in set_up_logging()
337 ctx->logf = save_output(s0, s1.s, s2.s); in set_up_logging()
Dutil.c96 if (ctx->logf) { in log_out()
98 vfprintf(ctx->logf, fmt, pvar); in log_out()
110 if (ctx->logf) { in log_err()
112 vfprintf(ctx->logf, fmt, pvar); in log_err()
Dunix.c1376 if (ctx->logf) { in main()
1378 fputs("E2fsck run: ", ctx->logf); in main()
1381 fputc(' ', ctx->logf); in main()
1382 fputs(argv[i], ctx->logf); in main()
1384 fputc('\n', ctx->logf); in main()
1637 if (ctx->logf) in main()
1638 fprintf(ctx->logf, "Filesystem UUID: %s\n", in main()
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0892 for logf in messages maillog
94 if [ ! -e /var/log/$logf ]; then
95 tst_resm TBROK "/var/log/$logf no such log file"
/external/llvm/tools/llvm-diff/
DDiffConsumer.h47 virtual void logf(const LogBuilder &Log) = 0;
86 void logf(const LogBuilder &Log) override;
DDifferenceEngine.cpp161 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify()
239 Engine.logf("arguments %l and %r differ") in diffCallSites()
332 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
340 Engine.logf("left switch has extra case %l") << I->first; in diff()
356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; in diff()
665 logf("function %l exists only in left module") << LFn; in diff()
671 logf("function %r exists only in right module") << RFn; in diff()
DDiffLog.cpp23 consumer->logf(*this); in ~LogBuilder()
DDifferenceEngine.h68 LogBuilder logf(StringRef text) { in logf() function
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
87 void logf(const LogBuilder &Log);
DDifferenceEngine.cpp164 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify()
243 Engine.logf("arguments %l and %r differ") in diffCallSites()
332 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
340 Engine.logf("left switch has extra case %l") << I->first; in diff()
356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; in diff()
660 logf("function %l exists only in left module") << LFn; in diff()
666 logf("function %r exists only in right module") << RFn; in diff()
DDiffLog.cpp24 consumer.logf(*this); in ~LogBuilder()
DDifferenceEngine.h68 LogBuilder logf(StringRef text) { in logf() function
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll70 define float @logf(float %F) {
71 ; CHECK-LABEL: logf:
72 ; CHECK: bl logf
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll161 ; CHECK: bl {{.*}}logf
164 ; CHECK: bl {{.*}}logf
167 ; CHECK: bl {{.*}}logf
170 ; CHECK: bl {{.*}}logf
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_util.h92 return etna_float_to_fixp55(logf((float)width) * RCPLOG2); in etna_log2_fixp55()
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dlog.ll2 ; RUN: grep "bl logf" %t1.s | count 1
/external/bison/linux-lib/
Dmath.h1514 # undef logf
1515 # define logf rpl_logf
1517 _GL_FUNCDECL_RPL (logf, float, (float x));
1518 _GL_CXXALIAS_RPL (logf, float, (float x));
1521 # undef logf
1522 _GL_FUNCDECL_SYS (logf, float, (float x));
1524 _GL_CXXALIAS_SYS (logf, float, (float x));
1526 _GL_CXXALIASWARN (logf);
1528 # undef logf
1530 _GL_WARN_ON_USE (logf, "logf is unportable - "
/external/bison/lib/
Dmath.in.h1202 # undef logf
1203 # define logf rpl_logf macro
1205 _GL_FUNCDECL_RPL (logf, float, (float x));
1206 _GL_CXXALIAS_RPL (logf, float, (float x));
1209 # undef logf
1210 _GL_FUNCDECL_SYS (logf, float, (float x));
1212 _GL_CXXALIAS_SYS (logf, float, (float x));
1214 _GL_CXXALIASWARN (logf);
1216 # undef logf
1218 _GL_WARN_ON_USE (logf, "logf is unportable - "
/external/bison/darwin-lib/
Dmath.h1514 # undef logf
1515 # define logf rpl_logf
1517 _GL_FUNCDECL_RPL (logf, float, (float x));
1518 _GL_CXXALIAS_RPL (logf, float, (float x));
1521 # undef logf
1522 _GL_FUNCDECL_SYS (logf, float, (float x));
1524 _GL_CXXALIAS_SYS (logf, float, (float x));
1526 _GL_CXXALIASWARN (logf);
1528 # undef logf
1530 _GL_WARN_ON_USE (logf, "logf is unportable - "
/external/clang/test/CodeGen/
Dlibcalls.c118 float logf_ = logf(f); in test_builtins()
Dlibcall-declarations.c116 float logf(float);
285 F(log), F(logf), F(logl), F(log10), F(log10f),
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc85 INLINE_DEF_FLOAT_SYMBOL(logf, 1)
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc117 11.17f * logf((freqs_khz + 0.312f) / (freqs_khz + 14.6575f)) + 43.0f)); in IntelligibilityEnhancer()
259 11.17f * logf((freq_limit + 0.312f) / (freq_limit + 14.6575f)) + 43.0f)); in GetBankSize()

123