Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_trigonometric.inl114 VECTORIZE_VEC(asin) argument
/external/valgrind/perf/
Dfbench.c349 #define asin I_asin macro
554 static double asin(x) in asin() function
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c353 #define asin I_asin macro
558 static double asin(x) in asin() function
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java111 UnaryCRFunction asin = UnaryCRFunction.asinFunction; in testCR() local
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h276 asin() const 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/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/libcxx/include/
Dmath.h689 inline _LIBCPP_INLINE_VISIBILITY float asin(float __lcpp_x) _NOEXCEPT {return ::asinf(_… in asin() function
690 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(_… in asin() function
696 asin(_A1 __lcpp_x) _NOEXCEPT {return ::asin((double)__lcpp_x);} in asin() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp34 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp35 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
/external/crcalc/src/com/hp/creals/
DCR.java908 public CR asin() { in asin() method in CR
/external/v8/src/base/
Dieee754.cc1046 double asin(double x) { in asin() function
/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.cpp1446 void ShaderCore::asin(Vector4f &dst, const Vector4f &src, bool pp) in asin() function in sw::ShaderCore