Home
last modified time | relevance | path

Searched refs:acosf (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c7 float acosf(float);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
/external/skia/include/core/
DSkFloatingPoint.h58 #define sk_float_acos(x) acosf(x)
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c151 printf(" acosF(%+20.4e) = %+20.4e\n", (double)f, (double)acosf(f)); in main()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCairo.cpp48 static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90); in prepareContextForGlyphDrawing()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h55 acosf, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp293 TLI.setUnavailable(LibFunc::acosf); in initialize()
/external/skia/src/core/
DSkCordic.cpp249 float arccos = acosf(val);
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm208 …oncat(matrix, CGAffineTransformMake(1, 0, -tanf(SYNTHETIC_OBLIQUE_ANGLE * acosf(0) / 90), 1, 0, 0)…
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll13 ; WIN32-NOT: float @acosf
Ddouble-float-shrink.ll12 ; CHECK: call float @acosf(float %f)
/external/clang/lib/Headers/
Dtgmath.h67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp1014 data.f[c] = acosf(op[0]->value.f[c]); in constant_expression_value()
/external/clang/include/clang/Basic/
DBuiltins.def815 LIBBUILTIN(acosf, "ff", "fe", "math.h", ALL_LANGUAGES)
/external/llvm/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1700 AddOpt(LibFunc::acos, LibFunc::acosf, &UnsafeUnaryDoubleFP); in InitOptimizations()