HomeSort by relevance Sort by last modified time
    Searched full:atan (Results 26 - 50 of 926) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 14 // atan(const complex<T>& x);
25 assert(atan(c) == x);
41 std::complex<double> r = atan(x[i]);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 41 tmp = atan(darray);
67 tmp = atan(farray);
94 tmp = atan(ldarray);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 41 tmp = atan(darray);
67 tmp = atan(farray);
94 tmp = atan(ldarray);
  /development/ndk/platforms/android-13/arch-arm/symbols/
libm.so.functions.txt 12 atan
  /development/ndk/platforms/android-13/arch-mips/symbols/
libm.so.functions.txt 12 atan
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 12 atan
  /development/ndk/platforms/android-9/arch-arm/symbols/
libm.so.functions.txt 12 atan
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 12 atan
  /external/deqp/android/cts/master/src/
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.vec
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
cordic.py 17 angle = math.atan(x) # arctangent
  /external/mesa3d/src/glsl/builtins/profiles/
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);
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);
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);
  /prebuilts/go/darwin-x86/src/math/
stubs_arm64.s 18 TEXT ·Atan(SB),NOSPLIT,$0
19 B ·atan(SB)
stubs_ppc64x.s 18 TEXT ·Atan(SB),NOSPLIT,$0
19 BR ·atan(SB)
  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 18 TEXT ·Atan(SB),NOSPLIT,$0
19 B ·atan(SB)
stubs_ppc64x.s 18 TEXT ·Atan(SB),NOSPLIT,$0
19 BR ·atan(SB)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt     [all...]
  /external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
atan_valarray.pass.cpp 16 // atan(const valarray<T>& x);
46 std::valarray<T> v3 = atan(v1);
  /external/v8/test/mjsunit/
transcendentals.js 46 assertTrue(Math.atan(x) != Math.atan(y));
  /frameworks/rs/java/tests/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 584 milliseconds

12 3 4 5 6 7 8 91011>>