Home
last modified time | relevance | path

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

/external/llvm-project/libclc/generic/lib/math/
Datan.cl114 // (chi + clo) = arctan(infinity)
123 // (chi + clo) = arctan(1.5)
132 // (chi + clo) = arctan(1.)
141 // (chi + clo) = arctan(0.5)
Datanpi.cl112 // (chi + clo) = arctan(infinity)
121 // (chi + clo) = arctan(1.5)
130 // (chi + clo) = arctan(1.)
139 // (chi + clo) = arctan(0.5)
/external/toybox/tests/
Dbc.test31 run_bc_test arctan
/external/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);
/external/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
/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/python/lib/core/
Dbfloat16_test.py239 np.arcsin, np.arccos, np.arctan, np.sinh, np.cosh, np.tanh, np.arcsinh,
/external/tensorflow/third_party/py/numpy/tf_numpy_api/
Dtensorflow.experimental.numpy.pbtxt176 name: "arctan"
/external/tensorflow/tensorflow/compiler/tests/
Dunary_ops_test.py208 math_ops.atan, x.astype(dtype), expected=np.arctan(x).astype(dtype))
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py711 def arctan(x): function
/external/llvm/docs/
DYamlIO.rst626 return Polar(sqrt(x*x+y*y), arctan(x,y));
/external/llvm-project/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.