Home
last modified time | relevance | path

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

123

/external/autotest/client/bin/
Dbase_sysinfo.py33 def __init__(self, logf, log_in_keyval): argument
34 self.logf = logf
45 path = os.path.join(logdir, self.logf)
54 def __init__(self, path, logf=None, log_in_keyval=False): argument
55 if not logf:
56 logf = os.path.basename(path)
57 super(logfile, self).__init__(logf, log_in_keyval)
63 r %= (self.path, self.logf, self.log_in_keyval)
69 return (self.path, self.logf) == (other.path, other.logf)
83 return hash((self.path, self.logf))
[all …]
/external/e2fsprogs/e2fsck/
Dlogfile.c326 ctx->logf = fopen(s0, "w"); in set_up_logging()
327 if (!ctx->logf && s1.s) in set_up_logging()
328 ctx->logf = fopen(s1.s, "w"); in set_up_logging()
329 if (!ctx->logf && s2.s) in set_up_logging()
330 ctx->logf = fopen(s2.s, "w"); in set_up_logging()
331 if (!ctx->logf && log_dir_wait) in set_up_logging()
332 ctx->logf = save_output(s0, s1.s, s2.s); in set_up_logging()
Dutil.c91 if (ctx->logf) { in log_out()
93 vfprintf(ctx->logf, fmt, pvar); in log_out()
105 if (ctx->logf) { in log_err()
107 vfprintf(ctx->logf, fmt, pvar); in log_err()
Dunix.c1215 if (ctx->logf) { in main()
1217 fputs("E2fsck run: ", ctx->logf); in main()
1220 fputc(' ', ctx->logf); in main()
1221 fputs(argv[i], ctx->logf); in main()
1223 fputc('\n', ctx->logf); in main()
1466 if (ctx->logf) in main()
1467 fprintf(ctx->logf, "Filesystem UUID: %s\n", in main()
/external/mesa3d/src/mesa/main/
Dimports.h128 #define logf(f) ((float) log(f)) macro
131 #define log2f(f) (logf(f) * (float) (1.0 / M_LN2))
150 static inline float log2f(float x) { return logf(x) * 1.442695041f; } in log2f()
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf()
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf()
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf()
265 #define LOGF(x) logf(x)
/external/mesa3d/src/gallium/targets/dri-vmwgfx/
Dvmw_powf.c10 extern float logf(float x);
14 return expf(logf(x)*y); in powf()
/external/llvm/tools/llvm-diff/
DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
85 void logf(const LogBuilder &Log) override;
DDifferenceEngine.cpp162 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()
662 logf("function %l exists only in left module") << LFn; in diff()
668 logf("function %r exists only in right module") << RFn; in diff()
DDiffLog.cpp24 consumer->logf(*this); in ~LogBuilder()
DDifferenceEngine.h69 LogBuilder logf(StringRef text) { in logf() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h103 static INLINE float logf( float f ) in logf() function
110 #ifdef logf
111 #undef logf
112 #define logf(x) ((float)log((double)(x)))
156 return logf(f) * (float) (1.0 / M_LN2); in log2f()
/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/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/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/opencv3/modules/photo/src/
Dtonemap.cpp142 pow(gray_img / static_cast<float>(max), logf(bias) / logf(0.5f), div); in process()
498 … int levels = static_cast<int>(logf(static_cast<float>(min(src.rows, src.cols))) / logf(2.0f)); in getContrast()
Dmerge.cpp214 …int maxlevel = static_cast<int>(logf(static_cast<float>(min(size.width, size.height))) / logf(2.0f… in process()
/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/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp247 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uchar, float)
248 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, char, float)
249 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, ushort, float)
250 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, short, float)
251 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, int, float)
252 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uint, float)
253 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, float, float)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc85 INLINE_DEF_FLOAT_SYMBOL(logf, 1)
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp258 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uchar, float)
259 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, char, float)
260 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, ushort, float)
261 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, short, float)
262 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, int, float)
263 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, uint, float)
264 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(log, ::logf, float, float)
/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()
/external/skia/include/private/
DSkFloatingPoint.h76 #define sk_float_log(x) logf(x)

123