/external/eigen/Eigen/src/plugins/ |
ArrayCwiseUnaryOps.h | 73 * \sa sin(), acos() 103 acos() const function 113 * \sa sin(), acos()
|
/external/fonttools/Lib/fontTools/misc/ |
bezierTools.py | 253 from math import sqrt, acos, cos, pi namespace 308 theta = acos(R/sqrt(Q*Q*Q))
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
mlmath.h | 62 #define acos(x) ml_acos(x) macro
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
mlmath.h | 74 #define acos(x) ml_acos(x) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
mlmath.h | 62 #define acos(x) ml_acos(x) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
mlmath.h | 62 #define acos(x) ml_acos(x) macro
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 127 public static float acos(float value) { method in class:MathUtils 128 return (float) Math.acos(value);
|
/libcore/luni/src/main/java/java/lang/ |
Math.java | 101 * <li>{@code acos((anything > 1) = NaN}</li> 102 * <li>{@code acos((anything < -1) = NaN}</li> 103 * <li>{@code acos(NaN) = NaN}</li> 110 public static native double acos(double d); method in class:Math [all...] |
StrictMath.java | 111 * <li>{@code acos((anything > 1) = NaN}</li> 112 * <li>{@code acos((anything < -1) = NaN}</li> 113 * <li>{@code acos(NaN) = NaN}</li> 120 public static native double acos(double d); method in class:StrictMath [all...] |
/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);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 105 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 116 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 116 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 105 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-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-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
tgmath.h | 105 #define acos(z) __TGMATH_CPLX(z, acos, cacos) macro
|
/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
|
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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.5/lib/clang/3.5/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.4/lib/clang/3.4/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.5/lib/clang/3.5/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
|