Searched defs:latitudeDistRad (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_manager.cc91 const double latitudeDistRad = latitude2Rad - latitude1Rad; local
97 const double chordLengthSquared = pow(sin(latitudeDistRad / 2.0), 2) +

Completed in 167 milliseconds