Home
last modified time | relevance | path

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

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp1036 float q0, q1, q2, q3; in calculate_rv_4th_element() local
1042 q0 = 1 - q1*q1 - q2*q2 - q3*q3; in calculate_rv_4th_element()
1043 q0 = (q0 > 0) ? (float)sqrt(q0) : 0; in calculate_rv_4th_element()
1045 mPendingEvents[sensors_id].data[3] = q0; in calculate_rv_4th_element()