HomeSort by relevance Sort by last modified time
    Searched defs:tan (Results 1 - 12 of 12) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tan.c 16 /* tan(x)
24 * Let S,C and T denote the sin, cos and tan respectively on
29 * n sin(x) cos(x) tan(x)
38 * Let trig be any of sin, cos, or tan.
54 tan(double x) function
70 /* tan(Inf or NaN) is NaN */
82 __weak_reference(tan, tanl);
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 121 /** \returns an expression of the coefficient-wise tan of *this.
129 tan() const function
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 52 float[] tan = { 1f }; local
54 mPathMeasure.getPosTan(distance, pos, tan);
  /external/chromium_org/third_party/skia/samplecode/
SampleRotateCircles.cpp 249 SkPoint pos, tan; local
251 if (meas.getPosTan(dist, &pos, &tan)) {
252 tan.scale(radius);
253 tan.rotateCCW();
254 canvas->drawLine(pos.x() + tan.x(), pos.y() + tan.y(),
255 pos.x() - tan.x(), pos.y() - tan.y(), paint);
  /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
  /external/clang/lib/Headers/
tgmath.h 295 // tan
303 __tg_tan(double __x) {return tan(__x);}
321 #undef tan macro
322 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 389 assertEquals(Math.tan(angle), Math.tan(c.orientation), 0.1);
  /external/eigen/unsupported/test/mpreal/
mpreal.h 351 friend const mpreal tan(const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2073 inline const mpreal tan (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(tan ); } function in namespace:mpfr
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 109 static native float tan(float x); method in class:CoreMathVerifier
536 static private Target.Floaty tan(float f, Target t) { method in class:CoreMathVerifier
538 float min = tan(in.min32());
539 float max = tan(in.max32());
540 /* If the tan of the min is greater than that of the max,
546 return t.new32(tan(f), min, max);
560 float min = tan(in.min32());
561 float max = tan(in.max32());
562 /* If the tan of the min is greater than that of the max,
568 return t.new32(tan(in.mid32()), min, max)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 622 /// double tan(double x);
623 tan, enumerator in enum:llvm::LibFunc::Func
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3750 function tan(sp) function
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 2052 milliseconds