Home
last modified time | relevance | path

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

12345

/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/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))
Dfilterbank.c49 #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/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/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/jmonkeyengine/engine/src/android/jme3tools/android/
DFixed.java272 public static int atan(int n) { in atan() method in Fixed
290 public static int atan(int x, int y) { in atan() method in Fixed
291 int n = atan(div(x, abs(y) + 1)); // kludge to prevent ArithmeticException in atan()
/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/amd64/
Dmore_x87_fp.stdout.exp14 a=2.000000 atan(tan(a))=-1.141593
28 a=1.400000 atan(tan(a))=1.400000
/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/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
Datan_valarray.pass.cpp46 std::valarray<T> v3 = atan(v1); in main()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java460 public static float atan(float fValue) { in atan() method in FastMath
461 return (float) Math.atan(fValue); in atan()
828 store.y = FastMath.atan(cartCoords.z / x); in cartesianToSpherical()
864 store.z = FastMath.atan(cartCoords.z / x); in cartesianZToSpherical()
/external/clang/test/CodeGen/
Dlibcalls.c86 double atan_ = atan(d); in test_builtins()
/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/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
Deval.pass.cpp27 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
Deval_param.pass.cpp27 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DCauchyDistributionImpl.java92 return 0.5 + (FastMath.atan((x - median) / scale) / FastMath.PI); in cumulativeProbability()

12345