Home
last modified time | relevance | path

Searched defs:acos (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/crates/libm/src/math/
Dacos.rs63 pub fn acos(x: f64) -> f64 { in acos() function
Dmod.rs73 mod acos; module
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java112 UnaryCRFunction acos = UnaryCRFunction.acosFunction; in testCR() local
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl80 GLM_FUNC_QUALIFIER vecType<T, P> acos(vecType<T, P> const & v) function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h325 __DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) { in acos() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h263 acos() const in acos() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java465 public Complex acos() { in acos() method in Complex
/external/rust/crates/num-traits/src/
Dreal.rs584 fn acos(self) -> Self; in acos() method
Dfloat.rs1597 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.h51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
Dtgmath.h90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java950 public static Dfp acos(Dfp a) { in acos() method in DfpMath
/external/llvm-project/libcxx/include/
Dmath.h771 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.h45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
D__clang_cuda_math.h58 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } in acos() function
Dtgmath.h83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dmath.h775 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/
Dmath_h.pass.cpp34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp35 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp36 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/external/crcalc/src/com/hp/creals/
DCR.java971 public CR acos() { in acos() method in CR
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py5156 def acos(x, name=None): function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java3139 public static double acos(double x) { in acos() method in FastMath
/external/swiftshader/src/Shader/
DShaderCore.cpp1630 void ShaderCore::acos(Vector4f &dst, const Vector4f &src, bool pp) in acos() function in sw::ShaderCore

12