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

1 2 34 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 717 final double tan = lmDiag[k] / rkk; local
718 cos = 1.0 / FastMath.sqrt(1.0 + tan * tan);
719 sin = cos * tan;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java 718 final double tan = lmDiag[k] / rkk; local
719 cos = 1.0 / FastMath.sqrt(1.0 + tan * tan);
720 sin = cos * tan;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java 454 double tanB = Math.tan(eclipLat);
733 // double tanL = Math.tan(fLatitude);
734 // double H = Math.acos(-tanL * Math.tan(pos1.declination));
737 // H = Math.acos(-tanL * Math.tan(pos2.declination));
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 473 double tanB = tan(eclipLat);
606 return 2.0 * ::atan( ::tan(E/2) * ::sqrt( (1+eccentricity)
792 // double tanL = ::tan(fLatitude);
793 // double H = ::acos(-tanL * ::tan(pos1.declination));
796 // H = ::acos(-tanL * ::tan(pos2.declination));
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 452 double tanB = Math.tan(eclipLat);
731 // double tanL = Math.tan(fLatitude);
732 // double H = Math.acos(-tanL * Math.tan(pos1.declination));
735 // H = Math.acos(-tanL * Math.tan(pos2.declination));
    [all...]
  /external/v8/test/mjsunit/wasm/
asm-wasm-f64.js 21 var Math_tan = stdlib.Math.tan;
66 const Math_tan = Math.tan;
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 70 printf(" tanD(%+20.13e) = %+20.13e\n", d, tan(d));
  /frameworks/base/opengl/java/android/opengl/
GLU.java 113 float top = zNear * (float) Math.tan(fovy * (Math.PI / 360.0));
  /libcore/ojluni/src/main/native/
fdlibm.h 123 extern double tan __P((double));
  /ndk/sources/android/support/src/
math_support.c 66 __attribute__((weak)) long double tanl(long double x) { return tan((double)x); }
  /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));
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 241 /** \internal \returns the tan of \a a (coeff-wise) */
243 Packet ptan(const Packet& a) { using std::tan; return tan(a); }
  /external/opencv3/modules/imgproc/test/
test_canny.cpp 166 const double tan_pi_8 = tan(CV_PI/8.);
167 const double tan_3pi_8 = tan(CV_PI*3/8);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp 292 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, uchar, float)
293 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, char, float)
294 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, ushort, float)
295 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, short, float)
296 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, int, float)
297 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, uint, float)
298 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, float, float)
299 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tan, double, double)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp 303 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, uchar, float)
304 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, char, float)
305 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, ushort, float)
306 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, short, float)
307 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, int, float)
308 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, uint, float)
309 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tanf, float, float)
310 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(tan, ::tan, double, double)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_math.py     [all...]
  /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...]
  /external/ceres-solver/include/ceres/
jet.h 387 inline double tan (double x) { return std::tan(x); } function in namespace:ceres
451 // tan(a + h) ~= tan(a) + (1 + tan(a)^2) h
453 Jet<T, N> tan(const Jet<T, N>& f) { function in namespace:ceres
454 const T tan_a = tan(f.a);
621 template<typename T, int N> inline Jet<T, N> ei_tan (const Jet<T, N>& x) { return tan(x); } // NOLINT

Completed in 1785 milliseconds

1 2 34 5 6 7 8 91011>>