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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/mesa/main/
imports.h 118 #define acosf(f) ((float) acos(f))
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 69 result = Math.acos(d);
  /ndk/sources/android/support/src/msun/
math_private.h 672 #define __ieee754_acos acos
  /external/crcalc/src/com/hp/creals/
CR.java 923 public CR acos() { method in class:CR
    [all...]
UnaryCRFunction.java 202 return x.acos();
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 689 using std::acos;
707 Scalar theta = acos(absD);
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 22 static_assert((std::is_same<decltype(acos((double)0)), double>::value), "");
25 assert(acos(1) == 0);
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector3.java 131 float phi = (float)Math.acos(2f * v - 1f); // polar angle
578 final float theta0 = (float)Math.acos(dot);
  /external/ltrace/etc/
libm.so.conf 32 double acos(double);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 511 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(acos, ::acos)
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 532 CV_CUDEV_UNARY_FUNCTION_INST(acos, ::acos)
  /external/v8/test/mjsunit/
undeletable-functions.js 60 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
  /frameworks/rs/scriptc/
rs_quaternion.rsh 295 float theta = acos(angle);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 67 // Test for method double java.lang.StrictMath.acos(double)
69 .acos(ADJ / HYP)) == ADJ / HYP);
144 .acos(ADJ / HYP)) == ADJ / HYP);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 20 static_assert((std::is_same<decltype(acos((double)0)), double>::value), "");
23 assert(acos(1) == 0);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 295 float theta = acos(angle);
  /bionic/tests/
math_test.cpp 316 TEST(math, acos) {
317 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0));
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 203 double acos(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 203 double acos(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 192 double acos(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 203 double acos(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 203 double acos(double) __NDK_FPABI_MATH__;
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 676 #define __ieee754_acos acos
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
vec3.js 695 return Math.acos(cosine);

Completed in 1724 milliseconds

1 2 3 4 5 6 78 91011>>