HomeSort by relevance Sort by last modified time
    Searched refs:atan (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_atan.cu.cc 22 DEFINE_UNARY2(atan, float, double);
cwise_op_atan.cc 19 REGISTER2(UnaryOp, CPU, "Atan", functor::atan, float, double);
22 REGISTER2(UnaryOp, GPU, "Atan", functor::atan, float, double);
26 REGISTER2(UnaryOp, SYCL, "Atan", functor::atan, float, double);
  /external/eigen/doc/snippets/
Cwise_atan.cpp 2 cout << v.atan() << endl;
  /prebuilts/go/darwin-x86/src/math/
atan_amd64.s 7 TEXT ·Atan(SB),NOSPLIT,$0
8 JMP ·atan(SB)
atan_arm.s 7 TEXT ·Atan(SB),NOSPLIT,$0
8 B ·atan(SB)
atan.go 12 // from http://netlib.sandia.gov/cephes/cmath/atan.c, available from
16 // atan.c
20 // double x, y, atan();
21 // y = atan( x );
90 // Atan returns the arctangent, in radians, of x.
93 // Atan(±0) = ±0
94 // Atan(±Inf) = ±Pi/2
95 func Atan(x float64) float64
97 func atan(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
atan_amd64.s 7 TEXT ·Atan(SB),NOSPLIT,$0
8 JMP ·atan(SB)
atan_arm.s 7 TEXT ·Atan(SB),NOSPLIT,$0
8 B ·atan(SB)
atan.go 12 // from http://netlib.sandia.gov/cephes/cmath/atan.c, available from
16 // atan.c
20 // double x, y, atan();
21 // y = atan( x );
90 // Atan returns the arctangent, in radians, of x.
93 // Atan(±0) = ±0
94 // Atan(±Inf) = ±Pi/2
95 func Atan(x float64) float64
97 func atan(x float64) float64 { func
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAtan.rs 24 return atan(inV);
28 return atan(inV);
32 return atan(inV);
36 return atan(inV);
40 return atan(inV);
44 return atan(inV);
48 return atan(inV);
52 return atan(inV);
  /external/ltp/testcases/misc/math/float/
float_trigo.c 33 {FUNC_NORMAL, 50, atan, "atan", "datan", "ratan",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
math.s 6 .float $atan(0.0)
  /external/freetype/src/tools/
cordic.py 17 angle = math.atan(x) # arctangent
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 81 return FieldOfView(std::atan(-l), std::atan(r), std::atan(-b),
82 std::atan(t));
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 14 // atan(const complex<T>& x);
25 assert(atan(c) == x);
40 std::complex<double> r = atan(testcases[i]);
  /external/speex/libspeex/
vorbis_psy.h 54 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
  /external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.hpp 125 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a>
128 GLM_FUNC_DECL genType atan(genType const & y, genType const & x);
135 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a>
138 GLM_FUNC_DECL genType atan(genType const & y_over_x);
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 27 extern double atan(double x);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 14 // atan(const complex<T>& x);
25 assert(atan(c) == x);
40 std::complex<double> r = atan(testcases[i]);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cmath 50 using ::atan;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_trigonometric.hpp 125 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a>
128 GLM_FUNC_DECL genType atan(genType const & y, genType const & x);
135 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a>
138 GLM_FUNC_DECL genType atan(genType const & y_over_x);
  /external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
atan_valarray.pass.cpp 16 // atan(const valarray<T>& x);
47 std::valarray<T> v3 = atan(v1);
  /external/v8/src/base/
ieee754.h 30 V8_BASE_EXPORT double atan(double x);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011>>