/external/mesa3d/src/glsl/builtins/ir/ |
D | atan.ir | 1 ((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/ |
D | gles3-test-issues.txt | 24 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/ |
D | func_trigonometric.inl | 130 // 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
|
D | func_trigonometric.hpp | 128 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/ |
D | polar_coordinates.inl | 24 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
|
D | compatibility.hpp | 80 …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/ |
D | transcendentals.js | 46 assertTrue(Math.atan(x) != Math.atan(y));
|
/external/speex/libspeex/ |
D | vorbis_psy.h | 54 #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/ |
D | CRTest.java | 113 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/ |
D | scales.h | 79 #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/ |
D | 100.glsl | 40 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);
|
D | 110.glsl | 40 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);
|
D | 120.glsl | 40 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/ |
D | atan.pass.cpp | 25 assert(atan(c) == x); in test() 41 std::complex<double> r = atan(x[i]); in test_edges()
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMath.h | 95 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/ |
D | SkDisplayMath.cpp | 38 SK_FUNCTION(atan), 110 SK_MEMBER_FUNCTION(atan, Float), 151 case SK_FUNCTION(atan): in executeFunction()
|
/external/v8/test/webkit/ |
D | math-expected.txt | 55 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/ |
D | fbench.c | 347 #define atan I_atan macro 489 static double atan(x) in atan() function 542 temp = atan(y / x);
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fbench.c | 351 #define atan I_atan macro 493 static double atan(x) in atan() function 546 temp = atan(y / x);
|
/external/valgrind/memcheck/tests/x86/ |
D | more_x86_fp.stdout.exp | 15 a=2.000000 atan(tan(a))=-1.141593 30 a=1.400000 atan(tan(a))=1.400000
|
/external/valgrind/memcheck/tests/amd64/ |
D | more_x87_fp.stdout.exp | 14 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/ |
D | atan_valarray.pass.cpp | 46 std::valarray<T> v3 = atan(v1); in main()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 319 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/ |
D | jet.h | 388 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/ |
D | libcalls.c | 86 double atan_ = atan(d); in test_builtins()
|