HomeSort by relevance Sort by last modified time
    Searched defs:cos (Results 1 - 25 of 34) sorted by null

1 2

  /bionic/libm/i387/
s_cos.S 40 ENTRY(cos) function
  /bionic/libm/src/
s_cos.c 17 /* cos(x)
26 * Let S,C and T denote the sin, cos and tan respectively on
31 * n sin(x) cos(x) tan(x)
40 * Let trig be any of sin, cos, or tan.
52 cos(double x) function
68 /* cos(Inf or NaN) is NaN */
  /frameworks/base/core/java/android/util/
FloatMath.java 64 public static native float cos(float angle); method in class:FloatMath
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath.java 72 public static float cos(float angle) { method in class:FloatMath
73 return (float)Math.cos(angle);
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 80 CipherOutputStream cos = new CipherOutputStream(tos){}; local
81 cos.write(data);
82 cos.flush();
102 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); local
104 cos.write(data[i]);
106 cos.flush();
126 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); local
127 cos.write(data);
128 cos.flush();
135 cos.write(null)
154 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher()); local
215 CipherOutputStream cos = new CipherOutputStream(tos){}; local
237 CipherOutputStream cos = new CipherOutputStream(tos){}; local
265 CipherOutputStream cos = new CipherOutputStream(baos, c); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 53 float cos = (float)Math.cos(angle); local
58 m[1][1] = cos;
61 m[2][2] = cos;
66 m[0][0] = cos;
69 m[2][2] = cos;
74 m[0][0] = cos;
77 m[1][1] = cos;
  /external/stlport/src/
complex_trig.cpp 70 ::cos(z._M_re) * ::sinh(z._M_im));
85 // cos
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im),
92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z) function
95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z) function
99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z) function
113 _Tp den = ::cos(re2) + ::cosh(im2);
133 return complex<_Tp>(::sinh(z._M_re) * ::cos(z._M_im),
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im),
176 _Tp den = ::cosh(re2) + ::cos(im2)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Math.java 258 * <li>{@code cos(+infinity) = NaN}</li>
259 * <li>{@code cos(-infinity) = NaN}</li>
260 * <li>{@code cos(NaN) = NaN}</li>
267 public static native double cos(double d); method in class:Math
    [all...]
StrictMath.java 287 * <li>{@code cos(+infinity) = NaN}</li>
288 * <li>{@code cos(-infinity) = NaN}</li>
289 * <li>{@code cos(NaN) = NaN}</li>
296 public static native double cos(double d); method in class:StrictMath
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 79 float cos = (float) Math.cos(mCurrentAngle); local
80 float x0 = pivotX - l*cos;
  /external/skia/src/core/
SkCordic.cpp 66 SkFixed cos = kFixedInvGain1; local
67 SkCircularRotation(&cos, &sin, &scaledRadians);
71 scaled.setMul(cos, 0x6488d);
80 int32_t cos; local
81 int32_t sin = SkCordicSinCos(a, &cos);
82 return SkFixedDiv(sin, cos);
231 SkDebugf("cos error : angle = %g ; cos = %g ; cordic = %g\n", angle, cosine, cosine2);
  /external/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)
366 _STLP_DMATH_INLINE(cos)
395 # if defined (cos)
396 inline double __stlp_cos(double __x) { return cos(__x); }
397 # undef cos macro
398 inline double cos(double __x) { return __stlp_cos(__x); } function
437 _STLP_DEF_MATH_INLINE(cos, cos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
559 using ::cos;
    [all...]
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 152 // cos(theta). We want the associated Legendre functions for
153 // sin(latitude), which is the same as cos(PI/2 - latitude), except the
169 // Compute tables of sin(lon * m) and cos(lon * m) for m = 0..MAX_N --
176 cosMLon[1] = (float) Math.cos(mGcLongitudeRad);
180 // cos((m-x)*theta + x*theta).
186 float inverseCosLatitude = 1.0f / (float) Math.cos(mGcLatitudeRad);
207 // P_n^m(sin(theta)) and we use P_n^m(cos(90 - theta)), so the
234 mX = (float) (gcX * Math.cos(latDiffRad)
238 + gcZ * Math.cos(latDiffRad));
311 float clat = (float) Math.cos(gdLatRad)
356 float cos = (float) Math.cos(thetaRad); local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 114 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 111 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 114 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 111 #define cos(z) __TGMATH_CPLX(z, cos, ccos) macro
  /frameworks/base/awt/java/awt/geom/
AffineTransform.java 574 double cos = Math.cos(angle); local
575 if (Math.abs(cos) < ZERO) {
576 cos = 0.0;
580 cos = cos > 0.0 ? 1.0 : -1.0;
582 m00 = m11 = cos;
    [all...]
Arc2D.java 491 double cos; field in class:Arc2D.Iterator
559 k = 4.0 / 3.0 * (1.0 - Math.cos(step / 2.0)) / Math.sin(step / 2.0);
592 cos = Math.cos(angle);
595 ky = k * height * cos;
596 coords[0] = mx = x + cos * width;
604 cos = Math.cos(angle);
607 ky = k * height * cos;
608 coords[4] = mx = x + cos * width
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 455 final double cosine = Math.cos(angle);
564 float cos = (float) Math.cos(angle); local
568 float x = points[i] * cos - points[i + 1] * sin;
569 float y = points[i] * sin + points[i + 1] * cos;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix.java 247 float cos = (float)Math.cos(rad); local
249 addTransform(new float[] { cos, -sin, 0, sin, cos, 0, 0, 0, 1 });
260 float cos = (float)Math.cos(rad); local
263 mValues[0] = cos;
267 mValues[4] = cos;
541 float cos = (float)Math.cos(rad) local
557 float cos = (float)Math.cos(rad); local
    [all...]
  /frameworks/base/awt/java/awt/
BasicStroke.java 435 double cos = 1.0 - 2.0 * width * width / (a * a); local
436 double sin = Math.sqrt(1.0 - cos * cos);
437 return Math.abs(sin / cos);
814 double cos = x10 * x20 + y10 * y20; local
815 double a = Math.acos(cos / (w2 * w2));
816 if (cos >= 0.0) {
1025 double cos = x21 * x23 + y21 * y23; local
1028 if (level < MAX_LEVEL && (cos >= 0.0 || (Math.abs(sin / cos) > curveDelta)))
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 813 milliseconds

1 2