Home
last modified time | relevance | path

Searched refs:tlev (Results 1 – 25 of 123) sorted by relevance

12345

/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dshow.c158 show_bridge(int tlev) in show_bridge() argument
160 if (tlev < buil_bt) in show_bridge()
170 show_tower(int tlev) in show_tower() argument
261 mp->m_name, m_armor(mp, tlev), m_speed(mp, tlev), in show_ship_stats()
263 m_frnge(mp, tlev), m_glim(mp, tlev), in show_ship_stats()
298 pp->pl_name, pl_acc(pp, tlev), pl_load(pp, tlev), in show_plane_stats()
299 pl_att(pp, tlev), pl_def(pp, tlev), pl_range(pp, tlev), in show_plane_stats()
392 l_att(lcp, tlev), l_def(lcp, tlev), l_vul(lcp, tlev), in show_land_stats()
394 l_frg(lcp, tlev), l_acc(lcp, tlev), l_dam(lcp, tlev), in show_land_stats()
486 show_item(int tlev) in show_item() argument
[all …]
H A Dradmap.c66 radmap(int cx, int cy, int eff, double tlev, int spy, double seesub) in radmap() argument
77 int range = rad_range(eff, tlev, spy); in radmap()
192 rad_map_set(natid owner, int cx, int cy, int eff, double tlev, int spy) in rad_map_set() argument
196 int range = rad_range(eff, tlev, spy); in rad_map_set()
213 rad_range(int eff, double tlev, int spy) in rad_range() argument
217 range = (int)techfact(tlev, spy); in rad_range()
H A Dlandgun.c243 effrange(int rng, double tlev) in effrange() argument
246 return techfact((int)tlev, rng / 2.0); in effrange()
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dshow.c48 int tlev; in c_show() local
65 tlev = (int)(1.25 * natp->nat_level[NAT_TLEV]); in c_show()
67 tlev = 1000; in c_show()
69 tlev = (int)atoi(player->argp[3]); in c_show()
70 if (tlev > (int)(1.25 * natp->nat_level[NAT_TLEV]) && !player->god) in c_show()
71 tlev = (int)(1.25 * natp->nat_level[NAT_TLEV]); in c_show()
91 tlev = ((rlev / drnuke_const) > tlev ? tlev : in c_show()
133 pr("Printing for tech level '%d'\n", tlev); in c_show()
135 bfunc(tlev); in c_show()
137 cfunc(tlev); in c_show()
[all …]
H A Dupgr.c85 int tlev; in lupgr() local
93 tlev = (int)natp->nat_level[NAT_TLEV]; in lupgr()
121 if (land.lnd_tech >= tlev) { in lupgr()
135 lnd_set_tech(&land, tlev); in lupgr()
165 int tlev; in supgr() local
173 tlev = (int)natp->nat_level[NAT_TLEV]; in supgr()
201 if (ship.shp_tech >= tlev) { in supgr()
215 shp_set_tech(&ship, tlev); in supgr()
244 int tlev; in pupgr() local
286 if (plane.pln_tech >= tlev) { in pupgr()
[all …]
H A Dbuil.c109 tlev = MIN(tlev, in c_build()
155 tlev = rqtech; in c_build()
156 if (type < 0 || tlev < rqtech) { in c_build()
159 what, tlev); in c_build()
179 if (val > tlev && !player->god) { in c_build()
182 ? " effective" : "", tlev); in c_build()
189 tlev = val; in c_build()
247 shp_set_tech(&ship, tlev); in build_ship()
295 lnd_set_tech(&land, tlev); in build_land()
337 nuke.nuk_tech = tlev; in build_nuke()
[all …]
H A Dxdump.c51 int tlev; in xdvisible() local
75 tlev = ((struct mchrstr *)p)->m_tech; in xdvisible()
78 tlev = ((struct plchrstr *)p)->pl_tech; in xdvisible()
81 tlev = ((struct lchrstr *)p)->l_tech; in xdvisible()
84 return player->god || tlev <= (int)(1.25 * natp->nat_level[NAT_TLEV]); in xdvisible()
86 tlev = ((struct nchrstr *)p)->n_tech; in xdvisible()
89 if (tlev > (int)((int)(1.25 * natp->nat_level[NAT_RLEV]) in xdvisible()
H A Drada.c55 double tlev; in radar() local
75 tlev = getnatp(player->cnum)->nat_level[NAT_TLEV]; in radar()
82 tlev, 16, 0.0); in radar()
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dtfact.c40 double tlev; in tfact() local
44 tlev = np->nat_level[NAT_TLEV]; in tfact()
45 tlev = (50.0 + tlev) / (200.0 + tlev); in tfact()
46 return mult * tlev; in tfact()
/dports/games/wolfpack/empire-4.4.1/src/lib/update/
H A Dnat.c131 double tlev; in prod_nat() local
195 tlev = level[NAT_TLEV]; in prod_nat()
200 tlev + tech[n], tlev, tech[n], in prod_nat()
203 wu(0, n, "%5.4f tech, %5.4f research produced\n", tlev, rlev); in prod_nat()
205 tlev += tech[n]; in prod_nat()
208 if (tlev != 0.0) in prod_nat()
209 np->nat_level[NAT_TLEV] += tlev; in prod_nat()
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_lw_rad/src/
H A Drrtmg_state.F9030 REAL(KIND=r8), allocatable :: tlev(:,:) ! interface temperature component
150 CALL kgen_read_real_r8_dim2_alloc(var%tlev, kgen_unit, printvar=printvar//"%tlev")
152 CALL kgen_read_real_r8_dim2_alloc(var%tlev, kgen_unit)
176 CALL kgen_verify_real_r8_dim2_alloc("tlev", dtype_check_status, var%tlev, ref_var%tlev)
H A Drrtmg_lw_rad.F9091 …SUBROUTINE rrtmg_lw(lchnk, ncol, nlay, icld, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, … argument
193 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
409 play, plev, tlay, tlev, tsfc, h2ovmr, &
547 …SUBROUTINE inatm(ncol, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4v… argument
577 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
729 tz(:,0) = tlev(:,nlay+1)
735 tz(iplon,l) = tlev(iplon,nlay-l+1)
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_sw_rad/src/
H A Drrtmg_state.F9031 REAL(KIND=r8), allocatable :: tlev(:,:) ! interface temperature component
159 CALL kgen_read_real_r8_dim2_alloc(var%tlev, kgen_unit, printvar=printvar//"%tlev")
161 CALL kgen_read_real_r8_dim2_alloc(var%tlev, kgen_unit)
185 CALL kgen_verify_real_r8_dim2_alloc("tlev", dtype_check_status, var%tlev, ref_var%tlev)
H A Drrtmg_sw_rad.F9081 …SUBROUTINE rrtmg_sw(lchnk, ncol, nlay, icld, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, … argument
200 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
484 play, plev, tlay, tlev, tsfc, &
496 play, plev, tlay, tlev, tsfc, &
705 …SUBROUTINE inatm_sw(iplon, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, … argument
735 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
907 tz(0) = tlev(iplon,nlay+1)
912 tz(l) = tlev(iplon,nlay-l+1)
1022 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
1202 tz(iplon,0) = tlev(iplon,nlay+1)
[all …]
/dports/math/py-graphillion/Graphillion-1.3/src/SAPPOROBDD/
H A DZBDD.cc765 if(tlev == 0) in ZBDDV_PLA()
775 Cube[tlev-1] = '1'; in ZBDDV_PLA()
776 if(ZBDDV_PLA(fv.OnSet0(BDD_VarOfLev(tlev)), tlev-1) == 1) in ZBDDV_PLA()
778 Cube[tlev-1] = '0'; in ZBDDV_PLA()
779 return ZBDDV_PLA(fv.OffSet(BDD_VarOfLev(tlev)), tlev-1); in ZBDDV_PLA()
785 int tlev = BDD_LevOfVar(Top()); in PrintPla() local
787 cout << ".i " << tlev << "\n"; in PrintPla()
789 if(tlev == 0) in PrintPla()
798 Cube = new char[tlev + 1]; in PrintPla()
799 Cube[tlev] = 0; in PrintPla()
[all …]
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_inatm/src/
H A Drrtmg_lw_rad.f9035 real(kind=r8), intent(in) :: tlev(:,:) local
270 WRITE(UNIT = kgen_unit) lbound(tlev, 1)
271 WRITE(UNIT = kgen_unit) ubound(tlev, 1)
272 WRITE(UNIT = kgen_unit) lbound(tlev, 2)
273 WRITE(UNIT = kgen_unit) ubound(tlev, 2)
274 WRITE(UNIT = kgen_unit) tlev
313 …CALL inatm(iplon, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4vmr, o…
424 …SUBROUTINE inatm(iplon, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4… argument
436 real(kind=r8), intent(in) :: tlev(:,:) local
512 tz(0) = tlev(iplon,nlay+1)
[all …]
H A Dkernel_inatm.F9020 … plev, play, tauaer, clwpmcl, o2vmr, co2vmr, ccl4vmr, iceflglw, cfc12vmr, tlev, h2ovmr, inflglw, c… argument
73 REAL(KIND = r8), INTENT(IN) :: tlev(:, :) local
150 CALL inatm(iplon, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, &
538 play, plev, tlay, tlev, tsfc, h2ovmr,&
552 real(kind=r8), intent(in) :: tlev(:,:) local
623 tz(0) = tlev(iplon,nlay+1)
628 tz(l) = tlev(iplon,nlay-l+1)
773 REAL(KIND = r8), ALLOCATABLE :: tlev(:, :) variable
918 … ALLOCATE(tlev(kgen_bound(2, 1) - kgen_bound(1, 1) + 1, kgen_bound(2, 2) - kgen_bound(1, 2) + 1))
919 READ(UNIT = kgen_unit) tlev
[all …]
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_lw_inatm/src/
H A Dkernel_driver.f9032 REAL(KIND=r8), allocatable :: tlev(:,:) variable
82 CALL kgen_read_real_r8_dim2(tlev, kgen_unit)
106 …call rrtmg_lw(ncol, nlay, icld, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4vmr, o2vmr…
H A Drrtmg_lw_rad.f9078 …SUBROUTINE rrtmg_lw(ncol, nlay, icld, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4vmr,… argument
181 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
438 play, plev, tlay, tlev, tsfc, h2ovmr, &
471 … CALL inatm(ncol, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4vmr, &
773 …SUBROUTINE inatm(ncol, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4v… argument
803 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
943 tz(:,0) = tlev(:,nlay+1)
949 tz(iplon,l) = tlev(iplon,nlay-l+1)
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/PORT_sw_inatm/src/
H A Dkernel_driver.f9030 REAL(KIND=r8), allocatable :: tlev(:,:) variable
84 CALL kgen_read_real_r8_dim2(tlev, kgen_unit)
111 …call rrtmg_sw(ncol, nlay, icld, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4vmr, o2vmr…
H A Drrtmg_sw_rad.f9079 …SUBROUTINE rrtmg_sw(ncol, nlay, icld, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, ch4vmr,… argument
200 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
541 play, plev, tlay, tlev, tsfc, &
579 … CALL inatm_sw(1, ncol, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, co2vmr, &
931 …SUBROUTINE inatm_sw(istart, iend, nlay, icld, iaer, play, plev, tlay, tlev, tsfc, h2ovmr, o3vmr, c… argument
962 REAL(KIND=r8), intent(in) :: tlev(:,:) ! Interface temperatures (K) local
1126 tz(iplon,0) = tlev(iplon,nlay+1)
1131 tz(iplon,l) = tlev(iplon,nlay-l+1)
/dports/math/octave-forge-optim/optim-1.6.1/inst/
H A Dtest_min_2.m102 tlev = mytic() ; variable
118 printf ( " time : %8.3g\n",tlev);
H A Dtest_min_3.m93 tlev = mytic() ; variable
107 printf ( " time : %8.3g\n",tlev);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dsave.c419 short tlev; local
442 tlev=lev; tlev &= 0x00ff;
443 bwrite(fd,(genericptr_t) &tlev,sizeof(tlev));
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dsave.c419 short tlev; local
442 tlev=lev; tlev &= 0x00ff;
443 bwrite(fd,(genericptr_t) &tlev,sizeof(tlev));

12345