Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmakedocinfologo15 alt=${2-$file}
Dkhronos.css269 table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f8f8f8; }
/hardware/qcom/sm8150p/gps/utils/
Dloc_nmea.cpp167 pecef.X = (r + plla.alt) * cos(plla.lat) * cos(plla.lon); in convert_Lla_to_Ecef()
168 pecef.Y = (r + plla.alt) * cos(plla.lat) * sin(plla.lon); in convert_Lla_to_Ecef()
169 pecef.Z = (r * OMES + plla.alt) * sin(plla.lat); in convert_Lla_to_Ecef()
238 plla.alt = 1.0; in convert_Ecef_to_Lla()
257 plla.alt = p * cos(Phi) + pecef.Z * Sphi - EcefA * EcefA/N; in convert_Ecef_to_Lla()
899 lla_offset[2] = local_lla.alt - ref_lla.alt; in loc_nmea_generate_DTM()
1341 lla_w84.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1351 ref_lla.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1354 local_lla.alt = lla_p90.alt; in loc_nmea_generate_pos()
1359 ref_lla.alt = lla_p90.alt; in loc_nmea_generate_pos()
[all …]
Dloc_nmea.h65 double alt; member
/hardware/qcom/sm7150/gps/utils/
Dloc_nmea.cpp167 pecef.X = (r + plla.alt) * cos(plla.lat) * cos(plla.lon); in convert_Lla_to_Ecef()
168 pecef.Y = (r + plla.alt) * cos(plla.lat) * sin(plla.lon); in convert_Lla_to_Ecef()
169 pecef.Z = (r * OMES + plla.alt) * sin(plla.lat); in convert_Lla_to_Ecef()
238 plla.alt = 1.0; in convert_Ecef_to_Lla()
257 plla.alt = p * cos(Phi) + pecef.Z * Sphi - EcefA * EcefA/N; in convert_Ecef_to_Lla()
904 lla_offset[2] = local_lla.alt - ref_lla.alt; in loc_nmea_generate_DTM()
1487 lla_w84.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1497 ref_lla.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1500 local_lla.alt = lla_p90.alt; in loc_nmea_generate_pos()
1505 ref_lla.alt = lla_p90.alt; in loc_nmea_generate_pos()
[all …]
Dloc_nmea.h65 double alt; member
/hardware/qcom/sm8150/gps/utils/
Dloc_nmea.cpp176 pecef.X = (r + plla.alt) * cos(plla.lat) * cos(plla.lon); in convert_Lla_to_Ecef()
177 pecef.Y = (r + plla.alt) * cos(plla.lat) * sin(plla.lon); in convert_Lla_to_Ecef()
178 pecef.Z = (r * OMES + plla.alt) * sin(plla.lat); in convert_Lla_to_Ecef()
247 plla.alt = 1.0; in convert_Ecef_to_Lla()
266 plla.alt = p * cos(Phi) + pecef.Z * Sphi - EcefA * EcefA/N; in convert_Ecef_to_Lla()
987 lla_offset[2] = local_lla.alt - ref_lla.alt; in loc_nmea_generate_DTM()
1562 lla_w84.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1572 ref_lla.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1575 local_lla.alt = lla_p90.alt; in loc_nmea_generate_pos()
1580 ref_lla.alt = lla_p90.alt; in loc_nmea_generate_pos()
[all …]
Dloc_nmea.h65 double alt; member
/hardware/google/gfxstream/host/testlibs/
DEvent.h31 bool alt; member
/hardware/qcom/sm7250/gps/utils/
Dloc_nmea.h65 double alt; member
Dloc_nmea.cpp176 pecef.X = (r + plla.alt) * cos(plla.lat) * cos(plla.lon); in convert_Lla_to_Ecef()
177 pecef.Y = (r + plla.alt) * cos(plla.lat) * sin(plla.lon); in convert_Lla_to_Ecef()
178 pecef.Z = (r * OMES + plla.alt) * sin(plla.lat); in convert_Lla_to_Ecef()
247 plla.alt = 1.0; in convert_Ecef_to_Lla()
266 plla.alt = p * cos(Phi) + pecef.Z * Sphi - EcefA * EcefA/N; in convert_Ecef_to_Lla()
981 lla_offset[2] = local_lla.alt - ref_lla.alt; in loc_nmea_generate_DTM()
1556 lla_w84.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1564 ref_lla.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1570 local_lla.alt = location.gpsLocation.altitude; in loc_nmea_generate_pos()
1575 local_lla.alt = lla_p90.alt; in loc_nmea_generate_pos()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
DREADME.md1 # [<img src="https://katex.org/img/katex-logo-black.svg" width="130" alt="KaTeX">](https://katex.or…
Dkatex.js1226 function Img(src, alt, style) {
1228 this.alt = void 0;
1234 this.alt = alt;
1249 node.alt = this.alt;
1263 …var markup = "<img src='" + this.src + " 'alt='" + this.alt + "' "; // Add the styles, after hyph…
11586 var alt = "";
11601 alt = str;
11625 if (alt === "") {
11627 alt = src;
11628 alt = alt.replace(/^.*[\\/]/, '');
[all …]
Dkatex.mjs1275 constructor(src, alt, style) { argument
1277 this.alt = void 0;
1283 this.alt = alt;
1296 node.alt = this.alt;
1310 let markup = `<img src='${this.src} 'alt='${this.alt}' `; // Add the styles, after hyphenation
11414 let alt = "";
11428 case "alt":
11429 alt = str;
11453 if (alt === "") {
11454 // No alt given. Use the file name. Strip away the path.
[all …]
Dkatex.min.js1alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.s…
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp148 event->key.alt = state & Mod1Mask; in AddX11KeyStateToEvent()
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp324 event.key.alt = HIWORD(GetAsyncKeyState(VK_MENU)) != 0; in WndProc()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm286 event->key.alt = state & NSAlternateKeyMask;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc208 | Open (alt.) | `----` | For continuation blocks inside reference pages. Must be preceded …
421 asciidoctor output, and not all of them treat anchors without alt-text the