Searched refs:arctan (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/libclc/generic/lib/math/ |
D | atan.cl | 114 // (chi + clo) = arctan(infinity) 123 // (chi + clo) = arctan(1.5) 132 // (chi + clo) = arctan(1.) 141 // (chi + clo) = arctan(0.5)
|
D | atanpi.cl | 112 // (chi + clo) = arctan(infinity) 121 // (chi + clo) = arctan(1.5) 130 // (chi + clo) = arctan(1.) 139 // (chi + clo) = arctan(0.5)
|
/external/toybox/tests/ |
D | bc.test | 31 run_bc_test arctan
|
/external/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);
|
/external/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
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_unary_test.py | 220 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)
|
D | basic_gpu_test.py | 116 self._compare(data, np.arctan, math_ops.atan, use_gpu)
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | bfloat16_test.py | 239 np.arcsin, np.arccos, np.arctan, np.sinh, np.cosh, np.tanh, np.arcsinh,
|
/external/tensorflow/third_party/py/numpy/tf_numpy_api/ |
D | tensorflow.experimental.numpy.pbtxt | 176 name: "arctan"
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | unary_ops_test.py | 208 math_ops.atan, x.astype(dtype), expected=np.arctan(x).astype(dtype))
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 711 def arctan(x): function
|
/external/llvm/docs/ |
D | YamlIO.rst | 626 return Polar(sqrt(x*x+y*y), arctan(x,y));
|
/external/llvm-project/llvm/docs/ |
D | YamlIO.rst | 626 return Polar(sqrt(x*x+y*y), arctan(x,y));
|
/external/freetype/ |
D | ChangeLog.25 | 890 * src/base/fttrigon.c: Use dedicated `FT_Angle' for arctan table.
|