/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | latebindingsymboltable_unittest.cc | 41 X(acos) \ 59 EXPECT_EQ(table.acos()(0.5), acos(0.5)); in TEST()
|
/external/v8/test/mjsunit/ |
D | transcendentals.js | 44 assertTrue(Math.acos(x) != Math.acos(y));
|
/external/chromium_org/v8/test/mjsunit/ |
D | transcendentals.js | 44 assertTrue(Math.acos(x) != Math.acos(y));
|
/external/stlport/test/unit/ |
D | valarray_test.cpp | 39 tmp = acos(darray); in transcendentals() 65 tmp = acos(farray); in transcendentals() 92 tmp = acos(ldarray); in transcendentals()
|
D | cmath_test.cpp | 101 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/ |
D | math-expected.txt | 40 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/ |
D | libcall-declarations.c | 5 double acos(double); 80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
|
/external/skia/src/animator/ |
D | SkDisplayMath.cpp | 47 SK_FUNCTION(acos), 119 SK_MEMBER_FUNCTION(acos, Float), 156 case SK_FUNCTION(acos): in executeFunction()
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkDisplayMath.cpp | 47 SK_FUNCTION(acos), 119 SK_MEMBER_FUNCTION(acos, Float), 156 case SK_FUNCTION(acos): in executeFunction()
|
/external/ceres-solver/internal/ceres/ |
D | jet_test.cc | 283 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/ |
D | Cwise_acos.cpp | 2 cout << v.acos() << endl;
|
/external/eigen/Eigen/src/Core/ |
D | GlobalFunctions.h | 45 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/ |
D | MatrixExponential.cpp | 8 const double pi = std::acos(-1.0); in main()
|
D | MatrixFunction.cpp | 13 const double pi = std::acos(-1.0); in main()
|
D | MatrixSquareRoot.cpp | 8 const double pi = std::acos(-1.0); in main()
|
/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 67 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.h | 345 # 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/ |
D | SkFloatingPoint.h | 37 #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/ |
D | SkFloatingPoint.h | 37 #define sk_float_acos(x) (float)::acos(x) 54 #define sk_float_acos(x) static_cast<float>(acos(x))
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-03-07-SpillerBug.ll | 18 declare double @acos(double) nounwind readonly 44 %19 = call double @acos(double %18) nounwind readonly
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | Cone.cpp | 59 double angle = 180.0 * acos(dotProduct) / piDouble; in gain()
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | more_x87_fp.stdout.exp | 13 a=2.000000 acos(cos(a))=2.000000 27 a=1.400000 acos(cos(a))=1.400000
|
/external/valgrind/main/memcheck/tests/x86/ |
D | more_x86_fp.stdout.exp | 14 a=2.000000 acos(cos(a))=2.000000 29 a=1.400000 acos(cos(a))=1.400000
|
/external/eigen/Eigen/src/Geometry/ |
D | AngleAxis.h | 161 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/ |
D | acos.ir | 1 ((function acos
|