OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lat2
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
LocationMediaFilter.java
41
public static final double centerLat(double lat1, double
lat2
) {
42
return (centerOfAngles(lat1,
lat2
, LAT_MAX));
62
public static double distanceBetween(double lat1, double lon1, double
lat2
, double lon2) {
63
double dLat = Math.toRadians(
lat2
- lat1);
65
double a = Math.sin(dLat / 2) * Math.sin(dLat / 2) + Math.cos(Math.toRadians(lat1)) * Math.cos(Math.toRadians(
lat2
))
/external/iproute2/tc/
q_tbf.c
268
double
lat2
= TIME_UNITS_PER_SEC*(qopt->limit/(double)qopt->peakrate.rate) - tc_core_tick2time(qopt->mtu);
local
269
if (
lat2
> latency)
270
latency =
lat2
;
/frameworks/base/location/java/android/location/
Location.java
273
double
lat2
, double lon2, float[] results) {
280
lat2
*= Math.PI / 180.0;
292
double U2 = Math.atan((1.0 - f) * Math.tan(
lat2
));
/development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java
[
all
...]
Completed in 3029 milliseconds