Home
last modified time | relevance | path

Searched refs:azimuth (Results 1 – 25 of 36) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util.h75 Point AzimuthToPoint(float azimuth);
91 SphericalPoint(T azimuth, T elevation, T radius) { in SphericalPoint()
92 s[0] = azimuth; in SphericalPoint()
96 T azimuth() const { return s[0]; } in azimuth() function
Darray_util.cc115 Point AzimuthToPoint(float azimuth) { in AzimuthToPoint() argument
116 return Point(std::cos(azimuth), std::sin(azimuth), 0.f); in AzimuthToPoint()
Dnonlinear_beamformer.cc193 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
394 target_angle_radians_ = target_direction.azimuth(); in AimAt()
406 return fabs(spherical_point.azimuth() - target_angle_radians_) < in IsInBeam()
/external/icu/icu4c/source/i18n/
Dastro.h229 : altitude(alt), azimuth(azim) { } in altitude()
239 azimuth = azim; in set()
259 double azimuth; variable
Dastro.cpp513 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/
DCalendarAstronomer.java488 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/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java490 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local
492 return new Horizon(azimuth, altitude); in eclipticToHorizon()
1628 azimuth = azim;
1637 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG);
1650 public final double azimuth;
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java419 Property azimuth = new Property(
422 builder.put("azimuth", azimuth);
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/libexif/po/
Den_AU.po2639 "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 "
Den_GB.po2639 "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 "
Dlibexif-12.pot2579 "azimuth, SNR and other information in ASCII notation. The format is not "
Den_CA.po2586 "azimuth, SNR and other information in ASCII notation. The format is not "
Dtr.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dru.po2626 "azimuth, SNR and other information in ASCII notation. The format is not "
Dpt.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dja.po2592 "azimuth, SNR and other information in ASCII notation. The format is not "
Dbe.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dzh_CN.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dsq.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dsr.po2624 "azimuth, SNR and other information in ASCII notation. The format is not "
Duk.po2582 "azimuth, SNR and other information in ASCII notation. The format is not "
Dfr.po2756 "azimuth, SNR and other information in ASCII notation. The format is not "
Dpt_BR.po2591 "azimuth, SNR and other information in ASCII notation. The format is not "
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jar ... .Object { public final double altitude public final double azimuth public void <init> (double, double) ...

12