/external/rust/crates/libm/src/math/ |
D | acos.rs | 63 pub fn acos(x: f64) -> f64 { in acos() function
|
D | mod.rs | 73 mod acos; module
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 112 UnaryCRFunction acos = UnaryCRFunction.acosFunction; in testCR() local
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_trigonometric.inl | 80 GLM_FUNC_QUALIFIER vecType<T, P> acos(vecType<T, P> const & v) function
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | complex_cmath.h | 325 __DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) { in acos() function
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 263 acos() const in acos() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 465 public Complex acos() { in acos() method in Complex
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 584 fn acos(self) -> Self; in acos() method
|
D | float.rs | 1597 fn acos(self) -> Self; in acos() method 2061 fn acos(self) -> Self { in acos() method 2196 fn acos(self) -> Self { in acos() method
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
|
D | tgmath.h | 90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | DfpMath.java | 950 public static Dfp acos(Dfp a) { in acos() method in DfpMath
|
/external/llvm-project/libcxx/include/ |
D | math.h | 771 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return ::acosf(_… in acos() function 772 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return ::acosl(_… in acos() function 778 acos(_A1 __lcpp_x) _NOEXCEPT {return ::acos((double)__lcpp_x);} in acos() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
|
D | __clang_cuda_math.h | 58 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } in acos() function
|
D | tgmath.h | 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/include/ |
D | math.h | 775 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return ::acosf(_… in acos() function 776 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return ::acosl(_… in acos() function 782 acos(_A1 __lcpp_x) _NOEXCEPT {return ::acos((double)__lcpp_x);} in acos() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 35 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 36 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
|
/external/crcalc/src/com/hp/creals/ |
D | CR.java | 971 public CR acos() { in acos() method in CR
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 5156 def acos(x, name=None): function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 3139 public static double acos(double x) { in acos() method in FastMath
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1630 void ShaderCore::acos(Vector4f &dst, const Vector4f &src, bool pp) in acos() function in sw::ShaderCore
|