Home
last modified time | relevance | path

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

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