Home
last modified time | relevance | path

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

/external/toybox/tests/
Dbc.test31 run_bc_test arctan
/external/swiftshader/src/Pipeline/
DShaderCore.cpp379 Float4 arctan(RValue<Float4> x, bool pp) in arctan() function
391 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) in arctan() function
1634 dst.x = arctan(src.x, pp); in atan()
1635 dst.y = arctan(src.y, pp); in atan()
1636 dst.z = arctan(src.z, pp); in atan()
1637 dst.w = arctan(src.w, pp); in atan()
1642 dst.x = arctan(src0.x, src1.x, pp); in atan2()
1643 dst.y = arctan(src0.y, src1.y, pp); in atan2()
1644 dst.z = arctan(src0.z, src1.z, pp); in atan2()
1645 dst.w = arctan(src0.w, src1.w, pp); in atan2()
DShaderCore.hpp73 Float4 arctan(RValue<Float4> x, bool pp = false);
74 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp = false);
/external/swiftshader/src/Shader/
DShaderCore.cpp379 Float4 arctan(RValue<Float4> x, bool pp) in arctan() function
391 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) in arctan() function
1634 dst.x = arctan(src.x, pp); in atan()
1635 dst.y = arctan(src.y, pp); in atan()
1636 dst.z = arctan(src.z, pp); in atan()
1637 dst.w = arctan(src.w, pp); in atan()
1642 dst.x = arctan(src0.x, src1.x, pp); in atan2()
1643 dst.y = arctan(src0.y, src1.y, pp); in atan2()
1644 dst.z = arctan(src0.z, src1.z, pp); in atan2()
1645 dst.w = arctan(src0.w, src1.w, pp); in atan2()
DShaderCore.hpp73 Float4 arctan(RValue<Float4> x, bool pp = false);
74 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp = false);
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_unary_test.py220 self._compareBoth(x, np.arctan, math_ops.atan)
279 self._compareBoth(x, np.arctan, math_ops.atan)
330 self._compareBoth(x, np.arctan, math_ops.atan)
Dbasic_gpu_test.py116 self._compare(data, np.arctan, math_ops.atan, use_gpu)
/external/tensorflow/tensorflow/compiler/tests/
Dunary_ops_test.py169 math_ops.atan, x.astype(dtype), expected=np.arctan(x).astype(dtype))
/external/llvm/docs/
DYamlIO.rst626 return Polar(sqrt(x*x+y*y), arctan(x,y));
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DYamlIO.rst626 return Polar(sqrt(x*x+y*y), arctan(x,y));
/external/freetype/
DChangeLog.25890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.