Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimports.h152 static INLINE float log2f(float x) { return logf(x) * 1.442695041f; } in log2f()
153 static INLINE float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf()
154 static INLINE float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf()
155 static INLINE float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf()
267 #define LOGF(x) logf(x)
/external/llvm/tools/llvm-diff/
DDiffConsumer.h47 virtual void logf(const LogBuilder &Log) = 0;
86 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()
336 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
344 Engine.logf("left switch has extra case %l") << I->first; in diff()
360 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO; in diff()
666 logf("function %l exists only in left module") << LFn; in diff()
672 logf("function %r exists only in right module") << RFn; in diff()
DDiffLog.cpp24 consumer.logf(*this); in ~LogBuilder()
DDifferenceEngine.h70 LogBuilder logf(StringRef text) { in logf() function
DDiffConsumer.cpp161 void DiffConsumer::logf(const LogBuilder &Log) { in logf() function in DiffConsumer
/external/clang/test/CodeGen/
Dlibcall-declarations.c49 float logf(float);
84 logf, log2, log2l, log2f, nearbyint, nearbyintl, nearbyintf, pow, powl, powf,
Dlibcalls.c113 float logf_ = logf(f); in test_builtins()
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll70 define float @logf(float %F) {
71 ; CHECK: 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/stlport/stlport/stl/config/
D_como.h121 inline float logf(float arg) { return log(arg); } in logf() function
/external/skia/include/core/
DSkFloatingPoint.h65 #define sk_float_log(x) logf(x)
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c112 printf(" logF(%+20.4e) = %+20.4e\n", (double)f, (double)logf(f)); in main()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h208 logf, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp304 TLI.setUnavailable(LibFunc::logf); in initialize()
/external/skia/src/core/
DSkCordic.cpp282 float log = logf(val);
/external/opencv/ml/src/
Dmlcnn.cpp1110 eta = -layer->init_learn_rate/logf(1+(float)t);
1225 eta = -layer->init_learn_rate/logf(1+(float)t);
1313 eta = -layer->init_learn_rate/logf(1+(float)t);
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll171 ; WIN32-NOT: float @logf
Ddouble-float-shrink.ll176 ; CHECK: call float @logf(float %f)
/external/stlport/stlport/stl/
D_cmath.h91 inline float logf(float v) { return __logf(v); } in logf() function
/external/clang/lib/Headers/
Dtgmath.h444 __tg_log(float __x) {return logf(__x);} in __tg_log()
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp344 data.f[c] = logf(op[0]->value.f[c]); in constant_expression_value()
/external/clang/include/clang/Basic/
DBuiltins.def871 LIBBUILTIN(logf, "ff", "fe", "math.h", ALL_LANGUAGES)
/external/llvm/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1711 AddOpt(LibFunc::log, LibFunc::logf, &UnsafeUnaryDoubleFP); in InitOptimizations()
/external/stlport/etc/
DChangeLog-5.14951 * stlport/stl/_cmath.h: removed logf, expf, sinf, cosf; option
4994 * stlport/stl/_cmath.h: added logf, expf, sinf, cosf---this fix