Searched refs:arcsin (Results 1 – 17 of 17) sorted by relevance
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_asin_op.py | 30 output_np = np.arcsin(x_np) 39 output_np = np.arcsin(x_np)
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_asin_op.py | 45 expect = np.arcsin(np_array)
|
/third_party/mindspore/mindspore/numpy/ |
D | __init__.py | 55 sin, cos, tan, arcsin, arccos, arctan, sinh, cosh, tanh, arcsinh, arccosh,
|
D | math_ops.py | 3502 def arcsin(x, dtype=None): function
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 346 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()
|
D | ShaderCore.hpp | 73 Float4 arcsin(RValue<Float4> x, bool pp = false);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 330 return Float4(1.57079632e+0f) - arcsin(x); in arccos() 333 Float4 arcsin(RValue<Float4> x, bool pp) in arcsin() function
|
D | ShaderCore.hpp | 200 Float4 arcsin(RValue<Float4> x, bool pp = false);
|
/third_party/boost/libs/math/doc/distributions/ |
D | arcsine.qbk | 80 [expression F(x) = 2[sdot]arcsin([sqrt]((x-x_min)/(x_max - x))) / [pi]]
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | list_wheel_viewport.dart | 120 /// 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/ |
D | OES_texture_cube_map.txt | 83 the arcsin of the dot product of these two vectors.
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_cube_map.txt | 93 the arcsin of the dot product of these two vectors.
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_math_ops.py | 1516 return mnp.arcsin(x) 1520 return onp.arcsin(x)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_cube_map.txt | 71 rotation is the arcsin of the dot product of these two vectors.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_cube_map.txt | 71 rotation is the arcsin of the dot product of these two vectors.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_cube_map.txt | 84 the arcsin of the dot product of these two vectors.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_cube_map.txt | 94 the arcsin of the dot product of these two vectors.
|