Home
last modified time | relevance | path

Searched refs:acos (Results 1 – 25 of 147) sorted by relevance

123456

/external/chromium_org/third_party/libjingle/source/talk/base/
Dlatebindingsymboltable_unittest.cc41 X(acos) \
59 EXPECT_EQ(table.acos()(0.5), acos(0.5)); in TEST()
/external/v8/test/mjsunit/
Dtranscendentals.js44 assertTrue(Math.acos(x) != Math.acos(y));
/external/chromium_org/v8/test/mjsunit/
Dtranscendentals.js44 assertTrue(Math.acos(x) != Math.acos(y));
/external/stlport/test/unit/
Dvalarray_test.cpp39 tmp = acos(darray); in transcendentals()
65 tmp = acos(farray); in transcendentals()
92 tmp = acos(ldarray); in transcendentals()
Dcmath_test.cpp101 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0)), 1.0) ); in import_checks()
126 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0f)), 1.0f) ); in import_checks()
152 CPPUNIT_CHECK( are_equals(std::cos(std::acos(1.0l)), 1.0l) ); in import_checks()
/external/chromium_org/v8/test/webkit/
Dmath-expected.txt40 PASS Math.acos(NaN) is NaN
41 PASS Math.acos(-0) is Math.acos(0)
42 PASS Math.acos(1) is 0
43 PASS Math.acos(1.1) is NaN
44 PASS Math.acos(-1.1) is NaN
45 PASS Math.acos(Infinity) is NaN
46 PASS Math.acos(-Infinity) is NaN
/external/clang/test/CodeGen/
Dlibcall-declarations.c5 double acos(double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
/external/skia/src/animator/
DSkDisplayMath.cpp47 SK_FUNCTION(acos),
119 SK_MEMBER_FUNCTION(acos, Float),
156 case SK_FUNCTION(acos): in executeFunction()
/external/chromium_org/third_party/skia/src/animator/
DSkDisplayMath.cpp47 SK_FUNCTION(acos),
119 SK_MEMBER_FUNCTION(acos, Float),
156 case SK_FUNCTION(acos): in executeFunction()
/external/ceres-solver/internal/ceres/
Djet_test.cc283 ExpectJetsClose(cos(acos(a)), a); in TEST()
284 ExpectJetsClose(acos(cos(a)), a); in TEST()
287 ExpectJetsClose(cos(acos(b)), b); in TEST()
288 ExpectJetsClose(acos(cos(b)), b); in TEST()
/external/eigen/doc/snippets/
DCwise_acos.cpp2 cout << v.acos() << endl;
/external/eigen/Eigen/src/Core/
DGlobalFunctions.h45 EIGEN_ARRAY_DECLARE_GLOBAL_STD_UNARY(acos,scalar_acos_op) in EIGEN_ARRAY_DECLARE_GLOBAL_STD_UNARY()
91 EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(acos,scalar_acos_op)
/external/eigen/unsupported/doc/examples/
DMatrixExponential.cpp8 const double pi = std::acos(-1.0); in main()
DMatrixFunction.cpp13 const double pi = std::acos(-1.0); in main()
DMatrixSquareRoot.cpp8 const double pi = std::acos(-1.0); in main()
/external/eigen/demos/opengl/
Dgpuhelper.cpp67 float angle = 180.f/M_PI * acos(tmp.z()); in drawVector()
88 float angle = 180.f/M_PI * acos(tmp.z()); in drawVectorBox()
/external/stlport/stlport/stl/
D_cmath.h345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh…
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sin…
554 using ::acos;
/external/skia/include/core/
DSkFloatingPoint.h37 #define sk_float_acos(x) (float)::acos(x)
54 #define sk_float_acos(x) static_cast<float>(acos(x))
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h37 #define sk_float_acos(x) (float)::acos(x)
54 #define sk_float_acos(x) static_cast<float>(acos(x))
/external/llvm/test/CodeGen/ARM/
D2009-03-07-SpillerBug.ll18 declare double @acos(double) nounwind readonly
44 %19 = call double @acos(double %18) nounwind readonly
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DCone.cpp59 double angle = 180.0 * acos(dotProduct) / piDouble; in gain()
/external/valgrind/main/memcheck/tests/amd64/
Dmore_x87_fp.stdout.exp13 a=2.000000 acos(cos(a))=2.000000
27 a=1.400000 acos(cos(a))=1.400000
/external/valgrind/main/memcheck/tests/x86/
Dmore_x86_fp.stdout.exp14 a=2.000000 acos(cos(a))=2.000000
29 a=1.400000 acos(cos(a))=1.400000
/external/eigen/Eigen/src/Geometry/
DAngleAxis.h161 using std::acos;
172 m_angle = Scalar(2)*acos((min)((max)(Scalar(-1),q.w()),Scalar(1)));
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
Dacos.ir1 ((function acos

123456