/external/rust/crates/libm/src/math/ |
D | asin.rs | 70 pub fn asin(mut x: f64) -> f64 { in asin() function
|
D | mod.rs | 77 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/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 277 asin() const in asin() function
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | complex_cmath.h | 317 __DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) { in asin() 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/rust/crates/num-traits/src/ |
D | real.rs | 562 fn asin(self) -> Self; in asin() method
|
D | float.rs | 1580 fn asin(self) -> Self; in asin() method 2057 fn asin(self) -> Self { in asin() method 2192 fn asin(self) -> Self { in asin() method
|
/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/llvm-project/libcxx/include/ |
D | math.h | 783 inline _LIBCPP_INLINE_VISIBILITY float asin(float __lcpp_x) _NOEXCEPT {return ::asinf(_… in asin() function 784 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(_… in asin() function 790 asin(_A1 __lcpp_x) _NOEXCEPT {return ::asin((double)__lcpp_x);} in asin() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() function
|
D | __clang_cuda_math.h | 62 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } in asin() function
|
D | tgmath.h | 112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
|
/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/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 35 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 36 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 35 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/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
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1638 void ShaderCore::asin(Vector4f &dst, const Vector4f &src, bool pp) in asin() function in sw::ShaderCore
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 1885 constexpr const ImmutableString asin("asin"); variable
|