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

1 2 3 4 5 67 8 91011>>

  /libcore/benchmarks/src/benchmarks/regression/
StrictMathBenchmark.java 85 StrictMath.acos(d);
  /libcore/ojluni/src/main/java/java/lang/
Math.java 180 public static native double acos(double a); method in class:Math
    [all...]
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 43 private final static UnaryCRFunction ACOS = UnaryCRFunction.acosFunction;
106 checkWeakEq(BoundedRational.acos(x), ACOS.execute(xAsCR),
107 "acos:" + x);
111 fromRadians(ACOS.execute(xAsCR)), "degree acos:" + x);
203 check(false, "degree acos(2)");
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 622 EIGEN_AUTODIFF_DECLARE_GLOBAL_UNARY(acos,
624 using std::acos;
625 return ReturnType(acos(x.value()),x.derivatives() * (Scalar(-1)/sqrt(1-numext::abs2(x.value()))));)
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 208 return (sina>=0 ? acos(cosa) : 2*M_PI - acos(cosa));
223 return acos(dot / (norm0 * norm1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 34 static_assert((std::is_same<decltype(std::acos((float)0)), float>::value), "");
35 static_assert((std::is_same<decltype(std::acos((bool)0)), double>::value), "");
36 static_assert((std::is_same<decltype(std::acos((unsigned short)0)), double>::value), "");
37 static_assert((std::is_same<decltype(std::acos((int)0)), double>::value), "");
38 static_assert((std::is_same<decltype(std::acos((unsigned int)0)), double>::value), "");
39 static_assert((std::is_same<decltype(std::acos((long)0)), double>::value), "");
40 static_assert((std::is_same<decltype(std::acos((unsigned long)0)), double>::value), "");
41 static_assert((std::is_same<decltype(std::acos((long long)0)), double>::value), "");
42 static_assert((std::is_same<decltype(std::acos((unsigned long long)0)), double>::value), "");
43 static_assert((std::is_same<decltype(std::acos((double)0)), double>::value), "")
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 57 static native float acos(float x); method in class:CoreMathVerifier
240 static private Target.Floaty acos(double d, Target t) { method in class:CoreMathVerifier
243 Math.acos(in.mid()),
244 Math.acos(in.min()),
245 Math.acos(in.max()));
249 static private Target.Floaty acos(float f, Target t) { method in class:CoreMathVerifier
252 acos(in.mid32()),
253 acos(in.min32()),
254 acos(in.max32()));
276 return t.divide(acos(d, t), pi(t))
    [all...]
  /external/clang/lib/Headers/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 63 // acos
71 __tg_acos(double __x) {return acos(__x);}
89 #undef acos macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 684 #define __ieee754_acos acos
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 357 return FastMath.acos(dot / normProduct);
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
quat.js 377 omega = Math.acos(cosom);

Completed in 981 milliseconds

1 2 3 4 5 67 8 91011>>