Searched refs:theta (Results 1 - 11 of 11) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DLocation.c213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) argument
217 if (!((-360000 <= theta) && (theta <= 360000)) || (NULL == pAxis)) {
230 thiz->mTheta = theta;
H A DI3DMacroscopic.c122 SLmillidegree theta, const SLVec3D *pAxis)
126 if (!((-360000 <= theta) && (theta <= 360000)) || NULL == pAxis) {
135 thiz->mTheta = theta;
121 I3DMacroscopic_Rotate(SL3DMacroscopicItf self, SLmillidegree theta, const SLVec3D *pAxis) argument
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp289 const double theta = abs_val_vec[curr_l0_norm - req_l0_norm]; local
294 if ((fabs(iter->second/normalizer_) - theta) < 0) {
327 double theta = 0; local
333 theta = (cum_sum - l1_norm)/curr_index;
334 if (((*val_iter) - theta) <= 0) {
345 (fabs(iter->second/normalizer_) - theta),
/frameworks/rs/scriptc/
H A Drs_quaternion.rsh205 float theta = acos(angle);
206 float invSinTheta = 1.0f / sin(theta);
207 scale = sin(theta * (1.0f - t)) * invSinTheta;
208 invScale = sin(theta * t) * invSinTheta;
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_quaternion.rsh205 float theta = acos(angle);
206 float invSinTheta = 1.0f / sin(theta);
207 scale = sin(theta * (1.0f - t)) * invSinTheta;
208 invScale = sin(theta * t) * invSinTheta;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java629 public void setStartAngle(float theta) argument
631 mScript.set_startAngle(theta);
634 public void setCarouselRotationAngle(float theta) { argument
635 mScript.invoke_setCarouselRotationAngle(theta);
H A Dcarousel.rs672 float theta = cardPosition(i);
674 rsMatrixRotate(matrix, degrees(theta), 0, 1, 0);
679 rotation -= theta;
1589 const float theta = startAngle + bias;
1591 const float position = theta / dtheta;
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java1012 final float theta = (float) Math.atan2(
1014 final float angle = (float) Math.toDegrees(theta) + 90.0f;
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp329 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 local
330 amplFromStereoPos[0] = cos(theta);
331 amplFromStereoPos[1] = sin(theta);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java2266 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
2268 if (theta <= Math.toRadians(FLING_TO_DELETE_MAX_FLING_DEGREES)) {
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1750 SLmillidegree theta,
1909 SLmillidegree theta,

Completed in 230 milliseconds