HomeSort by relevance Sort by last modified time
    Searched refs:acos (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /external/eigen/doc/snippets/
Cwise_acos.cpp 2 cout << v.acos() << endl;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.2.js 24 ECMA Section: 15.8.2.2 acos( x )
38 var TITLE = "Math.acos()";
49 array[item++] = new TestCase( SECTION, "Math.acos.length", 1, Math.acos.length );
51 array[item++] = new TestCase( SECTION, "Math.acos(void 0)", Number.NaN, Math.acos(void 0) );
52 array[item++] = new TestCase( SECTION, "Math.acos()", Number.NaN, Math.acos() );
53 array[item++] = new TestCase( SECTION, "Math.acos(null)", Math.PI/2, Math.acos(null) )
    [all...]
  /external/eigen/unsupported/doc/examples/
MatrixExponential.cpp 8 const double pi = std::acos(-1.0);
MatrixFunction.cpp 13 const double pi = std::acos(-1.0);
MatrixSquareRoot.cpp 8 const double pi = std::acos(-1.0);
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 46 using ::acos;
  /bionic/libstdc++/include/
cmath 48 using ::acos;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 48 using ::acos;
  /ndk/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 46 using ::acos;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 46 using ::acos;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 48 using ::acos;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 48 using ::acos;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /external/webkit/Source/WebCore/platform/audio/
Cone.cpp 59 double angle = 180.0 * acos(dotProduct) / piDouble;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
acos_valarray.pass.cpp 16 // acos(const valarray<T>& x);
46 std::valarray<T> v3 = acos(v1);
  /external/clang/test/CodeGen/
libcall-declarations.c 5 double acos(double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
89 // CHECK-NOERRNO: declare double @acos(double) [[NUW:#[0-9]+]]
  /external/stlport/test/unit/
valarray_test.cpp 39 tmp = acos(darray);
65 tmp = acos(farray);
92 tmp = acos(ldarray);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 39 tmp = acos(darray);
65 tmp = acos(farray);
92 tmp = acos(ldarray);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 39 tmp = acos(darray);
65 tmp = acos(farray);
92 tmp = acos(ldarray);
  /external/skia/include/core/
SkFloatingPoint.h 37 #define sk_float_acos(x) (float)::acos(x)
54 #define sk_float_acos(x) static_cast<float>(acos(x))
  /external/skia/legacy/include/core/
SkFloatingPoint.h 38 #define sk_float_acos(x) (float)::acos(x)
55 #define sk_float_acos(x) static_cast<float>(acos(x))

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 910