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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 87 using std::tr1::tan;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 87 using std::tr1::tan;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 87 using std::tr1::tan;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 87 using std::tr1::tan;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 109 static native float tan(float x); method in class:CoreMathVerifier
1005 static private Target.Floaty tan(double d, Target t) { method in class:CoreMathVerifier
1019 static private Target.Floaty tan(float f, Target t) { method in class:CoreMathVerifier
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 56 Ambiguous tan(Ambiguous){ return Ambiguous(); } function
508 static_assert((std::is_same<decltype(std::tan((float)0)), float>::value), "");
509 static_assert((std::is_same<decltype(std::tan((bool)0)), double>::value), "")
    [all...]
  /external/eigen/test/
array.cpp 176 VERIFY_IS_APPROX(m1.tan(), tan(m1));
  /external/opencv3/modules/calib3d/test/
test_chessboardgenerator.cpp 197 p.y = p.z * tan(av);
262 p.y = p.z * tan(av);
  /external/v8/test/mjsunit/
function-names.js 83 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
  /frameworks/base/location/java/android/location/
Location.java 329 double U1 = Math.atan((1.0 - f) * Math.tan(lat1));
330 double U2 = Math.atan((1.0 - f) * Math.tan(lat2));
    [all...]
  /external/aac/libSYS/src/
genericStds.cpp 366 double FDKtan(double x) { return tan(x); }
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java 834 * <code>tan(a + bi) = sin(2a)/(cos(2a)+cosh(2b)) + [sinh(2b)/(cos(2a)+cosh(2b))]i</code></pre>
846 * tan(1 &plusmn; INFINITY i) = 0 + NaN i
847 * tan(&plusmn;INFINITY + i) = NaN + NaN i
848 * tan(&plusmn;INFINITY &plusmn; INFINITY i) = NaN + NaN i
849 * tan(&plusmn;&pi;/2 + 0 i) = &plusmn;INFINITY + NaN i</code></pre></p>
854 public Complex tan() { method in class:Complex
872 * <code>tan(a + bi) = sinh(2a)/(cosh(2a)+cos(2b)) + [sin(2b)/(cosh(2a)+cos(2b))]i</code></pre>
    [all...]
  /external/skia/include/core/
SkScalar.h 98 #define SkScalarTan(radians) tan(radians)
  /libcore/benchmarks/src/benchmarks/regression/
StrictMathBenchmark.java 353 StrictMath.tan(d);
  /libcore/ojluni/src/main/java/java/lang/
Math.java 150 public static native double tan(double a); method in class:Math
    [all...]
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 45 private final static UnaryCRFunction TAN = UnaryCRFunction.tanFunction;
81 checkWeakEq(BoundedRational.tan(x), TAN.execute(xAsCR), "tan:" + x);
90 TAN.execute(toRadians(xAsCR)), "degree tan:" + x);
91 check((long_x - 90) % 180 != 0, "missed undefined tan: " + x);
93 check((long_x - 90) % 180 == 0, "exception on defined tan: " + x);
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 612 EIGEN_AUTODIFF_DECLARE_GLOBAL_UNARY(tan,
613 using std::tan;
615 return ReturnType(tan(x.value()),x.derivatives() * (Scalar(1)/numext::abs2(cos(x.value()))));)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 408 static_assert((std::is_same<decltype(std::tan((float)0)), float>::value), "");
409 static_assert((std::is_same<decltype(std::tan((bool)0)), double>::value), "");
410 static_assert((std::is_same<decltype(std::tan((unsigned short)0)), double>::value), "");
411 static_assert((std::is_same<decltype(std::tan((int)0)), double>::value), "");
412 static_assert((std::is_same<decltype(std::tan((unsigned int)0)), double>::value), "");
413 static_assert((std::is_same<decltype(std::tan((long)0)), double>::value), "");
414 static_assert((std::is_same<decltype(std::tan((unsigned long)0)), double>::value), "");
415 static_assert((std::is_same<decltype(std::tan((long long)0)), double>::value), "");
416 static_assert((std::is_same<decltype(std::tan((unsigned long long)0)), double>::value), "");
417 static_assert((std::is_same<decltype(std::tan((double)0)), double>::value), "")
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 879 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>&);
898 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>&);
918 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>&);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_complex.h 879 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>&);
898 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>&);
918 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>&);
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
mat4.js 1078 var f = 1.0 / Math.tan(fovy / 2),
1111 var upTan = Math.tan(fov.upDegrees * Math.PI/180.0),
1112 downTan = Math.tan(fov.downDegrees * Math.PI/180.0),
1113 leftTan = Math.tan(fov.leftDegrees * Math.PI/180.0),
1114 rightTan = Math.tan(fov.rightDegrees * Math.PI/180.0),
    [all...]
  /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
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
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
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
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

Completed in 1309 milliseconds

1 2 3 4 56 7 8 91011>>