| /external/musl/src/math/i386/ |
| D | asin.s | 1 .global asin symbol 3 asin: label
|
| /external/musl/src/math/ |
| D | asin.c | 67 double asin(double x) in asin() function
|
| /external/rust/crates/libm/src/math/ |
| D | asin.rs | 70 pub fn asin(mut x: f64) -> f64 { in asin() function
|
| D | mod.rs | 93 mod asin; module
|
| /external/crcalc/tests/src/com/hp/creals/ |
| D | CRTest.java | 111 UnaryCRFunction asin = UnaryCRFunction.asinFunction; in testCR() local
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_trigonometric.inl | 71 GLM_FUNC_QUALIFIER vecType<T, P> asin(vecType<T, P> const & v) function
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
| D | Complex.java | 488 public Complex asin() { in asin() method in Complex
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseUnaryOps.h | 311 asin() const in asin() function
|
| /external/rust/crates/num-traits/src/ |
| D | real.rs | 562 fn asin(self) -> Self; in asin() method
|
| D | float.rs | 1636 fn asin(self) -> Self; in asin() method
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 576 inline _LIBCPP_HIDE_FROM_ABI float asin(float __x) _NOEXCEPT {return __builtin_asinf(__… in asin() function 579 _LIBCPP_HIDE_FROM_ABI double asin(double __x) _NOEXCEPT { in asin() function 583 inline _LIBCPP_HIDE_FROM_ABI long double asin(long double __x) _NOEXCEPT {return __builtin_asinl(__… in asin() function 589 asin(_A1 __x) _NOEXCEPT {return __builtin_asin((double)__x);} in asin() function
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 52 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() function
|
| D | tgmath.h | 119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
| D | DfpMath.java | 942 public static Dfp asin(final Dfp a) { in asin() method in DfpMath
|
| /external/libcxx/include/ |
| D | math.h | 787 inline _LIBCPP_INLINE_VISIBILITY float asin(float __lcpp_x) _NOEXCEPT {return ::asinf(_… in asin() function 788 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(_… in asin() function 794 asin(_A1 __lcpp_x) _NOEXCEPT {return ::asin((double)__lcpp_x);} in asin() function
|
| /external/musl/include/ |
| D | tgmath.h | 211 #define asin(x) __tg_real_complex(asin, (x)) macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 35 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 36 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 37 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
| /external/rust/crates/half/src/ |
| D | num_traits.rs | 511 fn asin(self) -> Self { in asin() method 1249 fn asin(self) -> Self { in asin() method
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 36 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1485 static expr asin(float arg) { return expr(std::asin(arg)); } in asin() function 2429 inline expr asin(half arg) { return functions::asin(arg); } in asin() function 2430 inline expr asin(expr arg) { return functions::asin(arg); } in asin() function
|
| /external/armnn/third-party/half/ |
| D | half.hpp | 1487 static expr asin(float arg) { return expr(std::asin(arg)); } in asin() function 2431 inline expr asin(half arg) { return functions::asin(arg); } in asin() function 2432 inline expr asin(expr arg) { return functions::asin(arg); } in asin() function
|
| /external/crcalc/src/com/hp/creals/ |
| D | CR.java | 956 public CR asin() { in asin() method in CR
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
| D | FastMath.java | 3063 public static double asin(double x) { in asin() method in FastMath
|