HomeSort by relevance Sort by last modified time
    Searched refs:atan (Results 176 - 200 of 272) sorted by null

1 2 3 4 5 6 78 91011

  /external/clang/lib/Headers/
tgmath.h 121 // atan
129 __tg_atan(double __x) {return atan(__x);}
147 #undef atan macro
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 121 // atan
129 __tg_atan(double __x) {return atan(__x);}
147 #undef atan macro
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 105 * @tests java.lang.StrictMath#atan(double)
108 // Test for method double java.lang.StrictMath.atan(double)
109 double answer = StrictMath.tan(StrictMath.atan(1.0));
119 double answer = StrictMath.atan(StrictMath.tan(1.0));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 121 #define atanf(f) ((float) atan(f))
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 61 /* Our table stores precomputed values for atan: [0...1] -> [0..PI/4]
72 double v = atan(arg);
74 // printf("[%d] atan(%g) = %g %d\n", i, arg, v, iv);
195 // first part of the atan(v) = PI/2 - atan(1/v) identity
214 // complete the atan(v) = PI/2 - atan(1/v) identity
480 t.printf("atan(- %s.y, - %s.x) * 0.1591549430918 + 0.5", coords2D.c_str(), coords2D.c_str());
  /external/mesa3d/src/mesa/main/
imports.h 121 #define atanf(f) ((float) atan(f))
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 61 /* Our table stores precomputed values for atan: [0...1] -> [0..PI/4]
72 double v = atan(arg);
74 // printf("[%d] atan(%g) = %g %d\n", i, arg, v, iv);
195 // first part of the atan(v) = PI/2 - atan(1/v) identity
214 // complete the atan(v) = PI/2 - atan(1/v) identity
480 t.printf("atan(- %s.y, - %s.x) * 0.1591549430918 + 0.5", coords2D.c_str(), coords2D.c_str());
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 317 mGcLatitudeRad = (float) Math.atan(tlat * (latRad * altitudeKm + b2)
  /frameworks/rs/scriptc/
rs_cl.rsh 256 extern float __attribute__((const, overloadable)) atan(float);
257 FN_FUNC_FN(atan)
  /libcore/luni/src/main/java/java/lang/
Math.java 137 * <li>{@code atan(+0.0) = +0.0}</li>
138 * <li>{@code atan(-0.0) = -0.0}</li>
139 * <li>{@code atan(+infinity) = +pi/2}</li>
140 * <li>{@code atan(-infinity) = -pi/2}</li>
141 * <li>{@code atan(NaN) = NaN}</li>
148 public static native double atan(double d); method in class:Math
183 * the numerator of the value whose atan has to be computed.
185 * the denominator of the value whose atan has to be computed.
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 256 extern float __attribute__((const, overloadable)) atan(float);
257 FN_FUNC_FN(atan)
  /bionic/tests/
math_test.cpp 256 TEST(math, atan) {
257 ASSERT_FLOAT_EQ(0.0, atan(0.0));
  /external/chromium_org/v8/test/mjsunit/
undeletable-functions.js 60 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 92 "Math": "['E', 'LN10', 'LN2', 'LOG10E', 'LOG2E', 'PI', 'SQRT1_2', 'SQRT2', 'abs', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'exp', 'floor', 'log', 'max', 'min', 'pow', 'random', 'round', 'sin', 'sqrt', 'tan']",
  /external/v8/src/
math.js 273 "atan", MathAtan,
heap-inl.h 659 case ATAN:
660 return atan(input);
  /external/v8/test/mjsunit/
undeletable-functions.js 60 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 100 // Test for method double java.lang.Math.atan(double)
101 double answer = Math.tan(Math.atan(1.0));
108 double answer = Math.atan(Math.tan(1.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 36 static_assert((std::is_same<decltype(atan((double)0)), double>::value), "");
39 assert(atan(0) == 0);
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /frameworks/rs/driver/runtime/
rs_cl.c 360 extern float __attribute__((overloadable)) atan(float);
361 FN_FUNC_FN(atan)
370 return atan(v) / M_PI;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 607 return 2.0 * ::atan( ::tan(E/2) * ::sqrt( (1+eccentricity)
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
math.c 906 * Implements the EXSLT - Math atan() function:
907 * number math:atan (number)
917 ret = atan(num);
1098 xsltRegisterExtModuleFunction ((const xmlChar *) "atan",
1183 (const xmlChar *) "atan",
  /external/icu4c/i18n/
astro.cpp 606 return 2.0 * ::atan( ::tan(E/2) * ::sqrt( (1+eccentricity)
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 451 final double angle = Math.atan(tan);

Completed in 1112 milliseconds

1 2 3 4 5 6 78 91011