/external/autotest/client/bin/ |
D | base_sysinfo.py | 52 def __init__(self, logf, log_in_keyval): argument 53 self.logf = logf 63 path = os.path.join(logdir, self.logf) 80 def __init__(self, path, logf=None, log_in_keyval=False): argument 81 if not logf: 82 logf = os.path.basename(path) 83 super(logfile, self).__init__(logf, log_in_keyval) 89 r %= (self.path, self.logf, self.log_in_keyval) 95 return (self.path, self.logf) == (other.path, other.logf) 109 return hash((self.path, self.logf)) [all …]
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 331 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()
|
D | util.c | 96 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()
|
D | unix.c | 1376 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/eigen/Eigen/src/Core/arch/CUDA/ |
D | MathFunctions.h | 24 return make_float4(logf(a.x), logf(a.y), logf(a.z), logf(a.w));
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog08 | 92 for logf in messages maillog 94 if [ ! -e /var/log/$logf ]; then 95 tst_resm TBROK "/var/log/$logf no such log file"
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DiffConsumer.h | 46 virtual void logf(const LogBuilder &Log) = 0; 87 void logf(const LogBuilder &Log);
|
D | DifferenceEngine.cpp | 164 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()
|
D | DiffLog.cpp | 24 consumer.logf(*this); in ~LogBuilder()
|
D | DifferenceEngine.h | 68 LogBuilder logf(StringRef text) { in logf() function
|
/external/llvm/tools/llvm-diff/ |
D | DiffConsumer.h | 47 virtual void logf(const LogBuilder &Log) = 0; 86 void logf(const LogBuilder &Log) override;
|
D | DifferenceEngine.cpp | 161 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()
|
D | DiffLog.cpp | 23 consumer->logf(*this); in ~LogBuilder()
|
D | DifferenceEngine.h | 68 LogBuilder logf(StringRef text) { in logf() function
|
/external/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 70 define float @logf(float %F) { 71 ; CHECK-LABEL: logf: 72 ; CHECK: bl logf
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 161 ; CHECK: bl {{.*}}logf 164 ; CHECK: bl {{.*}}logf 167 ; CHECK: bl {{.*}}logf 170 ; CHECK: bl {{.*}}logf
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_util.h | 92 return etna_float_to_fixp55(logf((float)width) * RCPLOG2); in etna_log2_fixp55()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | log.ll | 2 ; RUN: grep "bl logf" %t1.s | count 1
|
/external/clang/test/CodeGen/ |
D | libcalls.c | 118 float logf_ = logf(f); in test_builtins()
|
D | libcall-declarations.c | 116 float logf(float); 285 F(log), F(logf), F(logl), F(log10), F(log10f),
|
/external/tensorflow/tensorflow/core/framework/ |
D | numeric_types.h | 95 return static_cast<tensorflow::bfloat16>(::logf(static_cast<float>(x)));
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 85 INLINE_DEF_FLOAT_SYMBOL(logf, 1)
|
/external/adhd/cras/src/dsp/ |
D | drc_math.h | 134 return 8.6858896380650366f * logf(linear); in linear_to_decibels()
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.cc | 117 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()
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fnfns.c | 112 printf(" logF(%+20.4e) = %+20.4e\n", (double)f, (double)logf(f)); in main()
|