/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/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))
|
D | filterbank.c | 49 #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/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/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/jmonkeyengine/engine/src/android/jme3tools/android/ |
D | Fixed.java | 272 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/ |
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/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/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/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/ |
D | atan_valarray.pass.cpp | 46 std::valarray<T> v3 = atan(v1); in main()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | FastMath.java | 460 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/ |
D | libcalls.c | 86 double atan_ = atan(d); in test_builtins()
|
/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/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ |
D | eval.pass.cpp | 27 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
|
D | eval_param.pass.cpp | 27 return 1/3.1415926535897932 * std::atan((x - a)/b) + .5; in f()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | CauchyDistributionImpl.java | 92 return 0.5 + (FastMath.atan((x - median) / scale) / FastMath.PI); in cumulativeProbability()
|