Searched refs:asinf (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h66 /// float asinf(float x);
67 asinf, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp49 "asinf",
294 TLI.setUnavailable(LibFunc::asinf);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDynamicsCompressorKernel.cpp295 float scaledDesiredGain = asinf(desiredGain) / (0.5f * piFloat);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h220 /* Define to 1 if you have the `asinf' function. */
995 # define asinf _asinf macro
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1702 AddOpt(LibFunc::asin, LibFunc::asinf, &UnsafeUnaryDoubleFP);

Completed in 215 milliseconds