Home
last modified time | relevance | path

Searched defs:pole (Results 1 – 25 of 272) sorted by path

1234567891011

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dcustomrotation.cpp211 void pole(double d, double& ra, double &dec) const in pole() function in IAUPrecessingRotationModel
239 void pole(double d, double& ra, double &dec) const in pole() function in IAUNeptuneRotationModel
282 void pole(double d, double& ra, double& dec) const in pole() function in IAULunarRotationModel
353 void pole(double t, double& ra, double& dec) const in pole() function in IAUPhobosRotationModel
379 void pole(double t, double& ra, double& dec) const in pole() function in IAUDeimosRotationModel
406 void pole(double t, double& ra, double& dec) const in pole() function in IAUAmaltheaRotationModel
429 void pole(double t, double& ra, double& dec) const in pole() function in IAUThebeRotationModel
452 void pole(double t, double& ra, double& dec) const in pole() function in IAUIoRotationModel
477 void pole(double t, double& ra, double& dec) const in pole() function in IAUEuropaRotationModel
506 void pole(double t, double& ra, double& dec) const in pole() function in IAUGanymedeRotationModel
[all …]
H A Dprecession.cpp94 EclipticPole pole; in EclipticPrecession_P03LP() local
202 astro::EclipticPole pole; in EclipticPrecession_P03() local
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dcustomrotation.cpp211 void pole(double d, double& ra, double &dec) const in pole() function in IAUPrecessingRotationModel
239 void pole(double d, double& ra, double &dec) const in pole() function in IAUNeptuneRotationModel
282 void pole(double d, double& ra, double& dec) const in pole() function in IAULunarRotationModel
353 void pole(double t, double& ra, double& dec) const in pole() function in IAUPhobosRotationModel
379 void pole(double t, double& ra, double& dec) const in pole() function in IAUDeimosRotationModel
406 void pole(double t, double& ra, double& dec) const in pole() function in IAUAmaltheaRotationModel
429 void pole(double t, double& ra, double& dec) const in pole() function in IAUThebeRotationModel
452 void pole(double t, double& ra, double& dec) const in pole() function in IAUIoRotationModel
477 void pole(double t, double& ra, double& dec) const in pole() function in IAUEuropaRotationModel
506 void pole(double t, double& ra, double& dec) const in pole() function in IAUGanymedeRotationModel
[all …]
H A Dprecession.cpp94 EclipticPole pole; in EclipticPrecession_P03LP() local
202 astro::EclipticPole pole; in EclipticPrecession_P03() local
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Drotations.cpp103 V3 pole = Rotations::azAlt2xyz(QPointF(0, fabs(latitude))); in xyz2haDec() local
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dgeoref.cpp772 double pole = lat0 > 0 ? 90 : -90; in toPOLARcache_e() local
786 double pole = lat0 > 0 ? 90 : -90; in toPOLAR() local
798 double pole = lat0 > 0 ? 90 : -90; in fromPOLAR() local
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dslamap.c1414 double pole[3]; /* Solar pole (AST__HAEC) */ in Gsec() local
1630 double pole[3]; /* Solar pole vector (AST__HAEC) */ in Hpcc() local
1736 double pole[3]; /* Solar pole (AST__HAEC) */ in Hprc() local
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Doscltx.c35 doublereal rmag, vmag, rhat[3], pole[3], xmat[9] /* was [3][3] */; in oscltx_() local
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Doscltx.c35 doublereal rmag, vmag, rhat[3], pole[3], xmat[9] /* was [3][3] */; in oscltx_() local
/dports/astro/swe/swisseph-2.10.1/
H A Dswehouse.c2814 double pole, q, w, a, b, c, f, cu, r = 0, rah; in sunshine_solution_makransky() local
2955 double xhs, pole, a, cosa, alph, alpha2, c, cosc, b, sinzd, zd, rax, hc; in sunshine_solution_treindl() local
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/common/freeverb/
H A Defilter_t.hpp114 _fv3_float_t pole, zero; in _FV3_() local
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/dsp/
H A Dfilter.h67 void Init(float pole) { in Init()
76 const float pole = pole_; in Process() local
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/dsp/
H A Dfilter.h66 void Init(float pole) { in Init()
75 const float pole = pole_; in Process() local
/dports/audio/libbpm/libbpm-0.3/bpmdsp/
H A Dbpm_dsp.h430 complex_t pole[MAXPZ]; /**< Array of the filter's complex poles */ member
/dports/audio/libbpm/libbpm-0.3/documentation/latex/
H A Dstructfilterrep__t.tex51 \paragraph[pole]{\setlength{\rightskip}{0pt plus 5cm}{\bf complex\_\-t} {\bf filterrep\_\-t::pole}[… paragraph
/dports/audio/lingot/lingot-1.0.1/src/
H A Dlingot-filter.c134 LingotComplex pole[n]; in lingot_filter_cheby_design() local
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsync.cpp1082 for(int pole = 0; pole < _clockAveragerPoles; ++pole) in midiClockInput() local
/dports/audio/polyphone/polyphone-75a5e88/sources/lib/iir/
H A DBiquad.cpp142 void Biquad::setOnePole (complex_t pole, complex_t zero) in setOnePole()
/dports/audio/snack/snack2.2.10/generic/
H A DjkFormatMP3.c149 header->ID =header->fullID&0x1; in set_nominal_freqs()
172 bitrate=t_bitrate[header->ID][3-header->layer][header->bitrate_index]; in set_nominal_freqs()
465 slen[3]=0;
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/fsnotify/fsnotify/
H A DCHANGELOG.md43 * kqueue: fix race condition in Close [#105](https://github.com/fsnotify/fsnotify/pull/105) (thanks…
/dports/audio/string-machine-lv2/string-machine-0.1.0/sources/dsp/
H A DSmoothFilter.h30 float pole = fPole; in process() local
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/dsp/
H A Dfilter.h67 void Init(float pole) { in Init()
76 const float pole = pole_; in Process() local
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/utility/
H A Dcascaded_biquad_filter.cc19 std::complex<float> pole, in BiQuadParam()
H A Dcascaded_biquad_filter.h34 std::complex<float> pole; member
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/plugins/wolf-shaper/Libs/DSPFilters/include/DspFilters/
H A DLayout.h89 void add (const complex_t& pole, const complex_t& zero) in add()
97 void addPoleZeroConjugatePairs (const complex_t pole, in addPoleZeroConjugatePairs()

1234567891011