HomeSort by relevance Sort by last modified time
    Searched refs:tan (Results 51 - 75 of 317) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
380 _STLP_DMATH_INLINE(tan)
451 _STLP_DEF_MATH_INLINE(tan, tan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
592 using ::tan;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
380 _STLP_DMATH_INLINE(tan)
451 _STLP_DEF_MATH_INLINE(tan, tan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
592 using ::tan;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
380 _STLP_DMATH_INLINE(tan)
451 _STLP_DEF_MATH_INLINE(tan, tan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
592 using ::tan;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
380 _STLP_DMATH_INLINE(tan)
451 _STLP_DEF_MATH_INLINE(tan, tan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
592 using ::tan;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
380 _STLP_DMATH_INLINE(tan)
451 _STLP_DEF_MATH_INLINE(tan, tan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
592 using ::tan;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
380 _STLP_DMATH_INLINE(tan)
451 _STLP_DEF_MATH_INLINE(tan, tan)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
592 using ::tan;
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 16 cos, tan, etc, will be used as supplied by <math.h>. If it is
263 #define cot(x) (1.0 / tan(x))
349 #define tan I_tan macro
449 /* tan(x) Return tangent, x in radians, by identity */
451 static double tan(x) function
vcpu_fnfns.c 70 printf(" tanD(%+20.13e) = %+20.13e\n", d, tan(d));
  /external/valgrind/main/perf/
fbench.c 12 cos, tan, etc, will be used as supplied by <math.h>. If it is
259 #define cot(x) (1.0 / tan(x))
345 #define tan I_tan macro
445 /* tan(x) Return tangent, x in radians, by identity */
447 static double tan(x) function
  /bionic/libm/
fake_long_double.c 71 long double tanl(long double a1) { return tan(a1); }
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 209 return shear(tan(deg2rad(angleX)), tan(deg2rad(angleY)));
214 return shear(tan(deg2rad(angle)), 0);
219 return shear(0, tan(deg2rad(angle)));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 84 IMPORT_F32_FN_F32(tan)
  /external/chromium_org/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 assertEquals("Infinity", String(Math.tan(Math.PI/2)));
161 assertEquals("-Infinity", String(Math.tan(-Math.PI/2)));
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 5 gcc4 really does generate all the sin cos tan stuff as
53 printf("a=%f tan(a)=%f\n", a, tan(a));
60 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
more_x87_fp.stdout.exp 8 a=2.000000 tan(a)=-2.185040
14 a=2.000000 atan(tan(a))=-1.141593
22 a=1.400000 tan(a)=5.797884
28 a=1.400000 atan(tan(a))=1.400000
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 43 printf("a=%f tan(a)=%f\n", a, tan(a));
50 printf("a=%f atan(tan(a))=%f\n", a, atan(tan(a)));
more_x86_fp.stdout.exp 9 a=2.000000 tan(a)=-2.185040
15 a=2.000000 atan(tan(a))=-1.141593
24 a=1.400000 tan(a)=5.797884
30 a=1.400000 atan(tan(a))=1.400000
  /external/chromium_org/v8/test/webkit/
math.js 255 shouldBe("Math.tan(NaN)", "NaN");
256 shouldBe("Math.tan(0)", "0");
257 shouldBe("Math.tan(-0)", "-0");
258 shouldBe("Math.tan(Infinity)", "NaN");
259 shouldBe("Math.tan(-Infinity)", "NaN");
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 474 double tanB = tan(eclipLat);
607 return 2.0 * ::atan( ::tan(E/2) * ::sqrt( (1+eccentricity)
787 // double tanL = ::tan(fLatitude);
788 // double H = ::acos(-tanL * ::tan(pos1.declination));
791 // H = ::acos(-tanL * ::tan(pos2.declination));
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 36 #define sk_float_tan(x) (float)::tan(x)
  /external/eigen/test/
array.cpp 174 VERIFY_IS_APPROX(m1.tan(), std::tan(m1));
175 VERIFY_IS_APPROX(m1.tan(), internal::tan(m1));
  /external/icu4c/i18n/
astro.cpp 473 double tanB = tan(eclipLat);
606 return 2.0 * ::atan( ::tan(E/2) * ::sqrt( (1+eccentricity)
792 // double tanL = ::tan(fLatitude);
793 // double H = ::acos(-tanL * ::tan(pos1.declination));
796 // H = ::acos(-tanL * ::tan(pos2.declination));
    [all...]
  /external/skia/include/core/
SkFloatingPoint.h 36 #define sk_float_tan(x) (float)::tan(x)
  /frameworks/base/opengl/java/android/opengl/
GLU.java 113 float top = zNear * (float) Math.tan(fovy * (Math.PI / 360.0));
  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 144 NATIVE_METHOD(StrictMath, tan, "!(D)D"),

Completed in 3066 milliseconds

1 23 4 5 6 7 8 91011>>