HomeSort by relevance Sort by last modified time
    Searched refs:tan (Results 1 - 25 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_tan.cu.cc 22 DEFINE_UNARY2(tan, float, double);
cwise_op_tan.cc 19 REGISTER2(UnaryOp, CPU, "Tan", functor::tan, float, double);
22 REGISTER2(UnaryOp, GPU, "Tan", functor::tan, float, double);
26 REGISTER2(UnaryOp, SYCL, "Tan", functor::tan, float, double);
  /prebuilts/go/darwin-x86/src/math/
tan_amd64.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 JMP ·tan(SB)
tan_arm.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 B ·tan(SB)
  /prebuilts/go/linux-x86/src/math/
tan_amd64.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 JMP ·tan(SB)
tan_arm.s 7 TEXT ·Tan(SB),NOSPLIT,$0
8 B ·tan(SB)
  /external/eigen/doc/snippets/
Cwise_tan.cpp 2 cout << v.tan() << endl;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestTan.rs 24 return tan(inV);
28 return tan(inV);
32 return tan(inV);
36 return tan(inV);
40 return tan(inV);
44 return tan(inV);
48 return tan(inV);
52 return tan(inV);
  /external/selinux/mcstrans/share/examples/non-mls-color/
secolor.conf 9 color tan = #D2B48C
13 type * = tan orange
  /external/ltp/testcases/misc/math/float/
float_trigo.c 41 {FUNC_NORMAL, 50, tan, "tan", "dtan", "rtan",
  /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/ltp/testcases/misc/math/float/iperb/
Makefile 27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
  /external/ltp/testcases/misc/math/float/trigo/
Makefile 27 CLEAN_TARGETS := [rd]*sin [rd]sinh [rd]*cos [rd]cosh [rd]*tan [rd]*tan2 \
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 83 * @param tan If not null, returns the sampled tangent (x==[0], y==[1])
86 public boolean getPosTan(float distance, float pos[], float tan[]) {
88 tan != null && tan.length < 2) {
91 return native_getPosTan(native_instance, distance, pos, tan);
163 private static native boolean native_getPosTan(long native_instance, float distance, float pos[], float tan[]);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
math.s 33 .float $tan(0.0)
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_tan.c 18 /* tan(x)
26 * Let S,C and T denote the sin, cos and tan respectively on
31 * n sin(x) cos(x) tan(x)
40 * Let trig be any of sin, cos, or tan.
52 tan(double x) function
64 /* tan(Inf or NaN) is NaN */
  /external/selinux/mcstrans/share/examples/urcsts/
secolor.conf 9 color tan = #D2B48C
16 range s3-s3:c0.c1023 = black tan
  /external/selinux/mcstrans/share/examples/urcsts-via-include/
secolor.conf 9 color tan = #D2B48C
16 range s3-s3:c0.c1023 = black tan
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 42 float x_left = -std::tan(left_) * z_near;
43 float x_right = std::tan(right_) * z_near;
44 float y_bottom = -std::tan(bottom_) * z_near;
45 float y_top = std::tan(top_) * z_near;
  /external/skia/gm/
drawatlas.cpp 128 SkVector tan; local
129 if (!meas.getPosTan(xy[i].x() + offset, &pos, &tan)) {
131 tan.set(1, 0);
133 pos += SkVector::Make(-tan.fY, tan.fX) * baseline_offset;
135 xform[i].fSCos = tan.x();
136 xform[i].fSSin = tan.y();
137 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset;
138 xform[i].fTy = pos.y() + tan.x() * xy[i].y() - tan.y() * offset
    [all...]
OverStroke.cpp 96 SkVector tan; local
98 if (meas.getPosTan(accum, &pos, &tan)) {
99 tan.scale(radius);
100 SkPointPriv::RotateCCW(&tan);
102 ribs.moveTo(pos.x() + tan.x(), pos.y() + tan.y());
103 ribs.lineTo(pos.x() - tan.x(), pos.y() - tan.y());
  /external/skqp/gm/
drawatlas.cpp 128 SkVector tan; local
129 if (!meas.getPosTan(xy[i].x() + offset, &pos, &tan)) {
131 tan.set(1, 0);
133 pos += SkVector::Make(-tan.fY, tan.fX) * baseline_offset;
135 xform[i].fSCos = tan.x();
136 xform[i].fSSin = tan.y();
137 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset;
138 xform[i].fTy = pos.y() + tan.x() * xy[i].y() - tan.y() * offset
    [all...]
OverStroke.cpp 96 SkVector tan; local
98 if (meas.getPosTan(accum, &pos, &tan)) {
99 tan.scale(radius);
100 SkPointPriv::RotateCCW(&tan);
102 ribs.moveTo(pos.x() + tan.x(), pos.y() + tan.y());
103 ribs.lineTo(pos.x() - tan.x(), pos.y() - tan.y());
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
tan.pass.cpp 14 // tan(const complex<T>& x);
25 assert(tan(c) == x);
41 std::complex<double> r = tan(testcases[i]);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
TaperedPathStroke.java 29 static float[] tan = {0,0}; field in class:TaperedPathStroke
48 pm.getPosTan(t, pos, tan);

Completed in 395 milliseconds

1 2 3 4 5 6 7 8 91011>>