Home
last modified time | relevance | path

Searched refs:atan (Results 1 – 25 of 159) sorted by relevance

1234567

/external/mesa3d/src/glsl/builtins/ir/
Datan.ir1 ((function atan
72 (call atan (var_ref r) ((expression float / (var_ref y) (var_ref x))))
98 (call atan (var_ref temp) ((swiz x (var_ref y)) (swiz x (var_ref x))))
100 (call atan (var_ref temp) ((swiz y (var_ref y)) (swiz y (var_ref x))))
110 (call atan (var_ref temp) ((swiz x (var_ref y)) (swiz x (var_ref x))))
112 (call atan (var_ref temp) ((swiz y (var_ref y)) (swiz y (var_ref x))))
114 (call atan (var_ref temp) ((swiz z (var_ref y)) (swiz z (var_ref x))))
124 (call atan (var_ref temp) ((swiz x (var_ref y)) (swiz x (var_ref x))))
126 (call atan (var_ref temp) ((swiz y (var_ref y)) (swiz y (var_ref x))))
128 (call atan (var_ref temp) ((swiz z (var_ref y)) (swiz z (var_ref x))))
[all …]
/external/deqp/android/cts/master/src/
Dgles3-test-issues.txt24 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_vertex.scalar
25 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_vertex.vec2
26 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_vertex.vec3
27 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_vertex.vec4
28 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_fragment.scalar
29 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_fragment.vec2
30 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_fragment.vec3
31 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.lowp_fragment.vec4
32 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.mediump_vertex.scalar
33 dEQP-GLES3.functional.shaders.builtin_functions.precision.atan.mediump_vertex.vec2
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_trigonometric.inl130 // atan
132 GLM_FUNC_QUALIFIER genType atan
138 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'atan' only accept floating-point inpu…
143 VECTORIZE_VEC_VEC(atan) argument
146 GLM_FUNC_QUALIFIER genType atan
151 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'atan' only accept floating-point inpu…
153 return genType(::std::atan(x));
156 VECTORIZE_VEC(atan) argument
Dfunc_trigonometric.hpp128 GLM_FUNC_DECL genType atan(genType const & y, genType const & x);
138 GLM_FUNC_DECL genType atan(genType const & y_over_x);
/external/vulkan-validation-layers/libs/glm/gtx/
Dpolar_coordinates.inl24 atan(xz_dist, tmp.y), // latitude
25 atan(tmp.x, tmp.z), // longitude
30 degrees(atan(xz_dist, tmp.y)), // latitude
31 degrees(atan(tmp.x, tmp.z)), // longitude
Dcompatibility.hpp80 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2()
81 … atan2(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y){return atan(x, y);} //!< \brief… in atan2()
82 … atan2(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y){return atan(x, y);} //!< \brief… in atan2()
83 … atan2(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y){return atan(x, y);} //!< \brief… in atan2()
/external/v8/test/mjsunit/
Dtranscendentals.js46 assertTrue(Math.atan(x) != Math.atan(y));
/external/speex/libspeex/
Dvorbis_psy.h54 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java113 UnaryCRFunction atan = UnaryCRFunction.atanFunction; in testCR() local
128 check_eq(atan.execute(tan.execute(one)), one, "atan(tan(1) failed"); in testCR()
129 check_eq(atan.execute(tan.execute(one.negate())), one.negate(), in testCR()
131 check_eq(tan.execute(atan.execute(huge)), huge, in testCR()
/external/libvorbis/lib/
Dscales.h79 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
/external/mesa3d/src/glsl/builtins/profiles/
D100.glsl40 float atan(float y, float x);
41 vec2 atan(vec2 y, vec2 x);
42 vec3 atan(vec3 y, vec3 x);
43 vec4 atan(vec4 y, vec4 x);
45 float atan(float y_over_x);
46 vec2 atan(vec2 y_over_x);
47 vec3 atan(vec3 y_over_x);
48 vec4 atan(vec4 y_over_x);
D110.glsl40 float atan(float y, float x);
41 vec2 atan(vec2 y, vec2 x);
42 vec3 atan(vec3 y, vec3 x);
43 vec4 atan(vec4 y, vec4 x);
45 float atan(float y_over_x);
46 vec2 atan(vec2 y_over_x);
47 vec3 atan(vec3 y_over_x);
48 vec4 atan(vec4 y_over_x);
D120.glsl40 float atan(float y, float x);
41 vec2 atan(vec2 y, vec2 x);
42 vec3 atan(vec3 y, vec3 x);
43 vec4 atan(vec4 y, vec4 x);
45 float atan(float y_over_x);
46 vec2 atan(vec2 y_over_x);
47 vec3 atan(vec3 y_over_x);
48 vec4 atan(vec4 y_over_x);
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
Datan.pass.cpp25 assert(atan(c) == x); in test()
41 std::complex<double> r = atan(x[i]); in test_edges()
/external/opencv3/3rdparty/openexr/Imath/
DImathMath.h95 static T atan (T x) {return ::atan (double(x));} in atan() function
128 static float atan (float x) {return ::atanf (x);}
/external/skia/src/animator/
DSkDisplayMath.cpp38 SK_FUNCTION(atan),
110 SK_MEMBER_FUNCTION(atan, Float),
151 case SK_FUNCTION(atan): in executeFunction()
/external/v8/test/webkit/
Dmath-expected.txt55 PASS Math.atan(NaN) is NaN
56 PASS Math.atan(0) is 0
57 PASS Math.atan(-0) is -0
58 PASS Math.atan(Infinity) is -Math.atan(-Infinity)
/external/valgrind/perf/
Dfbench.c347 #define atan I_atan macro
489 static double atan(x) in atan() function
542 temp = atan(y / x);
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c351 #define atan I_atan macro
493 static double atan(x) in atan() function
546 temp = atan(y / x);
/external/valgrind/memcheck/tests/x86/
Dmore_x86_fp.stdout.exp15 a=2.000000 atan(tan(a))=-1.141593
30 a=1.400000 atan(tan(a))=1.400000
/external/valgrind/memcheck/tests/amd64/
Dmore_x87_fp.stdout.exp14 a=2.000000 atan(tan(a))=-1.141593
28 a=1.400000 atan(tan(a))=1.400000
/external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
Datan_valarray.pass.cpp46 std::valarray<T> v3 = atan(v1); in main()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp319 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uchar, float)
320 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, char, float)
321 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, ushort, float)
322 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, short, float)
323 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, int, float)
324 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uint, float)
325 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, float, float)
326 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atan, double, double)
/external/ceres-solver/include/ceres/
Djet.h388 inline double atan (double x) { return std::atan(x); } in atan() function
461 Jet<T, N> atan(const Jet<T, N>& f) { in atan() function
463 return Jet<T, N>(atan(f.a), tmp * f.v); in atan()
622 template<typename T, int N> inline Jet<T, N> ei_atan(const Jet<T, N>& x) { return atan(x); … in ei_atan()
/external/clang/test/CodeGen/
Dlibcalls.c86 double atan_ = atan(d); in test_builtins()

1234567