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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Cwise_acos.cpp 2 cout << v.acos() << endl;
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable_unittest.cc 41 X(acos) \
59 EXPECT_EQ(table.acos()(0.5), acos(0.5));
  /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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 48 using ::acos;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Cone.cpp 59 double angle = 180.0 * acos(dotProduct) / piDouble;
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 35 #define AKFS_ACOS(x) acos(x)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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);

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>