Searched refs:expf (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDynamicsCompressor.cpp104 float r1 = expf(-f1 * piFloat);
105 float r2 = expf(-f2 * piFloat);
H A DDynamicsCompressorKernel.cpp107 return m_linearThreshold + (1 - expf(-k * (x - m_linearThreshold))) / k;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h140 /// float expf(float x);
141 expf, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp86 "expf",
301 TLI.setUnavailable(LibFunc::expf);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h271 /* Define to 1 if you have the `expf' function. */
1065 # define expf _expf macro
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderThemeIOS.mm134 outData[paintInfo] = expf(start - (end + start) * a);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1708 AddOpt(LibFunc::exp, LibFunc::expf, &UnsafeUnaryDoubleFP);
2504 // exp, expf, expl:

Completed in 188 milliseconds