Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/ops/gpu/
Dtest_atan_op.py31 output_np = np.arctan(x_np)
40 output_np = np.arctan(x_np.astype(np.float32)).astype(np.float16)
/third_party/toybox/tests/
Dbc.test31 run_bc_test arctan
/third_party/mindspore/tests/st/ops/cpu/
Dtest_atan_op.py45 expect = np.arctan(np_array)
/third_party/mindspore/mindspore/numpy/
D__init__.py55 sin, cos, tan, arcsin, arccos, arctan, sinh, cosh, tanh, arcsinh, arccosh,
Dmath_ops.py3569 def arctan(x, dtype=None): function
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_complex_polar.txt64 C_imaginary' = arctan(Cs_real / Cs_imaginary)
/third_party/openGLES/extensions/SGIX/
DSGIX_complex_polar.txt64 C_imaginary' = arctan(Cs_real / Cs_imaginary)
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp393 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()
DShaderCore.hpp74 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/
DShaderCore.hpp201 Float4 arctan(RValue<Float4> x, bool pp = false);
202 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp = false);
DShaderCore.cpp377 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/
Dowens_t.qbk58 [expression ['T(0, a) = [frac12][pi] arctan(a)]]
/third_party/boost/libs/math/doc/differentiation/
Dautodiff.tex757 …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/
Dtest_math_ops.py1558 return mnp.arctan(x)
1562 return onp.arctan(x)
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.25890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.25890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.
/third_party/freetype/
DChangeLog.25890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.