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

12

/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
H A Dvmw_powf.c4 * replace the powf function with calls to expf and logf.
10 extern float logf(float x);
14 return expf(logf(x)*y);
/external/mesa3d/src/gallium/targets/dri-vmwgfx/
H A Dvmw_powf.c4 * replace the powf function with calls to expf and logf.
10 extern float logf(float x);
14 return expf(logf(x)*y);
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
85 void logf(const LogBuilder &Log) override;
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;
/external/e2fsprogs/e2fsck/
H A Dlogfile.c326 ctx->logf = fopen(s0, "w");
327 if (!ctx->logf && s1.s)
328 ctx->logf = fopen(s1.s, "w");
329 if (!ctx->logf && s2.s)
330 ctx->logf = fopen(s2.s, "w");
331 if (!ctx->logf && log_dir_wait)
332 ctx->logf = save_output(s0, s1.s, s2.s);
H A Dutil.c91 if (ctx->logf) {
93 vfprintf(ctx->logf, fmt, pvar);
105 if (ctx->logf) {
107 vfprintf(ctx->logf, fmt, pvar);
H A Dproblem.c1920 if (ctx->logf && message)
1921 print_e2fsck_message(ctx->logf, ctx, message, pctx, 1, 0);
1959 if (ctx->logf)
1960 fprintf(ctx->logf, "%s.\n", answer ?
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h128 #define logf(f) ((float) log(f)) macro
131 #define log2f(f) (logf(f) * (float) (1.0 / M_LN2))
151 static inline float log2f(float x) { return logf(x) * 1.442695041f; }
152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
153 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
154 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; }
267 #define LOGF(x) logf(x)
/external/mesa3d/src/mesa/main/
H A 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; }
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); }
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); }
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; }
265 #define LOGF(x) logf(x)
/external/clang/test/CodeGen/
H A Dlibcalls.c118 float logf_ = logf(f);
121 // CHECK-NO: declare float @logf(float) [[NUW_RN]]
124 // CHECK-YES-NOT: declare float @logf(float) [[NUW_RN]]
H A Dlibcall-declarations.c116 float logf(float);
285 F(log), F(logf), F(logl), F(log10), F(log10f),
415 // CHECK-NOERRNO: declare float @logf(float) [[NUW]]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h103 static INLINE float logf( float f ) function
109 /* Work-around an extra semi-colon in VS 2005 logf definition */
110 #ifdef logf
111 #undef logf macro
112 #define logf(x) ((float)log((double)(x))) macro
113 #endif /* logf */
156 return logf(f) * (float) (1.0 / M_LN2);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h103 static INLINE float logf( float f ) function
109 /* Work-around an extra semi-colon in VS 2005 logf definition */
110 #ifdef logf
111 #undef logf macro
112 #define logf(x) ((float)log((double)(x))) macro
113 #endif /* logf */
/external/stlport/stlport/stl/config/
H A D_como.h121 inline float logf(float arg) { return log(arg); } function
/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h87 #define sk_float_log(x) logf(x)
/external/skia/include/core/
H A DSkFloatingPoint.h85 #define sk_float_log(x) logf(x)
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c112 printf(" logF(%+20.4e) = %+20.4e\n", (double)f, (double)logf(f));
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc36 #define logf printf macro
690 logf("Benchmark started...\n");
698 logf("Benchmark ended... time: %2.5f\n",
812 logf("Handle message unknown type: %s\n", var.DebugString().c_str());
855 logf("Failed to create a 2D resource!\n");
857 logf("Couldn't bind the device context\n");
/external/bison/darwin-lib/
H A 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 macro
1530 _GL_WARN_ON_USE (logf, "log
[all...]
/external/bison/lib/
H A Dmath.in.h1202 # undef logf macro
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 macro
1210 _GL_FUNCDECL_SYS (logf, float, (float x));
1212 _GL_CXXALIAS_SYS (logf, float, (float x));
1214 _GL_CXXALIASWARN (logf); variable
1216 # undef logf macro
1218 _GL_WARN_ON_USE (logf, "log
[all...]
/external/bison/linux-lib/
H A 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 macro
1530 _GL_WARN_ON_USE (logf, "log
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c233 {"log", &lp_build_log, &logf, log2_values, Elements(log2_values), 20.0 },
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h141 case LibFunc::logf:

Completed in 755 milliseconds

12