/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 107 #define atan(z) __TGMATH_CPLX(z, atan, catan) macro
|
/external/ceres-solver/include/ceres/ |
jet.h | 418 inline double atan (double x) { return std::atan(x); } function in namespace:ceres 513 // atan(a + h) ~= atan(a) + 1 / (1 + a^2) h 515 Jet<T, N> atan(const Jet<T, N>& f) { function in namespace:ceres 517 g.a = atan(f.a); 705 template<typename T, int N> inline Jet<T, N> ei_atan(const Jet<T, N>& x) { return atan(x); } // NOLINT
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
NavCalculator.java | 98 trueCourse = (float) Math.toDegrees(Math.atan(dLong / dmp)); 554 return (int) Math.toDegrees(Math.atan(opp / adj)); 558 //Actually it's ATan2(dy , dx) where dy = y2 - y1 and dx = x2 - x1, or ATan(dy / dx)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 59 __MATHCALL (atan,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 252 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 261 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 59 __MATHCALL (atan,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 252 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 261 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 59 __MATHCALL (atan,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 252 #define atan(Val) __TGMATH_UNARY_REAL_IMAG (Val, atan, catan) macro
|
/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...] |
/development/ndk/platforms/android-3/include/ |
math.h | 205 double atan(double);
|
/development/ndk/platforms/android-9/include/ |
math.h | 205 double atan(double);
|
/external/chromium_org/cc/output/ |
filter_operations.cc | 52 float d = floorf(std_deviation * 3.f * sqrt(8.f * atan(1.f)) / 4.f + 0.5f);
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
FlyByCamera.java | 279 float fovY = FastMath.atan(h / near)
|
/external/speex/libspeex/ |
math_approx.h | 46 #define spx_atan atan
|
/external/valgrind/main/memcheck/tests/amd64/ |
more_x87_fp.c | 60 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
|
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/main/memcheck/tests/x86/ |
more_x86_fp.c | 50 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
|
more_x86_fp.stdout.exp | 15 a=2.000000 atan(tan(a))=-1.141593 30 a=1.400000 atan(tan(a))=1.400000
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
SweepGradient_Delegate.java | 200 angle = (float) Math.atan(dy / dx);
|
/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);
|