/third_party/mindspore/tests/st/ops/gpu/ |
D | test_atan_op.py | 31 output_np = np.arctan(x_np) 40 output_np = np.arctan(x_np.astype(np.float32)).astype(np.float16)
|
/third_party/toybox/tests/ |
D | bc.test | 31 run_bc_test arctan
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_atan_op.py | 45 expect = np.arctan(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 | 3569 def arctan(x, dtype=None): function
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_complex_polar.txt | 64 C_imaginary' = arctan(Cs_real / Cs_imaginary)
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_complex_polar.txt | 64 C_imaginary' = arctan(Cs_real / Cs_imaginary)
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 393 Float4 arctan(RValue<Float4> x, bool pp) in arctan() function 405 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) in arctan() function 1648 dst.x = arctan(src.x, pp); in atan() 1649 dst.y = arctan(src.y, pp); in atan() 1650 dst.z = arctan(src.z, pp); in atan() 1651 dst.w = arctan(src.w, pp); in atan() 1656 dst.x = arctan(src0.x, src1.x, pp); in atan2() 1657 dst.y = arctan(src0.y, src1.y, pp); in atan2() 1658 dst.z = arctan(src0.z, src1.z, pp); in atan2() 1659 dst.w = arctan(src0.w, src1.w, pp); in atan2()
|
D | ShaderCore.hpp | 74 Float4 arctan(RValue<Float4> x, bool pp = false); 75 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp = false);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.hpp | 201 Float4 arctan(RValue<Float4> x, bool pp = false); 202 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp = false);
|
D | ShaderCore.cpp | 377 Float4 arctan(RValue<Float4> x, bool pp) in arctan() function 389 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) in arctan() function
|
/third_party/boost/libs/math/doc/sf/ |
D | owens_t.qbk | 58 [expression ['T(0, a) = [frac12][pi] arctan(a)]]
|
/third_party/boost/libs/math/doc/differentiation/ |
D | autodiff.tex | 757 …es of $f(x)$ are useful, and in fact used, in calculating higher order derivatives for $\arctan(x)$ 760 \arctan^{(n)}(x) = \left(\frac{d}{dx}\right)^{n-1} \frac{1}{1+x^2}\qquad\text{for}\quad 1\le n.
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_math_ops.py | 1558 return mnp.arctan(x) 1562 return onp.arctan(x)
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.25 | 890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.25 | 890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.
|
/third_party/freetype/ |
D | ChangeLog.25 | 890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.
|