Searched refs:acosf (Results 1 - 10 of 10) sorted by relevance

/external/skia/include/core/
H A DSkFloatingPoint.h58 #define sk_float_acos(x) acosf(x)
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h25 /// float acosf(float x);
26 acosf, enumerator in enum:llvm::LibFunc::Func
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c151 printf(" acosF(%+20.4e) = %+20.4e\n", (double)f, (double)acosf(f));
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp29 "acosf",
216 TLI.setUnavailable(LibFunc::acosf);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DFontCairo.cpp48 static const float syntheticObliqueSkew = -tanf(14 * acosf(0) / 90);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontMac.mm208 matrix = CGAffineTransformConcat(matrix, CGAffineTransformMake(1, 0, -tanf(SYNTHETIC_OBLIQUE_ANGLE * acosf(0) / 90), 1, 0, 0));
/external/skia/src/core/
H A DSkCordic.cpp249 float arccos = acosf(val);
/external/clang/lib/Headers/
H A Dtgmath.h67 __tg_acos(float __x) {return acosf(__x);}
/external/clang/lib/include/
H A Dtgmath.h67 __tg_acos(float __x) {return acosf(__x);}
/external/mesa3d/src/glsl/
H A Dir_constant_expression.cpp1014 data.f[c] = acosf(op[0]->value.f[c]);

Completed in 158 milliseconds