Home
last modified time | relevance | path

Searched defs:asin (Results 1 – 25 of 26) sorted by relevance

12

/external/rust/crates/libm/src/math/
Dasin.rs70 pub fn asin(mut x: f64) -> f64 { in asin() function
Dmod.rs77 mod asin; module
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java111 UnaryCRFunction asin = UnaryCRFunction.asinFunction; in testCR() local
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_trigonometric.inl71 GLM_FUNC_QUALIFIER vecType<T, P> asin(vecType<T, P> const & v) function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h277 asin() const in asin() function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h317 __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/
DComplex.java488 public Complex asin() { in asin() method in Complex
/external/rust/crates/num-traits/src/
Dreal.rs562 fn asin(self) -> Self; in asin() method
Dfloat.rs1580 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.h52 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() function
Dtgmath.h119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java942 public static Dfp asin(final Dfp a) { in asin() method in DfpMath
/external/llvm-project/libcxx/include/
Dmath.h783 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.h46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() function
D__clang_cuda_math.h62 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } in asin() function
Dtgmath.h112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dmath.h787 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/
Dmath_h.pass.cpp35 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp36 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp35 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp37 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
/external/crcalc/src/com/hp/creals/
DCR.java956 public CR asin() { in asin() method in CR
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java3063 public static double asin(double x) { in asin() method in FastMath
/external/swiftshader/src/Shader/
DShaderCore.cpp1638 void ShaderCore::asin(Vector4f &dst, const Vector4f &src, bool pp) in asin() function in sw::ShaderCore
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1885 constexpr const ImmutableString asin("asin"); variable

12