Searched refs:acosf (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 7 float acosf(float); 80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 58 #define sk_float_acos(x) acosf(x)
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fnfns.c | 151 printf(" acosF(%+20.4e) = %+20.4e\n", (double)f, (double)acosf(f)); in main()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | FontCairo.cpp | 48 static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90); in prepareContextForGlyphDrawing()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 55 acosf, enumerator
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 293 TLI.setUnavailable(LibFunc::acosf); in initialize()
|
/external/skia/src/core/ |
D | SkCordic.cpp | 249 float arccos = acosf(val);
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 208 …oncat(matrix, CGAffineTransformMake(1, 0, -tanf(SYNTHETIC_OBLIQUE_ANGLE * acosf(0) / 90), 1, 0, 0)…
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | win-math.ll | 13 ; WIN32-NOT: float @acosf
|
D | double-float-shrink.ll | 12 ; CHECK: call float @acosf(float %f)
|
/external/clang/lib/Headers/ |
D | tgmath.h | 67 __tg_acos(float __x) {return acosf(__x);} in __tg_acos()
|
/external/mesa3d/src/glsl/ |
D | ir_constant_expression.cpp | 1014 data.f[c] = acosf(op[0]->value.f[c]); in constant_expression_value()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 815 LIBBUILTIN(acosf, "ff", "fe", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 1700 AddOpt(LibFunc::acos, LibFunc::acosf, &UnsafeUnaryDoubleFP); in InitOptimizations()
|