HomeSort by relevance Sort by last modified time
    Searched defs:tan (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 416 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half tan(const half& a) { function in namespace:Eigen::half_impl
  /external/tensorflow/tensorflow/contrib/labeled_tensor/
__init__.py 66 tan = _core.tan variable
  /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;
  /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/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 53 Ambiguous tan(Ambiguous){ return Ambiguous(); } function
505 static_assert((std::is_same<decltype(tan((float)0)), float>::value), "");
506 static_assert((std::is_same<decltype(tan((bool)0)), double>::value), "");
507 static_assert((std::is_same<decltype(tan((unsigned short)0)), double>::value), "");
508 static_assert((std::is_same<decltype(tan((int)0)), double>::value), "");
509 static_assert((std::is_same<decltype(tan((unsigned int)0)), double>::value), "");
510 static_assert((std::is_same<decltype(tan((long)0)), double>::value), "");
511 static_assert((std::is_same<decltype(tan((unsigned long)0)), double>::value), "");
512 static_assert((std::is_same<decltype(tan((long long)0)), double>::value), "");
513 static_assert((std::is_same<decltype(tan((unsigned long long)0)), double>::value), "")
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 55 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/skia/samplecode/
SampleQuadStroker.cpp 311 SkPoint pos, tan; local
314 if (meas.getPosTan(dist, &pos, &tan)) {
315 tan.scale(radius);
316 SkPointPriv::RotateCCW(&tan);
317 canvas->drawLine(pos.x() + tan.x(), pos.y() + tan.y(),
318 pos.x() - tan.x(), pos.y() - tan.y(), paint);
325 pos.x() - tan.x() * 1.25f, pos.y() - tan.y() * 1.25f, labelP)
351 SkPoint pos, tan; local
    [all...]
  /external/skqp/samplecode/
SampleQuadStroker.cpp 311 SkPoint pos, tan; local
314 if (meas.getPosTan(dist, &pos, &tan)) {
315 tan.scale(radius);
316 SkPointPriv::RotateCCW(&tan);
317 canvas->drawLine(pos.x() + tan.x(), pos.y() + tan.y(),
318 pos.x() - tan.x(), pos.y() - tan.y(), paint);
325 pos.x() - tan.x() * 1.25f, pos.y() - tan.y() * 1.25f, labelP)
351 SkPoint pos, tan; local
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core.py 1115 tan = define_unary_op('tan', math_ops.tan) variable
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 629 struct tan : base<T, Eigen::internal::scalar_tan_op<T>> {}; struct in namespace:tensorflow::functor
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 787 SkVector tan; local
788 if (!meas.getPosTan(x, &pos, &tan)) {
790 tan.set(1, 0);
792 xform[i - start].fSCos = tan.x();
793 xform[i - start].fSSin = tan.y();
794 xform[i - start].fTx = pos.x() - tan.y() * y - halfWidth * tan.x();
795 xform[i - start].fTy = pos.y() + tan.x() * y - halfWidth * tan.y();
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/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
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.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/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/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
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.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/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 304 // tan
312 __tg_tan(double __x) {return tan(__x);}
330 #undef tan macro
331 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)) macro

Completed in 1457 milliseconds

1 23 4 5 6 7