HomeSort by relevance Sort by last modified time
    Searched refs:tan (Results 1 - 25 of 397) 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);
  /external/v8/src/base/
ieee754.h 51 double tan(double x);
  /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.25/gas/testsuite/gas/tic54x/
math.s 33 .float $tan(0.0)
  /external/v8/test/unittests/base/
ieee754-unittest.cc 284 TEST(Ieee754, Tan) {
286 EXPECT_THAT(tan(std::numeric_limits<double>::quiet_NaN()), IsNaN());
287 EXPECT_THAT(tan(std::numeric_limits<double>::signaling_NaN()), IsNaN());
288 EXPECT_THAT(tan(std::numeric_limits<double>::infinity()), IsNaN());
289 EXPECT_THAT(tan(-std::numeric_limits<double>::infinity()), IsNaN());
291 // Tests for tan for |x| < pi/4
292 EXPECT_EQ(std::numeric_limits<double>::infinity(), 1 / tan(0.0));
293 EXPECT_EQ(-std::numeric_limits<double>::infinity(), 1 / tan(-0.0));
294 // tan(x) = x for |x| < 2^-28
295 EXPECT_EQ(2.3283064365386963e-10, tan(2.3283064365386963e-10))
    [all...]
  /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]);
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLUtil.java 26 return new float[] {(float)(Math.tan(fieldOfViewInRad) / aspectRatio), 0, 0, 0, 0,
27 (float)(1 / Math.tan(fieldOfViewVertical * Math.PI / 180.0)), 0, 0, 0, 0,
  /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;

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>