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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Cwise_acos.cpp 2 cout << v.acos() << endl;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAcos.rs 24 return acos(inV);
28 return acos(inV);
32 return acos(inV);
36 return acos(inV);
  /external/chromium_org/third_party/webrtc/base/
latebindingsymboltable_unittest.cc 24 X(acos) \
42 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);
MatrixPower.cpp 8 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/misc/common/swig/include/2.0.11/
math.i 21 extern double acos(double x);
  /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/llvm-libc++/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/platform/audio/
Cone.cpp 59 double angle = 180.0 * acos(dotProduct) / piDouble;
  /external/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);

Completed in 1154 milliseconds

1 2 3 4 5 6 7 8 91011>>