Searched refs:azimuth (Results 1 – 25 of 30) sorted by relevance
12
/external/icu/icu4c/source/i18n/ |
D | astro.h | 229 : altitude(alt), azimuth(azim) { } in altitude() 239 azimuth = azim; in set() 259 double azimuth; variable
|
D | astro.cpp | 513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); in eclipticToHorizon() local 515 result.set(azimuth, altitude); in eclipticToHorizon() 1505 sprintf(tmp, "[%.5f,%.5f]", altitude*RAD_DEG, azimuth*RAD_DEG); in toString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 488 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local 490 return new Horizon(azimuth, altitude); in eclipticToHorizon() 1626 azimuth = azim; 1635 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG); 1648 public final double azimuth;
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssSchema.java | 419 Property azimuth = new Property( 422 builder.put("azimuth", azimuth);
|
/external/libexif/po/ |
D | en_AU.po | 2639 "azimuth, SNR and other information in ASCII notation. The format is not " 2645 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | en_GB.po | 2639 "azimuth, SNR and other information in ASCII notation. The format is not " 2645 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | libexif-12.pot | 2579 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | zh_CN.po | 2583 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | sq.po | 2583 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | be.po | 2583 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | ru.po | 2626 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | uk.po | 2582 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | pt.po | 2583 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | tr.po | 2583 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | sr.po | 2624 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | ja.po | 2592 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | en_CA.po | 2586 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | fr.po | 2756 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | sv.po | 2628 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | pt_BR.po | 2591 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | cs.po | 2614 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | de.po | 2656 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | da.po | 2697 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | bs.po | 2650 "azimuth, SNR and other information in ASCII notation. The format is not "
|
D | es.po | 2776 "azimuth, SNR and other information in ASCII notation. The format is not "
|
12