Home
last modified time | relevance | path

Searched refs:arcsin (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_asin_op.py30 output_np = np.arcsin(x_np)
39 output_np = np.arcsin(x_np)
/third_party/mindspore/tests/st/ops/cpu/
Dtest_asin_op.py45 expect = np.arcsin(np_array)
/third_party/mindspore/mindspore/numpy/
D__init__.py55 sin, cos, tan, arcsin, arccos, arctan, sinh, cosh, tanh, arcsinh, arccosh,
Dmath_ops.py3502 def arcsin(x, dtype=None): function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp346 return Float4(1.57079632e+0f) - arcsin(x); in arccos()
349 Float4 arcsin(RValue<Float4> x, bool pp) in arcsin() function
1640 dst.x = arcsin(src.x, pp); in asin()
1641 dst.y = arcsin(src.y, pp); in asin()
1642 dst.z = arcsin(src.z, pp); in asin()
1643 dst.w = arcsin(src.w, pp); in asin()
DShaderCore.hpp73 Float4 arcsin(RValue<Float4> x, bool pp = false);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp330 return Float4(1.57079632e+0f) - arcsin(x); in arccos()
333 Float4 arcsin(RValue<Float4> x, bool pp) in arcsin() function
DShaderCore.hpp200 Float4 arcsin(RValue<Float4> x, bool pp = false);
/third_party/boost/libs/math/doc/distributions/
Darcsine.qbk80 [expression F(x) = 2[sdot]arcsin([sqrt]((x-x_min)/(x_max - x))) / [pi]]
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dlist_wheel_viewport.dart120 /// will be evenly laid out between that cylinder's -arcsin(1/2) and
121 /// arcsin(1/2) angles.
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_cube_map.txt83 the arcsin of the dot product of these two vectors.
/third_party/openGLES/extensions/OES/
DOES_texture_cube_map.txt93 the arcsin of the dot product of these two vectors.
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py1516 return mnp.arcsin(x)
1520 return onp.arcsin(x)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_cube_map.txt71 rotation is the arcsin of the dot product of these two vectors.
/third_party/openGLES/extensions/EXT/
DEXT_texture_cube_map.txt71 rotation is the arcsin of the dot product of these two vectors.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_cube_map.txt84 the arcsin of the dot product of these two vectors.
/third_party/openGLES/extensions/ARB/
DARB_texture_cube_map.txt94 the arcsin of the dot product of these two vectors.