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

1 2 34 5 6 7

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/go/darwin-x86/src/math/cmplx/
cmath_test.go 269 var tan = []complex128{ var
802 if f := Tan(vc[i]); !cSoclose(tan[i], f, 3e-15) {
803 t.Errorf("Tan(%g) = %g, want %g", vc[i], f, tan[i])
807 if f := Tan(vcTanSC[i]); !cAlike(tanSC[i], f) {
808 t.Errorf("Tan(%g) = %g, want %g", vcTanSC[i], f, tanSC[i])
935 Tan(complex(2.5, 3.5))
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 269 var tan = []complex128{ var
802 if f := Tan(vc[i]); !cSoclose(tan[i], f, 3e-15) {
803 t.Errorf("Tan(%g) = %g, want %g", vc[i], f, tan[i])
807 if f := Tan(vcTanSC[i]); !cAlike(tanSC[i], f) {
808 t.Errorf("Tan(%g) = %g, want %g", vcTanSC[i], f, tanSC[i])
935 Tan(complex(2.5, 3.5))
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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/misc/linux-x86/analyzer/lib/clang/3.3/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/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/sdk/renderscript/clang-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
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 641 assertEquals(Math.tan(angle), Math.tan(c.orientation), 0.1);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 2675 public static double tan(double x) { method in class:FastMath
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 1515 void ShaderCore::tan(Vector4f &dst, const Vector4f &src, bool pp) function in class:sw::ShaderCore
    [all...]
  /external/v8/src/base/
ieee754.cc 756 * kernel tan function on [-pi/4, pi/4], pi/4 ~ 0.7854
759 * Input k indicates whether tan (if k=1) or
760 * -1/tan (if k= -1) is returned.
763 * 1. Since tan(-x) = -tan(x), we need only to consider positive x.
765 * 3. tan(x) is approximated by a odd polynomial of degree 27 on
768 * tan(x) ~ x + T1*x + ... + T13*x
771 * |tan(x) 2 4 26 | -59.2
775 * Note: tan(x+y) = tan(x) + tan'(x)*
2546 double tan(double x) { function in namespace:v8::base::ieee754
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 780 float __attribute__((overloadable)) tan(float v) { function
783 FN_FUNC_FN(tan)
792 return tan(v * M_PI);
2258 HN_FUNC_HN(tan); variable
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 109 static native float tan(float x); method in class:CoreMathVerifier
1005 static private Target.Floaty tan(double d, Target t) { method in class:CoreMathVerifier
1019 static private Target.Floaty tan(float f, Target t) { method in class:CoreMathVerifier
    [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go 606 var tan = []float64{ var
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 606 var tan = []float64{ var
    [all...]
  /prebuilts/misc/common/asm/
asm-tree-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-tree-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-tree-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/6.0/
asm-tree-6.0.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 

Completed in 493 milliseconds

1 2 34 5 6 7