Searched refs:expf (Results 1 - 25 of 37) 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.
9 extern float expf(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.
9 extern float expf(float x);
14 return expf(logf(x)*y);
/external/chromium_org/media/audio/
H A Daudio_power_monitor.cc21 1.0f - expf(-1.0f / (sample_rate * time_constant.InSecondsF()))) {
/external/clang/test/CodeGen/
H A Dlibcalls.c108 float expf_ = expf(f);
111 // CHECK-NO: declare float @expf(float) [[NUW_RN]]
114 // CHECK-YES-NOT: declare float @expf(float) [[NUW_RN]]
H A Dlibcall-declarations.c77 float expf(float);
277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
376 // CHECK-NOERRNO: declare float @expf(float) [[NUW]]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.h102 : SkBitmapFilter(width), alpha(a), expWidth(expf(-alpha * width * width)) {
106 return SkTMax(0.f, float(expf(-alpha*x*x) - expWidth));
/external/skia/src/core/
H A DSkBitmapFilter.h102 : SkBitmapFilter(width), alpha(a), expWidth(expf(-alpha * width * width)) {
106 return SkTMax(0.f, float(expf(-alpha*x*x) - expWidth));
/external/stlport/stlport/stl/config/
H A D_como.h125 # define expf exp macro
/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h86 #define sk_float_exp(x) expf(x)
/external/skia/include/core/
H A DSkFloatingPoint.h84 #define sk_float_exp(x) expf(x)
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c87 printf(" expF(%+20.4e) = %+20.4e\n", (double)f, (double)expf(f));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h125 #define expf(f) ((float) exp(f)) macro
268 #define EXPF(x) expf(x)
/external/mesa3d/src/mesa/main/
H A Dimports.h125 #define expf(f) ((float) exp(f)) macro
266 #define EXPF(x) expf(x)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c232 {"exp", &lp_build_exp, &expf, exp2_values, Elements(exp2_values), 18.0 },
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h133 case LibFunc::expf:
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c232 {"exp", &lp_build_exp, &expf, exp2_values, Elements(exp2_values), 18.0 },
/external/bison/darwin-lib/
H A Dmath.h845 # undef expf
846 _GL_FUNCDECL_SYS (expf, float, (float x));
848 _GL_CXXALIAS_SYS (expf, float, (float x));
849 _GL_CXXALIASWARN (expf);
851 # undef expf macro
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
854 "use gnulib module expf for portability");
/external/bison/lib/
H A Dmath.in.h533 # undef expf macro
534 _GL_FUNCDECL_SYS (expf, float, (float x));
536 _GL_CXXALIAS_SYS (expf, float, (float x));
537 _GL_CXXALIASWARN (expf); variable
539 # undef expf macro
541 _GL_WARN_ON_USE (expf, "expf is unportable - "
542 "use gnulib module expf for portability");
/external/bison/linux-lib/
H A Dmath.h845 # undef expf
846 _GL_FUNCDECL_SYS (expf, float, (float x));
848 _GL_CXXALIAS_SYS (expf, float, (float x));
849 _GL_CXXALIASWARN (expf);
851 # undef expf macro
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
854 "use gnulib module expf for portability");
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkPMetric.cpp163 float exp = expf(-b * cyclesPerDegree);
164 float root = sqrtf(1.0f + 0.06f * expf(b * cyclesPerDegree));
/external/skia/tools/skpdiff/
H A DSkPMetric.cpp163 float exp = expf(-b * cyclesPerDegree);
164 float root = sqrtf(1.0f + 0.06f * expf(b * cyclesPerDegree));
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDynamicsCompressorKernel.cpp107 return m_linearThreshold + (1 - expf(-k * (x - m_linearThreshold))) / k;
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h215 /// float expf(float x);
216 expf, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollElasticityController.mm72 float criticalDampeningFactor = expf((-elapsedTime * rubberbandStiffness) / period);
/external/ltrace/etc/
H A Dlibm.so.conf273 float expf(float);

Completed in 571 milliseconds

12