Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp101 float cosSita = 0.0f, sinSitaSqrt3 = 0.0f, sqrtA = 0.0f; in targetGToVlevelsUnderCubicEquation() local
143 sqrtA = sqrt(AA); in targetGToVlevelsUnderCubicEquation()
145 outPutVal = (-inputCoeffs[1] - 2 * sqrtA * cosSita) / (3 * inputCoeffs[0]); in targetGToVlevelsUnderCubicEquation()
149 outPutVal = (-inputCoeffs[1] + sqrtA * (cosSita + sinSitaSqrt3)) / (3 * inputCoeffs[0]); in targetGToVlevelsUnderCubicEquation()
153 outPutVal = (-inputCoeffs[1] + sqrtA * (cosSita - sinSitaSqrt3)) / (3 * inputCoeffs[0]); in targetGToVlevelsUnderCubicEquation()