/external/eigen/Eigen/src/plugins/ |
H A D | ArrayCwiseUnaryOps.h | 73 * \sa sin(), acos() 103 acos() const function 113 * \sa sin(), acos()
|
/external/fonttools/Lib/fontTools/misc/ |
H A D | bezierTools.py | 253 from math import sqrt, acos, cos, pi namespace 308 theta = acos(R/sqrt(Q*Q*Q))
|
/external/fonttools/Tools/fontTools/misc/ |
H A D | bezierTools.py | 253 from math import sqrt, acos, cos, pi namespace 308 theta = acos(R/sqrt(Q*Q*Q))
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
H A D | DfpMath.java | 948 * @return acos(a) 950 public static Dfp acos(Dfp a) { method in class:DfpMath
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
H A D | Complex.java | 457 * <code> acos(z) = -i (log(z + i (sqrt(1 - z<sup>2</sup>))))</code></pre></p> 465 public Complex acos() { method in class:Complex
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
H A D | __clang_cuda_cmath.h | 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
|
H A D | 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/ceres-solver/include/ceres/ |
H A D | 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/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
H A D | FastMath.java | 3139 public static double acos(double x) { method in class:FastMath 3160 /* Compute acos(x) = atan(sqrt(1-x*x)/x) */
|
/external/clang/lib/Headers/ |
H A D | 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/crcalc/src/com/hp/creals/ |
H A D | CR.java | 912 return new_arg.acos(); 923 public CR acos() { method in class:CR
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
H A D | FastMath.java | 418 * @return fValue's acos 419 * @see java.lang.Math#acos(double) 421 public static float acos(float fValue) { method in class:FastMath 424 return (float) Math.acos(fValue);
|
/external/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 36 Ambiguous acos(Ambiguous){ return Ambiguous(); } function 114 static_assert((std::is_same<decltype(std::acos((float)0)), float>::value), ""); 115 static_assert((std::is_same<decltype(std::acos((bool)0)), double>::value), ""); 116 static_assert((std::is_same<decltype(std::acos((unsigned short)0)), double>::value), ""); 117 static_assert((std::is_same<decltype(std::acos((int)0)), double>::value), ""); 118 static_assert((std::is_same<decltype(std::acos((unsigned int)0)), double>::value), ""); 119 static_assert((std::is_same<decltype(std::acos((long)0)), double>::value), ""); 120 static_assert((std::is_same<decltype(std::acos((unsigned long)0)), double>::value), ""); 121 static_assert((std::is_same<decltype(std::acos((long long)0)), double>::value), ""); 122 static_assert((std::is_same<decltype(std::acos((unsigne [all...] |
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |