Searched refs:tanf (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontPlatformDataCairoWin.cpp83 static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90);
H A DFontCGWin.cpp171 static float skew = -tanf(syntheticObliqueAngle * piFloat / 180.0f);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h301 /// float tanf(float x);
302 tanf, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp166 "tanf",
309 TLI.setUnavailable(LibFunc::tanf);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DFontPlatformDataFreeType.cpp319 static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++config.h575 /* Define to 1 if you have the `tanf' function. */
1295 # define tanf _tanf macro
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathParser.cpp483 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DFontMac.mm296 static float obliqueSkew = tanf(SYNTHETIC_OBLIQUE_ANGLE * piFloat / 180);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1719 AddOpt(LibFunc::tan, LibFunc::tanf, &UnsafeUnaryDoubleFP);
2538 // tan, tanf, tanl:

Completed in 207 milliseconds