Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/targets/dri-vmwgfx/
Dvmw_powf.c9 extern float expf(float x);
14 return expf(logf(x)*y); in powf()
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
Dvmw_powf.c9 extern float expf(float x);
14 return expf(logf(x)*y); in powf()
/external/skia/src/core/
DSkBitmapFilter.h102 : SkBitmapFilter(width), alpha(a), expWidth(expf(-alpha * width * width)) { in SkBitmapFilter()
106 return SkTMax(0.f, float(expf(-alpha*x*x) - expWidth)); in evaluate()
/external/chromium_org/third_party/skia/src/core/
DSkBitmapFilter.h102 : SkBitmapFilter(width), alpha(a), expWidth(expf(-alpha * width * width)) { in SkBitmapFilter()
106 return SkTMax(0.f, float(expf(-alpha*x*x) - expWidth)); in evaluate()
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll38 define float @expf(float %F) {
39 ; CHECK-LABEL: expf:
40 ; CHECK: bl expf
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll68 ; CHECK: bl {{.*}}expf
71 ; CHECK: bl {{.*}}expf
74 ; CHECK: bl {{.*}}expf
77 ; CHECK: bl {{.*}}expf
/external/clang/test/CodeGen/
Dlibcalls.c108 float expf_ = expf(f); in test_builtins()
Dlibcall-declarations.c77 float expf(float);
277 F(erfcl), F(exp), F(expf), F(expl), F(exp2),
/external/chromium_org/media/audio/
Daudio_power_monitor.cc21 1.0f - expf(-1.0f / (sample_rate * time_constant.InSecondsF()))) { in AudioPowerMonitor()
/external/stlport/stlport/stl/config/
D_como.h125 # define expf exp macro
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c87 printf(" expF(%+20.4e) = %+20.4e\n", (double)f, (double)expf(f)); in main()
/external/skia/include/core/
DSkFloatingPoint.h84 #define sk_float_exp(x) expf(x)
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h86 #define sk_float_exp(x) expf(x)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h125 #define expf(f) ((float) exp(f)) macro
268 #define EXPF(x) expf(x)
/external/mesa3d/src/mesa/main/
Dimports.h125 #define expf(f) ((float) exp(f)) macro
266 #define EXPF(x) expf(x)
/external/bison/linux-lib/
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
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
/external/bison/lib/
Dmath.in.h533 # undef expf
534 _GL_FUNCDECL_SYS (expf, float, (float x));
536 _GL_CXXALIAS_SYS (expf, float, (float x));
537 _GL_CXXALIASWARN (expf);
539 # undef expf
541 _GL_WARN_ON_USE (expf, "expf is unportable - "
/external/bison/darwin-lib/
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
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h133 case LibFunc::expf: in getIntrinsicIDForCall()
/external/skia/tools/skpdiff/
DSkPMetric.cpp163 float exp = expf(-b * cyclesPerDegree); in contrast_sensitivity()
164 float root = sqrtf(1.0f + 0.06f * expf(b * cyclesPerDegree)); in contrast_sensitivity()
/external/chromium_org/third_party/skia/tools/skpdiff/
DSkPMetric.cpp163 float exp = expf(-b * cyclesPerDegree); in contrast_sensitivity()
164 float root = sqrtf(1.0f + 0.06f * expf(b * cyclesPerDegree)); in contrast_sensitivity()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c232 {"exp", &lp_build_exp, &expf, exp2_values, Elements(exp2_values), 18.0 },
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c232 {"exp", &lp_build_exp, &expf, exp2_values, Elements(exp2_values), 18.0 },
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h216 expf, enumerator
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DDynamicsCompressorKernel.cpp107 return m_linearThreshold + (1 - expf(-k * (x - m_linearThreshold))) / k; in kneeCurve()

12