/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);
|
/external/eigen/doc/snippets/ |
Cwise_tan.cpp | 2 cout << v.tan() << endl;
|
/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); 150 private static native boolean native_getPosTan(long native_instance, float distance, float pos[], float tan[]);
|
/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/4/platforms/android-5/arch-x86/usr/include/ |
cmath | 45 using ::tan;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cmath | 45 using ::tan;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/ |
cmath | 47 using ::tan;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cmath | 47 using ::tan;
|