OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cos2SM
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/location/java/android/location/
Location.java
320
double
cos2SM
= 0.0;
340
cos2SM
= (cosSqAlpha == 0) ? 0.0 :
353
double cos2SMSq =
cos2SM
*
cos2SM
;
355
(
cos2SM
+ (B / 4.0) *
357
(B / 6.0) *
cos2SM
*
364
(
cos2SM
+ C * cosSigma *
365
(-1.0 + 2.0 *
cos2SM
*
cos2SM
))); // (11)
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 463 milliseconds