Searched refs:magSq (Results 1 – 1 of 1) sorted by relevance
391 float magSq = x * x + y * y + z * z; in magAccuracyUpdate() local393 if (magSq < MIN_MAG_SQ || magSq > MAX_MAG_SQ) { in magAccuracyUpdate()