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/ex/carousel/java/com/android/ex/carousel/
DCarouselRS.java629 public void setStartAngle(float theta) in setStartAngle()
634 public void setCarouselRotationAngle(float theta) { in setCarouselRotationAngle()
/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.cpp450 float theta = atan2(normal.y, normal.x); in storeCapAA() local
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java2398 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) / in isFlingingToDelete() local