Home
last modified time | relevance | path

Searched refs:tem5 (Results 1 – 25 of 31) sorted by relevance

12

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c116 snod , su , t2 , t3 , t4 , tem5 , temp , in gal_sgp4() local
348 tem5 = 9999.9 ; in gal_sgp4()
356 while ( fabs ( tem5 ) >= 1.0e-12 && ktr <= 10 ) { in gal_sgp4()
359 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl ; in gal_sgp4()
360 tem5 = ( u - aynl * coseo1 + axnl * sineo1 - eo1 ) / tem5 ; in gal_sgp4()
361 if ( fabs ( tem5 ) >= 0.95 ) { in gal_sgp4()
362 tem5 = tem5 > 0.0 ? 0.95 : -0.95 ; in gal_sgp4()
364 eo1 = eo1 + tem5 ; in gal_sgp4()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/vect/
H A Dpr96783-1.c15 long tem5 = a[off + 2]; in foo() local
16 a[1] = tem5; in foo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dpr96783-1.c15 long tem5 = a[off + 2]; in foo() local
16 a[1] = tem5; in foo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dpr96783-1.c15 long tem5 = a[off + 2]; in foo() local
16 a[1] = tem5; in foo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/vect/
H A Dpr96783-1.c15 long tem5 = a[off + 2]; in foo() local
16 a[1] = tem5; in foo()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c202 doublereal tem5; in zzsgp4_0_() local
1679 tem5 = 1. - coseo1 * axnl - sineo1 * aynl; in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1681 temp = abs(tem5); in zzsgp4_0_()
1686 tem5 /= temp; in zzsgp4_0_()
1688 eo1 += tem5; in zzsgp4_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c202 doublereal tem5; in zzsgp4_0_() local
1679 tem5 = 1. - coseo1 * axnl - sineo1 * aynl; in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1681 temp = abs(tem5); in zzsgp4_0_()
1686 tem5 /= temp; in zzsgp4_0_()
1688 eo1 += tem5; in zzsgp4_0_()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp720 …t3, t4, tem5, temp, temp1, temp2, tempa, tempe, templ, u, ux, uy, uz, vx, vy, vz, inclm, mm, nm, n… in sgp4() local
1043 tem5 = 9999.9; in sgp4()
1045 while ((fabs(tem5) >= 1.0e-12) && (ktr <= 10)) in sgp4()
1049 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1050 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1051 if (fabs(tem5) >= 0.95) in sgp4()
1052 tem5 = tem5 > 0.0 ? 0.95 : -0.95; in sgp4()
1053 eo1 = eo1 + tem5; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1857 tem5 = 9999.9;
1861 while fabs(tem5) >= 1.0e-12 and ktr <= 10:
1865 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl;
1866 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5;
1867 if fabs(tem5) >= 0.95:
1868 tem5 = 0.95 if tem5 > 0.0 else -0.95;
1869 eo1 = eo1 + tem5;
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1706 snod , su , t2 , t3 , t4 , tem5 , temp, in sgp4() local
1881 tem5 = 9999.9; in sgp4()
1885 while (( fabs(tem5) >= 1.0e-12) && (ktr <= 10) ) in sgp4()
1889 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1890 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1891 if(fabs(tem5) >= 0.95) in sgp4()
1892 tem5 = tem5 > 0.0 ? 0.95 : -0.95; in sgp4()
1893 eo1 = eo1 + tem5; in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1661 snod , su , t2 , t3 , t4 , tem5 , temp, in sgp4() local
1833 tem5 = 9999.9; in sgp4()
1837 while (( std::fabs(tem5) >= 1.0e-12) && (ktr <= 10) ) in sgp4()
1841 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1842 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1843 if(std::fabs(tem5) >= 0.95) in sgp4()
1844 tem5 = tem5 > 0.0 ? 0.95 : -0.95; in sgp4()
1845 eo1 = eo1 + tem5; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1758 snod, su, t2, t3, t4, tem5, temp, in sgp4() local
1943 tem5 = 9999.9; in sgp4()
1947 while ((fabs(tem5) >= 1.0e-12) && (ktr <= 10)) in sgp4()
1951 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1952 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1953 if (fabs(tem5) >= 0.95) in sgp4()
1954 tem5 = tem5 > 0.0 ? 0.95 : -0.95; in sgp4()
1955 eo1 = eo1 + tem5; in sgp4()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2867 my ($item3, $eo1, $tem5) = (0, $u, 1);
2872 last if abs ($tem5) < SGP_E6A || $item3++ >= 10;
2873 $tem5 = 1 - $coseo1 * $axnsl - $sineo1 * $aynsl;
2874 $tem5 = ($u - $aynsl * $coseo1 + $axnsl * $sineo1 - $eo1) / $tem5;
2875 my $tem2 = abs ($tem5);
2876 $tem2 > 1 and $tem5 = $tem2 / $tem5;
2877 $eo1 += $tem5;
6864 $tem5= ($u- $aynl*$coseo1+ $axnl*$sineo1- $eo1) / $tem5;
6865 $temp= abs($tem5);
6867 $tem5=$tem5/$temp
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmatch.pd929 tem5 = ptr1 + tem4;
931 tem5 = ptr2; */
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmatch.pd929 tem5 = ptr1 + tem4;
931 tem5 = ptr2; */
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmatch.pd1554 tem5 = ptr1 + tem4;
1556 tem5 = ptr2; */
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmatch.pd1553 tem5 = ptr1 + tem4;
1555 tem5 = ptr2; */
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmatch.pd1554 tem5 = ptr1 + tem4;
1556 tem5 = ptr2; */
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmatch.pd1554 tem5 = ptr1 + tem4;
1556 tem5 = ptr2; */
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmatch.pd1554 tem5 = ptr1 + tem4;
1556 tem5 = ptr2; */
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmatch.pd1551 tem5 = ptr1 + tem4;
1553 tem5 = ptr2; */
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmatch.pd1739 tem5 = ptr1 + tem4;
1741 tem5 = ptr2; */
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmatch.pd1743 tem5 = ptr1 + tem4;
1745 tem5 = ptr2; */
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dmatch.pd1739 tem5 = ptr1 + tem4;
1741 tem5 = ptr2; */
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmatch.pd1812 tem5 = ptr1 + tem4;
1814 tem5 = ptr2; */

12