/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_trigonometric.inl | 114 VECTORIZE_VEC(asin) argument
|
/external/valgrind/perf/ |
D | fbench.c | 349 #define asin I_asin macro 554 static double asin(x) in asin() function
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fbench.c | 353 #define asin I_asin macro 558 static double asin(x) in asin() function
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 111 UnaryCRFunction asin = UnaryCRFunction.asinFunction; in testCR() local
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 276 asin() const 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/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 | 689 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/ |
D | math_h.pass.cpp | 34 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 35 Ambiguous asin(Ambiguous){ return Ambiguous(); } in asin() function
|
/external/crcalc/src/com/hp/creals/ |
D | CR.java | 908 public CR asin() { in asin() method in CR
|
/external/v8/src/base/ |
D | ieee754.cc | 1046 double asin(double x) { in asin() function
|
/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 | 1446 void ShaderCore::asin(Vector4f &dst, const Vector4f &src, bool pp) in asin() function in sw::ShaderCore
|