HomeSort by relevance Sort by last modified time
    Searched defs:tan (Results 1 - 20 of 20) sorted by null

  /bionic/libm/i387/
s_tan.S 40 ENTRY(tan) function
  /bionic/libm/src/
s_tan.c 17 /* tan(x)
25 * Let S,C and T denote the sin, cos and tan respectively on
30 * n sin(x) cos(x) tan(x)
39 * Let trig be any of sin, cos, or tan.
51 tan(double x) function
67 /* tan(Inf or NaN) is NaN */
  /external/stlport/src/
complex_trig.cpp 104 // tan
118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) function
121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z) function
125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& z) function
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 74 float[] tan = { 1f }; local
76 mPathMeasure.getPosTan(distance, pos, tan);
  /dalvik/libcore/luni/src/main/java/java/lang/
Math.java 898 * <li>{@code tan(+0.0) = +0.0}</li>
899 * <li>{@code tan(-0.0) = -0.0}</li>
900 * <li>{@code tan(+infinity) = NaN}</li>
901 * <li>{@code tan(-infinity) = NaN}</li>
902 * <li>{@code tan(NaN) = NaN}</li>
909 public static native double tan(double d); method in class:Math
    [all...]
StrictMath.java 906 * <li>{@code tan(+0.0) = +0.0}</li>
907 * <li>{@code tan(-0.0) = -0.0}</li>
908 * <li>{@code tan(+infinity) = NaN}</li>
909 * <li>{@code tan(-infinity) = NaN}</li>
910 * <li>{@code tan(NaN) = NaN}</li>
917 public static native double tan(double d); method in class:StrictMath
    [all...]
  /frameworks/base/core/java/android/util/
MathUtils.java 139 public static float tan(float angle) { method in class:MathUtils
140 return (float) Math.tan(angle);
  /external/skia/src/core/
SkCordic.cpp 41 int32_t tan = *tanPtr++; local
45 z -= tan;
49 z += tan;
95 int32_t tan = *tanPtr++; local
99 z -= tan;
103 z += tan;
166 int32_t tan = *tanPtr++; local
174 z -= tan;
178 z += tan;
232 // tan
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 116 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 116 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 113 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 450 final float tan = b/a; local
451 final double angle = Math.atan(tan);
456 final double sine = cosine * tan;
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/webkit/WebCore/inspector/front-end/
Color.js 449 "D2B48C": [[210, 180, 140], [34, 44, 69], "tan"],
643 "tan": "D2B48C",
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 771 milliseconds