Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp661 float magSq = sv->x * sv->x + sv->y * sv->y + sv->z * sv->z; in magAccuracyUpdate() local
663 if (magSq < MIN_MAG_SQ || magSq > MAX_MAG_SQ) { in magAccuracyUpdate()