HomeSort by relevance Sort by last modified time
    Searched refs:acos (Results 1 - 25 of 366) 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/generated/
TestAcos.rs 24 return acos(inV);
28 return acos(inV);
32 return acos(inV);
36 return acos(inV);
40 return acos(inV);
44 return acos(inV);
48 return acos(inV);
52 return acos(inV);
  /prebuilts/go/darwin-x86/src/math/
asin_amd64.s 10 TEXT ·Acos(SB),NOSPLIT,$0
11 JMP ·acos(SB)
asin_arm.s 10 TEXT ·Acos(SB),NOSPLIT,$0
11 B ·acos(SB)
  /prebuilts/go/linux-x86/src/math/
asin_amd64.s 10 TEXT ·Acos(SB),NOSPLIT,$0
11 JMP ·acos(SB)
asin_arm.s 10 TEXT ·Acos(SB),NOSPLIT,$0
11 B ·acos(SB)
  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
math.s 4 .float $acos(0.0)
  /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/current/sources/cxx-stl/gabi++/include/
cmath 48 using ::acos;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 48 using ::acos;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cmath 48 using ::acos;
  /external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
acos_valarray.pass.cpp 16 // acos(const valarray<T>& x);
46 std::valarray<T> v3 = acos(v1);
  /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/opencv3/3rdparty/openexr/Imath/
ImathMath.h 93 static T acos (T x) {return ::acos (double(x));} function in struct:Imath::Math
126 static float acos (float x) {return ::acosf (x);} function in struct:Imath::Math
  /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/crcalc/tests/src/com/hp/creals/
CRTest.java 44 // Added basic asin and acos tests, improved messages,
112 UnaryCRFunction acos = UnaryCRFunction.acosFunction; local
127 check_eq(acos.execute(one.cos()), one, "acos(cos(1) failed");
151 check_appr_eq(Math.acos(0.1*n),
152 CR.valueOf(0.1*n).acos().doubleValue(),
153 "acos failed at " + 0.1*n);

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 91011>>