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
/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
;
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
165
// Approximate cos(lat1) * cos(
lat2
) using
166
// cos((lat1 +
lat2
)/2) ^ 2
177
double
lat2
, double lng2) {
178
double dlat = Math.sin(0.5 * (
lat2
- lat1));
180
double x = dlat * dlat + dlng * dlng * Math.cos(lat1) * Math.cos(
lat2
);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java
244
double
lat2
, double lon2, float[] results) {
251
lat2
*= Math.PI / 180.0;
263
double U2 = Math.atan((1.0 - f) * Math.tan(
lat2
));
/frameworks/base/location/java/android/location/
Location.java
289
double
lat2
, double lon2, float[] results) {
296
lat2
*= Math.PI / 180.0;
308
double U2 = Math.atan((1.0 - f) * Math.tan(
lat2
));
Completed in 873 milliseconds