Home
last modified time | relevance | path

Searched refs:theta (Results 1 – 9 of 9) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DMacroscopic.c122 SLmillidegree theta, const SLVec3D *pAxis) in I3DMacroscopic_Rotate() argument
126 if (!((-360000 <= theta) && (theta <= 360000)) || NULL == pAxis) { in I3DMacroscopic_Rotate()
135 thiz->mTheta = theta; in I3DMacroscopic_Rotate()
DI3DLocation.c213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) in I3DLocation_Rotate() argument
217 if (!((-360000 <= theta) && (theta <= 360000)) || (NULL == pAxis)) { in I3DLocation_Rotate()
230 thiz->mTheta = theta; in I3DLocation_Rotate()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dsparse_weight_vector.cpp289 const double theta = abs_val_vec[curr_l0_norm - req_l0_norm]; in ReprojectL0() local
294 if ((fabs(iter->second/normalizer_) - theta) < 0) { in ReprojectL0()
327 double theta = 0; in ReprojectL1() local
333 theta = (cum_sum - l1_norm)/curr_index; in ReprojectL1()
334 if (((*val_iter) - theta) <= 0) { in ReprojectL1()
345 (fabs(iter->second/normalizer_) - theta), in ReprojectL1()
/frameworks/base/core/java/android/util/
DPathParser.java551 float theta, in drawArc() argument
556 double thetaD = Math.toRadians(theta); in drawArc()
583 b * adjust, theta, isMoreThanHalf, isPositiveArc); in drawArc()
642 double theta, in arcToBezier() argument
652 double cosTheta = Math.cos(theta); in arcToBezier()
653 double sinTheta = Math.sin(theta); in arcToBezier()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DPathParser.java579 float theta, in drawArc() argument
584 double thetaD = Math.toRadians(theta); in drawArc()
611 b * adjust, theta, isMoreThanHalf, isPositiveArc); in drawArc()
670 double theta, in arcToBezier() argument
680 double cosTheta = Math.cos(theta); in arcToBezier()
681 double sinTheta = Math.sin(theta); in arcToBezier()
/frameworks/rs/scriptc/
Drs_quaternion.rsh272 float theta = acos(angle);
273 float invSinTheta = 1.0f / sin(theta);
274 scale = sin(theta * (1.0f - t)) * invSinTheta;
275 invScale = sin(theta * t) * invSinTheta;
/frameworks/base/libs/hwui/
DPathTessellator.cpp462 float theta = atan2(normal.y, normal.x); in storeCapAA() local
466 theta += dTheta; in storeCapAA()
468 Vector2 radialOffset = {cosf(theta), sinf(theta)}; in storeCapAA()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp307 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 in android_player_volumeUpdate() local
308 amplFromStereoPos[0] = cos(theta); in android_player_volumeUpdate()
309 amplFromStereoPos[1] = sin(theta); in android_player_volumeUpdate()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1750 SLmillidegree theta,
1909 SLmillidegree theta,