Home
last modified time | relevance | path

Searched refs:vz (Results 1 – 25 of 4398) sorted by path

12345678910>>...176

/dports/accessibility/accerciser/accerciser-3.38.0/po/
H A Dsk.po867 msgstr "Chýba prevrátený prvok vzťahu %s"
/dports/accessibility/orca/orca-41.1/po/
H A Dsk.po7276 msgstr "predchádzajúci vo vzťahu"
7282 msgstr "nasledujúci vo vzťahu"
/dports/archivers/bzip2/bzip2-1.0.8/
H A Dbzip2.1.preformatted12 …bbzziipp22 [ −−ccddffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e…
/dports/archivers/dpkg/dpkg-1.19.7/man/
H A Dutf8toman.sed88 s/ž/\\(vz/g
/dports/archivers/dpkg/dpkg-1.19.7/po/
H A Dsk.po919 " zlý vzťah verzie %c%c"
3320 msgstr "--compare-versions vyžaduje tri argumenty: <verzia> <vzťah> <verzia>"
/dports/archivers/gtar/tar-1.34/po/
H A Dcs.po2385 msgstr "Soubor, ze kterého se má vzít datum a čas, nebyl nalezen"
/dports/archivers/lbzip2/lbzip2-2.5/tests/
H A Dbzip2-0.1pl2.c689 #define bsR1(vz) \ argument
692 vz = (bsBuff >> (bsLive-1)) & 1; \
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dpeach.lrs83979 +#129#217#255#8't'#177#255#5'vz'#255#15#136#196#255#18'u'#190#255#12'['#170
114703 +'vz'#255#15#136#196#255#18'u'#190#255#12'['#170#255#18#129#191#255#14'P'#164
118842 +'q'#255'KRP'#255'X_m'#255'flw'#255'us~'#255#127'vz'#255'~}~'#255'_Ye'#255'?-'
118861 +#255'AIO'#255'::<'#255'NIS'#255'RT]'#255'}'#140#138#255#183#198#206#255'vz'
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dhealpix.c760 static hp_t xyztohp(double vx, double vy, double vz, int Nside, in xyztohp() argument
788 if ((vz >= twothirds) || (vz <= -twothirds)) { in xyztohp()
796 if (vz >= twothirds) { in xyztohp()
805 root = (1.0 - vz*zfactor) * 3.0 * mysquare(Nside * (2.0 * phi_t - pi) / pi); in xyztohp()
809 root = (1.0 - vz*zfactor) * 3.0 * mysquare(Nside * 2.0 * phi_t / pi); in xyztohp()
854 zunits = (vz + twothirds) / (4.0 / 3.0); in xyztohp()
H A Dhorizons.py53 jd,ct,x,y,z,vx,vy,vz,lt,rg,rr = X
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/CS/
H A Dexample-CircularEngine.cs21 double v, vx, vy, vz; in Main()
22 v = circ.LongitudeSum(x/p, y/p, out vx, out vy, out vz); in Main()
23 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz)); in Main()
H A Dexample-SphericalHarmonic.cs17 double v, vx, vy, vz; in Main()
18 v = h.HarmonicSum(x, y, z, out vx, out vy, out vz); in Main()
19 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz)); in Main()
H A Dexample-SphericalHarmonic1.cs19 double v, vx, vy, vz; in Main()
20 v = h.HarmonicSum(tau, x, y, z, out vx, out vy, out vz); in Main()
21 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz)); in Main()
H A Dexample-SphericalHarmonic2.cs25 double v, vx, vy, vz; in Main()
26 v = h.HarmonicSum(tau1, tau2, x, y, z, out vx, out vy, out vz); in Main()
27 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz)); in Main()
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/ManagedCPP/
H A Dexample-CircularEngine.cpp17 double v, vx, vy, vz; variable
18 v = circ->LongitudeSum(x/p, y/p, vx, vy, vz);
19 Console::WriteLine(String::Format("{0} {1} {2} {3}", v, vx, vy, vz));
H A Dexample-SphericalHarmonic.cpp13 double v, vx, vy, vz; variable
14 v = h->HarmonicSum(x, y, z, vx, vy, vz);
15 Console::WriteLine(String::Format("{0} {1} {2} {3}", v, vx, vy, vz));
H A Dexample-SphericalHarmonic1.cpp15 double v, vx, vy, vz; variable
16 v = h->HarmonicSum(tau, x, y, z, vx, vy, vz);
17 Console::WriteLine(String::Format("{0} {1} {2} {3}", v, vx, vy, vz));
H A Dexample-SphericalHarmonic2.cpp21 double v, vx, vy, vz; variable
22 v = h->HarmonicSum(tau1, tau2, x, y, z, vx, vy, vz);
23 Console::WriteLine(String::Format("{0} {1} {2} {3}", v, vx, vy, vz));
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/examples/VB/
H A Dexample-CircularEngine.vb16 Dim v, vx, vy, vz As Double
17 v = circ.LongitudeSum(x / p, y / p, vx, vy, vz)
18 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz))
H A Dexample-SphericalHarmonic.vb12 Dim vx, vy, vz As Double
13 Dim v As Double = h.HarmonicSum(x, y, z, vx, vy, vz)
14 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz))
H A Dexample-SphericalHarmonic1.vb14 Dim vx, vy, vz As Double
15 Dim v As Double = h.HarmonicSum(tau, x, y, z, vx, vy, vz)
16 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz))
H A Dexample-SphericalHarmonic2.vb19 Dim vx, vy, vz As Double
20 Dim v As Double = h.HarmonicSum(tau1, tau2, x, y, z, vx, vy, vz)
21 Console.WriteLine(String.Format("{0} {1} {2} {3}", v, vx, vy, vz))
/dports/astro/geographiclib/GeographicLib-1.52/examples/
H A Dexample-CircularEngine.cpp27 double v, vx, vy, vz; in main() local
28 v = circ(x/p, y/p, vx, vy, vz); in main()
29 cout << v << " " << vx << " " << vy << " " << vz << "\n"; in main()
H A Dexample-SphericalEngine.cpp23 double v, vx, vy, vz; in main() local
25 (c, f, x, y, z, a, vx, vy, vz); in main()
26 cout << v << " " << vx << " " << vy << " " << vz << "\n"; in main()
H A Dexample-SphericalHarmonic.cpp21 double v, vx, vy, vz; in main() local
22 v = h(x, y, z, vx, vy, vz); in main()
23 cout << v << " " << vx << " " << vy << " " << vz << "\n"; in main()

12345678910>>...176