/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.2.4.js | 24 ECMA Section: 15.8.2.4 atan( x ) 41 var TITLE = "Math.atan()"; 53 array[item++] = new TestCase( SECTION, "Math.atan.length", 1, Math.atan.length ); 55 array[item++] = new TestCase( SECTION, "Math.atan()", Number.NaN, Math.atan() ); 56 array[item++] = new TestCase( SECTION, "Math.atan(void 0)", Number.NaN, Math.atan(void 0) ); 57 array[item++] = new TestCase( SECTION, "Math.atan(null)", 0, Math.atan(null) ) [all...] |
/system/extras/tests/bionic/libstdc++/ |
test_cmath.cpp | 48 using ::atan;
|
/bionic/libstdc++/include/ |
cmath | 50 using ::atan;
|
/external/speex/libspeex/ |
vorbis_psy.h | 54 #define toBARK(n) (13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
|
/ndk/sources/cxx-stl/gabi++/include/ |
cmath | 50 using ::atan;
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 50 using ::atan;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
cmath | 48 using ::atan;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
cmath | 48 using ::atan;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cmath | 50 using ::atan;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cmath | 50 using ::atan;
|
/bionic/libm/src/ |
e_atan2.c | 71 if(((hx-0x3ff00000) | lx)==0) return atan(y); /* x=1.0 */ 78 case 1: return y; /* atan(+-0,+anything)=+-0 */ 79 case 2: return pi+tiny;/* atan(+0,-anything) = pi */ 80 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */ 90 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */ 91 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */ 92 case 2: return 3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/ 93 case 3: return -3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/ 97 case 0: return zero ; /* atan(+...,+INF) */ 98 case 1: return -zero ; /* atan(-...,+INF) * [all...] |
s_atan.c | 17 /* atan(x) 19 * 1. Reduce x to positive by atan(x) = -atan(-x). 24 * [0,7/16] atan(x) = t-t^3*(a1+t^2*(a2+...(a10+t^2*a11)...) 25 * [7/16,11/16] atan(x) = atan(1/2) + atan( (t-0.5)/(1+t/2) ) 26 * [11/16.19/16] atan(x) = atan( 1 ) + atan( (t-1)/(1+t) 73 atan(double x) function [all...] |
/external/stlport/test/unit/ |
valarray_test.cpp | 41 tmp = atan(darray); 67 tmp = atan(farray); 94 tmp = atan(ldarray);
|
/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);
|
/external/quake/quake/src/WinQuake/ |
chase.cpp | 87 r_refdef.viewangles[PITCH] = -atan(stop[2] / dist) / M_PI * 180;
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 131 public static float atan(float value) { method in class:MathUtils 132 return (float) Math.atan(value);
|
/libcore/luni/src/main/native/ |
java_lang_Math.cpp | 39 return atan(a); 114 NATIVE_METHOD(Math, atan, "!(D)D"),
|
/external/v8/test/mjsunit/ |
transcendentals.js | 46 assertTrue(Math.atan(x) != Math.atan(y));
|
/hardware/invensense/mlsdk/platform/include/ |
mlmath.h | 65 #define atan(x) ml_atan(x) macro
|
/external/skia/src/animator/ |
SkDisplayMath.cpp | 57 SK_FUNCTION(atan), 81 (SkFunctionParamType) SkType_Float, // atan 129 SK_MEMBER_FUNCTION(atan, Float), 170 case SK_FUNCTION(atan):
|
/external/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 363 _STLP_DMATH_INLINE(atan) 434 _STLP_DEF_MATH_INLINE(atan, atan) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 556 using ::atan;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 363 _STLP_DMATH_INLINE(atan) 434 _STLP_DEF_MATH_INLINE(atan, atan) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 556 using ::atan;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 363 _STLP_DMATH_INLINE(atan) 434 _STLP_DEF_MATH_INLINE(atan, atan) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 556 using ::atan;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 363 _STLP_DMATH_INLINE(atan) 434 _STLP_DEF_MATH_INLINE(atan, atan) 515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh) 556 using ::atan;
|