Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 7 of 7) sorted by relevance

/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
327 double theta = 0; in ReprojectL1() local
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.c122 SLmillidegree theta, const SLVec3D *pAxis) in I3DMacroscopic_Rotate()
DI3DLocation.c213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) in I3DLocation_Rotate()
/frameworks/base/core/java/android/util/
DPathParser.java551 float theta, in drawArc()
642 double theta, in arcToBezier()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp305 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 in android_player_volumeUpdate() local
/frameworks/base/libs/hwui/
DPathTessellator.cpp465 float theta = atan2(normal.y, normal.x); in storeCapAA() local
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java2396 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) / in isFlingingToDelete() local