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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 266 addTranslation(map, R.string.tan, R.string.tan_mathematical_value);
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 602 EIGEN_AUTODIFF_DECLARE_GLOBAL_UNARY(tan,
603 using std::tan;
605 return ReturnType(tan(x.value()),x.derivatives() * (Scalar(1)/internal::abs2(cos(x.value()))));)
  /external/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>&);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 395 static_assert((std::is_same<decltype(std::tan((float)0)), float>::value), "");
396 static_assert((std::is_same<decltype(std::tan((bool)0)), double>::value), "");
397 static_assert((std::is_same<decltype(std::tan((unsigned short)0)), double>::value), "");
398 static_assert((std::is_same<decltype(std::tan((int)0)), double>::value), "");
399 static_assert((std::is_same<decltype(std::tan((unsigned int)0)), double>::value), "");
400 static_assert((std::is_same<decltype(std::tan((long)0)), double>::value), "");
401 static_assert((std::is_same<decltype(std::tan((unsigned long)0)), double>::value), "");
402 static_assert((std::is_same<decltype(std::tan((long long)0)), double>::value), "");
403 static_assert((std::is_same<decltype(std::tan((unsigned long long)0)), double>::value), "");
404 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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/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
  /prebuilts/sdk/renderscript/clang-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
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 109 double answer = StrictMath.tan(StrictMath.atan(1.0));
119 double answer = StrictMath.atan(StrictMath.tan(1.0));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 140 #define tanf(f) ((float) tan(f))
  /external/mesa3d/src/mesa/main/
imports.h 140 #define tanf(f) ((float) tan(f))
  /external/v8/src/arm/
codegen-arm.cc 44 case TranscendentalCache::TAN: return &tan;
  /external/v8/src/
platform-posix.cc 143 UNARY_MATH_FUNCTION(tan, CreateTranscendentalFunction(TranscendentalCache::TAN))
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 312 float top = near * (float)Math.tan((float) (fovy * Math.PI / 360.0f));
  /frameworks/rs/
rsMatrix4x4.cpp 295 float top = near * tan((float) (fovy * M_PI / 360.0f));
  /frameworks/rs/scriptc/
rs_cl.rsh 738 extern float __attribute__((const, overloadable)) tan(float v);
739 FN_FUNC_FN(tan)
751 * Return tan(v * PI)
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.java 312 float top = near * (float)Math.tan((float) (fovy * Math.PI / 360.0f));
  /libcore/luni/src/main/java/java/lang/
Math.java 834 * <li>{@code tan(+0.0) = +0.0}</li>
835 * <li>{@code tan(-0.0) = -0.0}</li>
836 * <li>{@code tan(+infinity) = NaN}</li>
837 * <li>{@code tan(-infinity) = NaN}</li>
838 * <li>{@code tan(NaN) = NaN}</li>
845 public static native double tan(double d); method in class:Math
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 738 extern float __attribute__((const, overloadable)) tan(float v);
739 FN_FUNC_FN(tan)
751 * Return tan(v * PI)
  /bionic/tests/
math_test.cpp 304 TEST(math, tan) {
305 ASSERT_FLOAT_EQ(0.0, tan(0.0));
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 389 assertEquals(Math.tan(angle), Math.tan(c.orientation), 0.1);

Completed in 2301 milliseconds

1 2 3 4 5 6 78 91011>>