Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCbGeoUtils.java392 final double lengthSquared = getLength() * getLength(); in distance() local
393 if (lengthSquared == 0.0) { in distance()
402 double magnitude = dot / lengthSquared; in distance()