Home
last modified time | relevance | path

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

12

/external/musl/src/math/i386/
Dacos.s3 .global acos symbol
5 acos: label
/external/musl/src/math/
Dacos.c60 double acos(double x) in acos() function
/external/rust/crates/libm/src/math/
Dacos.rs63 pub fn acos(x: f64) -> f64 { in acos() function
Dmod.rs89 mod acos; module
/external/eigen/test/
DAnnoyingScalar.h109 AnnoyingScalar acos(const AnnoyingScalar &x) { return std::acos(*x.v); } in acos() function
/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/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java465 public Complex acos() { in acos() method in Complex
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h297 acos() const in acos() function
/external/rust/crates/num-traits/src/
Dreal.rs584 fn acos(self) -> Self; in acos() method
Dfloat.rs1653 fn acos(self) -> Self; in acos() method
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h558 inline _LIBCPP_HIDE_FROM_ABI float acos(float __x) _NOEXCEPT {return __builtin_acosf(__… in acos() function
561 _LIBCPP_HIDE_FROM_ABI double acos(double __x) _NOEXCEPT { in acos() function
565 inline _LIBCPP_HIDE_FROM_ABI long double acos(long double __x) _NOEXCEPT {return __builtin_acosl(__… in acos() function
571 acos(_A1 __x) _NOEXCEPT {return __builtin_acos((double)__x);} in acos() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
/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/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/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc74 test::DefaultInputBetweenZeroAndOne<Eigen::half>(), std::acos, in GENERATE_DEFAULT_TEST_WITH_SPECIFIC_INPUT_VALUES_2()
/external/musl/include/
Dtgmath.h209 #define acos(x) __tg_real_complex(acos, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/external/cronet/buildtools/third_party/libc++/trunk/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/rust/crates/half/src/
Dnum_traits.rs516 fn acos(self) -> Self { in acos() method
1254 fn acos(self) -> Self { in acos() method
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp35 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1490 static expr acos(float arg) { return expr(std::acos(arg)); } in acos() function
2436 inline expr acos(half arg) { return functions::acos(arg); } in acos() function
2437 inline expr acos(expr arg) { return functions::acos(arg); } in acos() function
/external/armnn/third-party/half/
Dhalf.hpp1492 static expr acos(float arg) { return expr(std::acos(arg)); } in acos() function
2438 inline expr acos(half arg) { return functions::acos(arg); } in acos() function
2439 inline expr acos(expr arg) { return functions::acos(arg); } in acos() function
/external/crcalc/src/com/hp/creals/
DCR.java971 public CR acos() { in acos() method in CR

12