| /external/musl/src/math/i386/ |
| D | acos.s | 3 .global acos symbol 5 acos: label
|
| /external/musl/src/math/ |
| D | acos.c | 60 double acos(double x) in acos() function
|
| /external/rust/crates/libm/src/math/ |
| D | acos.rs | 63 pub fn acos(x: f64) -> f64 { in acos() function
|
| D | mod.rs | 89 mod acos; module
|
| /external/eigen/test/ |
| D | AnnoyingScalar.h | 109 AnnoyingScalar acos(const AnnoyingScalar &x) { return std::acos(*x.v); } in acos() function
|
| /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/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
| D | Complex.java | 465 public Complex acos() { in acos() method in Complex
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseUnaryOps.h | 297 acos() const in acos() function
|
| /external/rust/crates/num-traits/src/ |
| D | real.rs | 584 fn acos(self) -> Self; in acos() method
|
| D | float.rs | 1653 fn acos(self) -> Self; in acos() method
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 558 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.h | 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
|
| /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/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/tensorflow/tensorflow/core/kernels/mlir_generated/ |
| D | gpu_unary_ops_test.cc | 74 test::DefaultInputBetweenZeroAndOne<Eigen::half>(), std::acos, in GENERATE_DEFAULT_TEST_WITH_SPECIFIC_INPUT_VALUES_2()
|
| /external/musl/include/ |
| D | tgmath.h | 209 #define acos(x) __tg_real_complex(acos, (x)) macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/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/rust/crates/half/src/ |
| D | num_traits.rs | 516 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/ |
| D | math_h.pass.cpp | 35 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1490 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/ |
| D | half.hpp | 1492 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/ |
| D | CR.java | 971 public CR acos() { in acos() method in CR
|