Home
last modified time | relevance | path

Searched refs:sita (Results 1 – 3 of 3) sorted by relevance

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp98 float Y1 = 0.0f, Y2 = 0.0f, K = 0.0f, T = 0.0f, sita = 0.0f; in targetGToVlevelsUnderCubicEquation() local
140 sita = acos(T); in targetGToVlevelsUnderCubicEquation()
141 cosSita = cos(sita / 3); in targetGToVlevelsUnderCubicEquation()
142 sinSitaSqrt3 = sqrt(3.0) * sin(sita / 3); in targetGToVlevelsUnderCubicEquation()
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp177 float Y1 = 0.0f, Y2 = 0.0f, K = 0.0f, T = 0.0f, sita = 0.0f; in targetGToVlevelsUnderCubicEquation() local
219 sita = acos(T); in targetGToVlevelsUnderCubicEquation()
220 cosSita = cos(sita / 3); in targetGToVlevelsUnderCubicEquation()
221 sinSitaSqrt3 = sqrt(3.0) * sin(sita / 3); in targetGToVlevelsUnderCubicEquation()
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp174 float Y1 = 0.0f, Y2 = 0.0f, K = 0.0f, T = 0.0f, sita = 0.0f; in targetGToVlevelsUnderCubicEquation() local
216 sita = acos(T); in targetGToVlevelsUnderCubicEquation()
217 cosSita = cos(sita / 3); in targetGToVlevelsUnderCubicEquation()
218 sinSitaSqrt3 = sqrt(3.0) * sin(sita / 3); in targetGToVlevelsUnderCubicEquation()