/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | array_util.h | 75 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
|
D | array_util.cc | 115 Point AzimuthToPoint(float azimuth) { in AzimuthToPoint() argument 116 return Point(std::cos(azimuth), std::sin(azimuth), 0.f); in AzimuthToPoint()
|
D | nonlinear_beamformer.cc | 193 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/ |
D | astro.h | 231 : altitude(alt), azimuth(azim) { } in altitude() 241 azimuth = azim; in set() 261 double azimuth; variable
|
D | astro.cpp | 515 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); in eclipticToHorizon() local 517 result.set(azimuth, altitude); in eclipticToHorizon() 1507 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 | 490 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local 492 return new Horizon(azimuth, altitude); in eclipticToHorizon() 1633 azimuth = azim; 1643 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG); 1656 public final double azimuth;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 495 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local 497 return new Horizon(azimuth, altitude); in eclipticToHorizon() 1642 azimuth = azim; 1652 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG); 1665 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/ImageMagick/MagickCore/ |
D | effect.c | 3412 const double azimuth,const double elevation,ExceptionInfo *exception) in ShadeImage() argument 3466 light.x=(double) QuantumRange*cos(DegreesToRadians(azimuth))* in ShadeImage() 3468 light.y=(double) QuantumRange*sin(DegreesToRadians(azimuth))* in ShadeImage()
|
/external/libexif/po/ |
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 | 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 | 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 | tr.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 | sr.po | 2624 "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 | ru.po | 2626 "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 | ja.po | 2592 "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_BR.po | 2591 "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 "
|