HomeSort by relevance Sort by last modified time
    Searched refs:tan (Results 76 - 100 of 317) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
jet_test.cc 145 { // Check that tan(x) = sin(x) / cos(x).
146 J z = tan(x);
153 { // Check that tan(atan(x)) = x.
154 J z = tan(atan(x));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 124 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 124 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /external/ceres-solver/include/ceres/
jet.h 417 inline double tan (double x) { return std::tan(x); } function in namespace:ceres
502 // tan(a + h) ~= tan(a) + (1 + tan(a)^2) h
504 Jet<T, N> tan(const Jet<T, N>& f) { function in namespace:ceres
506 g.a = tan(f.a);
507 double tan_a = tan(f.a);
704 template<typename T, int N> inline Jet<T, N> ei_tan (const Jet<T, N>& x) { return tan(x); } // NOLINT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py     [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 450 final float tan = b/a; local
451 final double angle = Math.atan(tan);
456 final double sine = cosine * tan;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 68 __MATHCALL (tan,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 261 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 270 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 68 __MATHCALL (tan,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 261 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan) 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 270 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 68 __MATHCALL (tan,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 261 #define tan(Val) __TGMATH_UNARY_REAL_IMAG (Val, tan, ctan) macro
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 179 / (2 * Math.tan(fovDegrees / 2 * Math.PI / 180.0f)));
  /development/ndk/platforms/android-3/include/
math.h 209 double tan(double);
  /development/ndk/platforms/android-9/include/
math.h 209 double tan(double);
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 204 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(tan, Tan)
  /external/eigen/demos/opengl/
camera.cpp 219 float invtan = 1./tan(theta);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 283 h = FastMath.tan( fovY * FastMath.DEG_TO_RAD * .5f) * near;

Completed in 1598 milliseconds

1 2 34 5 6 7 8 91011>>