HomeSort by relevance Sort by last modified time
    Searched refs:acos (Results 101 - 125 of 366) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
math-finite.h 24 /* acos. */
25 extern double __REDIRECT_NTH (acos, (double), __acos_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 255 #define acos(Val) __TGMATH_UNARY_REAL_IMAG (Val, acos, cacos) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
math-finite.h 24 /* acos. */
25 extern double __REDIRECT_NTH (acos, (double), __acos_finite);
  /bionic/libm/include/
math.h 146 double acos(double);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java 182 mAngle = (float) Math.acos(dotProduct(event.values, Z_AXIS));
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 36 [24 mult 9 add 2sqrt 1acos 1cos=33flops 4func]
56 theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*srq))));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 230 public static final ComposableFunction ACOS = new ComposableFunction() {
234 return FastMath.acos(d);
  /external/ceres-solver/include/ceres/
jet.h 384 inline double acos (double x) { return std::acos(x); } function in namespace:ceres
431 // acos(a + h) ~= acos(a) - 1 / sqrt(1 - a^2) h
433 Jet<T, N> acos(const Jet<T, N>& f) { function in namespace:ceres
435 return Jet<T, N>(acos(f.a), tmp * f.v);
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 203 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(acos, Acos)
  /external/opencv3/modules/calib3d/src/
quadsubpix.cpp 232 double angle = acos(dir1.dot(dir2)/(norm(dir1)*norm(dir2)));
  /external/speex/libspeex/
math_approx.h 43 #define spx_acos acos
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_cmath.h 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.c 59 printf("a=%f acos(cos(a))=%f\n", a, acos(cos(a)));
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/memcheck/tests/x86/
more_x86_fp.c 49 printf("a=%f acos(cos(a))=%f\n", a, acos(cos(a)));
more_x86_fp.stdout.exp 14 a=2.000000 acos(cos(a))=2.000000
29 a=1.400000 acos(cos(a))=1.400000
  /frameworks/base/services/core/java/com/android/server/power/
WirelessChargerDetector.java 329 + ", angle=" + (Math.acos(dotProduct / mag1 / mag2) * 180 / Math.PI)
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java 109 double radian = Math.acos(Math.min(product, 1f));
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 50 * {@code acos}), use the "IEEE 754 core function" version
54 * {@code asin}, {@code acos}, {@code atan},
141 public static native double acos(double a); method in class:StrictMath
    [all...]
  /libcore/ojluni/src/main/native/
StrictMath.c 164 NATIVE_METHOD(StrictMath, acos, "(D)D"),
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 218 using std::acos;\
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 36 [24 mult 9 add 2sqrt 1acos 1cos=33flops 4func]
56 theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*srq))));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 36 using std::tr1::acos;

Completed in 686 milliseconds

1 2 3 45 6 7 8 91011>>