OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lat2
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
138
// Approximate cos(lat1) * cos(
lat2
) using
139
// cos((lat1 +
lat2
)/2) ^ 2
150
double
lat2
, double lng2) {
151
double dlat = Math.sin(0.5 * (
lat2
- lat1));
153
double x = dlat * dlat + dlng * dlng * Math.cos(lat1) * Math.cos(
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 116 milliseconds