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

1 2 3 4 5 6 7 8 91011>>

  /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/policycoreutils/mcstrans/share/examples/non-mls-color/
secolor.conf 9 color tan = #D2B48C
13 type * = tan orange
  /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);
  /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);
164 private static native boolean native_getPosTan(long native_instance, float distance, float pos[], float tan[]);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
math.s 33 .float $tan(0.0)
  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts/
secolor.conf 9 color tan = #D2B48C
16 range s3-s3:c0.c1023 = black tan
  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
secolor.conf 9 color tan = #D2B48C
16 range s3-s3:c0.c1023 = black tan
  /external/v8/test/mjsunit/
sin-cos.js 34 assertEquals("-Infinity", String(1/Math.tan(-0)));
38 return Math.sin(x) + Math.cos(x) + Math.tan(x);
160 assertTrue(Math.tan(Math.PI/2) > 1e16);
161 assertTrue(Math.tan(-Math.PI/2) < -1e16);
220 // Tests for Math.tan for |x| < pi/4
221 assertEquals(Infinity, 1/Math.tan(0.0));
222 assertEquals(-Infinity, 1/Math.tan(-0.0));
223 // tan(x) = x for |x| < 2^-28
224 assertEquals(two_32, Math.tan(two_32));
225 assertEquals(-two_32, Math.tan(-two_32))
    [all...]
  /bionic/libstdc++/include/
cmath 47 using ::tan;
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
tan.pass.cpp 14 // tan(const complex<T>& x);
25 assert(tan(c) == x);
43 std::complex<double> r = tan(x[i]);
  /ndk/sources/cxx-stl/gabi++/include/
cmath 47 using ::tan;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
tan.pass.cpp 14 // tan(const complex<T>& x);
25 assert(tan(c) == x);
43 std::complex<double> r = tan(x[i]);
  /ndk/sources/cxx-stl/system/include/
cmath 47 using ::tan;
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 18 extern double tan(double x);
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cmath 47 using ::tan;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 47 using ::tan;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cmath 47 using ::tan;
  /external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
tan_valarray.pass.cpp 16 // tan(const valarray<T>& x);
46 std::valarray<T> v3 = tan(v1);
  /external/skia/samplecode/
SampleQuadStroker.cpp 312 SkPoint pos, tan; local
315 if (meas.getPosTan(dist, &pos, &tan)) {
316 tan.scale(radius);
317 tan.rotateCCW();
318 canvas->drawLine(pos.x() + tan.x(), pos.y() + tan.y(),
319 pos.x() - tan.x(), pos.y() - tan.y(), paint);
326 pos.x() - tan.x() * 1.25f, pos.y() - tan.y() * 1.25f, labelP)
352 SkPoint pos, tan; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
tan_valarray.pass.cpp 16 // tan(const valarray<T>& x);
46 std::valarray<T> v3 = tan(v1);

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>