Home
last modified time | relevance | path

Searched refs:pha (Results 1 – 25 of 1514) sorted by path

12345678910>>...61

/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/locale/vi/
H A Demojis.dic1047 �� quả cầu pha lê none
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/locale/vi/
H A Demojis.dic1047 �� quả cầu pha lê none
/dports/archivers/dpkg/dpkg-1.19.7/po/
H A Dvi.po1304 "có sự pha trộn các gói “non-coinstallable” và “coinstallable” hiện diện; gần "
/dports/astro/cfitsio/cfitsio-3.49/docs/
H A Dcfitsio.tex1765 \verb-myfile.fits[events][pha > 50]- creates and opens a virtual table
7516 [col phacorr = pha * 1.1 - 0.3][phacorr >= 5.0 && phacorr <= 14.0]
9373 [bin pha, time=8000.:8100.:0.1] - 2-D image using default binning
H A Dfitsio.doc4136 [col phacorr = pha * 1.1 - 0.3][phacorr >= 5.0 && phacorr <= 14.0]
5715 [bin pha, time=8000.:8100.:0.1] - 2-D image using default binning
H A Dfitsio.tex5110 [col phacorr = pha * 1.1 - 0.3][phacorr >= 5.0 && phacorr <= 14.0]
6836 [bin pha, time=8000.:8100.:0.1] - 2-D image using default binning
/dports/astro/opencpn/OpenCPN-5.2.4/po/
H A Dopencpn_vi_VN.po315 msgstr "Tàu chấp pháp"
396 msgstr "Beacon, Phía phải"
404 msgstr "Beacon, ưu tiên bên phải luồng"
440 msgstr "Đánh dấu bên phải"
448 msgstr "ưu tiên bên phải luồng"
612 msgstr "Mạn phải"
632 msgstr "Tay phải"
860 msgstr "Khu vực cần trợ giúp : Tàu phá bỏ"
932 msgstr "Thông tin: Khu vực chờ phá băng"
1416 msgstr "Bên phải"
[all …]
/dports/astro/phoon/phoon/
H A Dastro.c171 truephase( double k, double pha ) in truephase() argument
176 k += pha; /* Add phase to new moon time */ in truephase()
199 if ((pha < 0.01) || (abs(pha - 0.5) < 0.01)) { in truephase()
217 } else if ((abs(pha - 0.25) < 0.01 || (abs(pha - 0.75) < 0.01))) { in truephase()
233 if (pha < 0.5) in truephase()
/dports/astro/py-astropy/astropy-5.0/
H A D.mailmap173 Kirill Tchernyshyov <ktchernyshyov@pha.jhu.edu>
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DSatellite.cpp389 QString pha = StelApp::getInstance().getFlagShowDecimalDegrees() ? in getInfoString() local
392 oss << QString("%1: %2").arg(q_("Phase angle"), pha) << "<br />"; in getInfoString()
/dports/astro/stellarium/stellarium-0.21.3/po/stellarium-skycultures/
H A Dfr.po1310 msgstr "Héphaïstos"
/dports/astro/stellarium/stellarium-0.21.3/po/stellarium/
H A Dvi.po19891 "tiên được ghi chép của các pha của Kim Tinh, trong số những khám phá khác."
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DPlanet.cpp788 QString pha, elo, dLam; in getInfoStringEloPhase() local
791 pha = StelUtils::radToDecDegStr(getPhaseAngle(observerHelioPos),4,false,true); in getInfoStringEloPhase()
797 pha = StelUtils::radToDmsStr(getPhaseAngle(observerHelioPos), true); in getInfoStringEloPhase()
807 oss << QString("<tr><td>%1:</td><td align=\"right\">%2</td></tr>").arg(q_("Phase angle"), pha); in getInfoStringEloPhase()
816 oss << QString("%1: %2<br/>").arg(q_("Phase angle"), pha); in getInfoStringEloPhase()
/dports/astro/xplanet/xplanet-1.3.1/src/libephemeris/libmoons/
H A Dearth.cpp213 double pha = *p_pha; in moon() local
219 double y = pha * deg_to_rad; in moon()
252 double pha = *p_pha; in moon() local
257 double y = pha * deg_to_rad; in moon()
/dports/audio/audacity/audacity-Audacity-3.1.3/locale/
H A Dvi.po8760 msgstr "Dịch pha"
8764 msgstr "Kết hợp các tín hiệu lệch pha với tín hiệu gốc"
16970 msgstr "click chuột phaẻi để mở menu."
20058 msgstr "Khởi động pha (độ)"
/dports/audio/csound/csound-6.15.0/Opcodes/cuda/
H A Dslidingm.cu260 phasor pha; in convert() local
266 R(pha) = hypot(Fi, Fr); in convert()
279 return pha; in convert()
282 __device__ phasor harmonic_shift(phasor pha, real fm) in harmonic_shift() argument
288 sfreq = Theta(pha)*fm; in harmonic_shift()
291 Theta(pha) = sfreq; in harmonic_shift()
293 return pha; in harmonic_shift()
300 bin = Theta(pha)/binbandwidth; in unconvert()
305 return R(pha)*cos(phase); in unconvert()
315 phasor pha; in fmsyn() local
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Ddsputil.c72 MYFLT *pha; in RewrapPhase() local
78 pha = buf + 1; in RewrapPhase()
81 p = (pha[2L*i]+oldPh[i]); in RewrapPhase()
84 oldPh[i] = pha[2L*i] = p; in RewrapPhase()
92 MYFLT *pha; in FrqToPhase() local
101 pha = buf + 1; in FrqToPhase()
109 p = pha[2L*i]; in FrqToPhase()
115 pha[2L*i] = p; in FrqToPhase()
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog13233 (Rect2Polar): Remove unused variable pha
/dports/audio/csound/csound-6.15.0/util/
H A Datsa.c180 double pha; member
252 double **pha; member
1050 ats_peak.pha = 0.0; in peak_detection()
1069 ats_peak.pha = in peak_detection()
1858 p1 = sound->pha[par][frm_1]; in compute_residual()
1859 p2 = sound->pha[par][frm_2]; in compute_residual()
1972 daux = sound->pha[par][frm]; in ats_save()
2364 sound->pha[k][frame] = ana_frames[frame].peaks[i].pha; in tracker()
2563 sound->pha[i][j] = in fill_sound_gaps()
2778 sound->pha[i] = in init_sound()
[all …]
/dports/audio/espeak/espeak-1.48.04-source/dictsource/
H A Den_rules1141 as (pha as
5038 pha (m_ p@
5472 pha) s (e z
/dports/audio/festalon/festalon/src/fidlib/
H A Dfidlib.c550 double pha= atan2(top[1], top[0]) / (2 * M_PI); in fid_response_pha() local
551 if (pha < 0) pha += 1.0; in fid_response_pha()
552 *phase= pha; in fid_response_pha()
/dports/audio/goattracker/goattracker-2.76/examples/src/
H A Dexample4.s72 printhex: pha
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/po/
H A Dvi.po268 msgstr "%2$s %1$d-bit pha màu không nén"
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/po/
H A Dvi.po268 msgstr "%2$s %1$d-bit pha màu không nén"
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/po/
H A Dvi.po268 msgstr "%2$s %1$d-bit pha màu không nén"

12345678910>>...61