Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp100 float oneHalf = 1.0 / 2.0, oneThird = 1.0 / 3.0; in targetGToVlevelsUnderCubicEquation() local
120 Y1 = AA * inputCoeffs[1] + 3.0 * inputCoeffs[0] * (-BB + pow(Delta, oneHalf)) / 2.0; in targetGToVlevelsUnderCubicEquation()
121 Y2 = AA * inputCoeffs[1] + 3.0 * inputCoeffs[0] * (-BB - pow(Delta, oneHalf)) / 2.0; in targetGToVlevelsUnderCubicEquation()