/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 184 self.assertRaises(TypeError, math.atan) 185 self.ftest('atan(-1)', math.atan(-1), -math.pi/4) 186 self.ftest('atan(0)', math.atan(0), 0) 187 self.ftest('atan(1)', math.atan(1), math.pi/4) 188 self.ftest('atan(inf)', math.atan(INF), math.pi/2) 189 self.ftest('atan(-inf)', math.atan(NINF), -math.pi/2 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 184 self.assertRaises(TypeError, math.atan) 185 self.ftest('atan(-1)', math.atan(-1), -math.pi/4) 186 self.ftest('atan(0)', math.atan(0), 0) 187 self.ftest('atan(1)', math.atan(1), math.pi/4) 188 self.ftest('atan(inf)', math.atan(INF), math.pi/2) 189 self.ftest('atan(-inf)', math.atan(NINF), -math.pi/2 [all...] |
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
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) [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
vec_math.hpp | 330 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uchar, float) 331 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, char, float) 332 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, ushort, float) 333 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, short, float) 334 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, int, float) 335 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, uint, float) 336 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atanf, float, float) 337 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atan, ::atan, double, double) [all...] |
/external/valgrind/memcheck/tests/ |
vcpu_fbench.c | 351 #define atan I_atan macro 367 /* Coefficients for ATAN evaluation */ 490 /* atan(x) Return arctangent in radians, 493 static double atan(x) function 546 temp = atan(y / x);
|
/external/valgrind/perf/ |
fbench.c | 347 #define atan I_atan macro 363 /* Coefficients for ATAN evaluation */ 486 /* atan(x) Return arctangent in radians, 489 static double atan(x) function 542 temp = atan(y / x);
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidStrictMathTest.java | 79 // Test for method double java.lang.StrictMath.atan(double) 80 double answer = StrictMath.tan(StrictMath.atan(1.0)); 87 double answer = StrictMath.atan(StrictMath.tan(1.0)); 551 StrictMath.tan(StrictMath.atan(1.0)) <= 1.0 552 || StrictMath.tan(StrictMath.atan(1.0)) >= 9.9999999999999983E-1);
|
/external/aac/libFDK/src/ |
FDK_trigFcts.cpp | 115 * at=atan(0.5 *(2^scl)); % 0.5 because get in 'middle' area of current scale level 'scl' 135 FIXP_DBL at; // atan out 174 // --- atan()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
ComposableFunction.java | 140 /** The {@code FastMath.atan} method wrapped as a {@link ComposableFunction}. */ 141 public static final ComposableFunction ATAN = new ComposableFunction() { 145 return FastMath.atan(d);
|
/external/llvm/test/Transforms/InstCombine/ |
win-math.ll | 32 declare double @atan(double %x) 36 ; WIN32: double @atan 38 %2 = call double @atan(double %1)
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmscam02.c | 189 if (b > 0) clr.h = (r2d * atan(temp)); 191 else clr.h = (r2d * atan(temp)) + 360; 195 clr.h = (r2d * atan(temp)) + 180;
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_11.sh | [all...] |
/external/ceres-solver/internal/ceres/ |
jet_test.cc | 153 { // Check that tan(atan(x)) = x. 154 J z = tan(atan(x));
|
/external/deqp/doc/testspecs/GLES3/ |
functional.shaders.builtin_functions.precision.txt | 89 | atan(x, y) | 6 ULP | !(x == 0 && y == 0) | highp | 91 | atan(x) | 5 ULP | | highp |
|
/external/deqp/framework/delibs/debase/ |
deMath.h | 144 DE_INLINE float deFloatAtanOver (float yOverX) { return (float)atan(yOverX); } 158 DE_INLINE double deAtanOver (double yOverX) { return atan(yOverX); }
|
/external/llvm/test/Transforms/ConstProp/ |
calls.ll | 6 declare double @atan(double) 69 %3 = call double @atan(double 3.000000e+00)
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLocation.java | 262 double U1 = Math.atan((1.0 - f) * Math.tan(lat1)); 263 double U2 = Math.atan((1.0 - f) * Math.tan(lat2));
|
/external/valgrind/memcheck/tests/amd64/ |
more_x87_fp.c | 60 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
|
/art/runtime/entrypoints/quick/ |
quick_entrypoints_list.h | 93 V(Atan, double, double) \
|
/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
|
/external/deqp/data/gles2/shaders/ |
constant_expressions.test | 281 const float a = sqrt( atan(sin(1.5)/cos(1.5)) /*1.5*/ * log2(exp2(log(exp(6.2) + 0.1)) + 0.1) /*~6.2*/);
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 60 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
reciprocal.inl | 114 return pi_over_2 - atan(x);
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
compatibility.hpp | 80 template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 81 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> atan2(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 82 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> atan2(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 83 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> atan2(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
sobeloperator.cpp | 98 (atan(static_cast<double>(gy)/static_cast<double>(gx)) + 3.14) / 6.28);
|