Home
last modified time | relevance | path

Searched refs:i_up (Results 1 – 25 of 34) sorted by relevance

12

/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/Layer2/
H A DAllied.pm113 sub i_up { subroutine
117 my $i_up = SNMP::Info::Layer1::i_up( $allied, $partial );
119 foreach my $port ( keys %$i_up ) {
120 my $up = $i_up->{$port};
121 $i_up->{$port} = 'down' if $up eq 'linktesterror';
122 $i_up->{$port} = 'up' if $up eq 'nolinktesterror';
125 return $i_up;
H A DNWSS2300.pm309 sub i_up { subroutine
321 my $i_up = $nwss2300->orig_i_up($partial) || {};
330 my $stat = $i_up->{$iid};
H A DTrapeze.pm308 sub i_up { subroutine
320 my $i_up = $trapeze->orig_i_up($partial) || {};
329 my $stat = $i_up->{$iid};
/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/Layer1/
H A DAllied.pm108 sub i_up { subroutine
112 my $i_up = SNMP::Info::Layer1::i_up( $allied, $partial );
117 $i_up->{$port} = 'down' if $up eq 'linktesterror';
118 $i_up->{$port} = 'up' if $up eq 'nolinktesterror';
121 return $i_up;
H A DAsante.pm103 sub i_up { subroutine
109 my $i_up = {};
112 $i_up->{$port} = 'down' if $up =~ /off/;
113 $i_up->{$port} = 'up' if $up =~ /on/;
116 return $i_up;
H A DCyclades.pm349 sub i_up { subroutine
353 my $i_up = $cyclades->orig_i_up($partial) || {};
367 my %i_up;
368 foreach my $iid ( keys %$i_up ) {
369 my $up = $i_up->{$iid};
372 $i_up{$iid} = $up;
382 $i_up{$index} = $up;
385 return \%i_up;
H A DS3000.pm241 sub i_up { subroutine
248 my %i_up;
259 $i_up{$index} = $link_stat;
261 return \%i_up;
H A DBayhub.pm236 sub i_up { subroutine
243 my %i_up;
254 $i_up{$index} = $link_stat;
256 return \%i_up;
/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/
H A DLayer1.pm147 sub i_up { subroutine
151 my $i_up = $l1->SUPER::i_up($partial) || {};
156 $i_up->{$key} = 'up' if $up =~ /operational/;
159 return $i_up;
H A DAirespace.pm354 sub i_up { subroutine
359 my $i_up = $airespace->orig_i_up($partial) || {};
362 my %i_up;
368 my $stat = $i_up->{$iid};
370 $i_up{$iid} = $stat;
376 $i_up{$iid} = $stat;
383 return \%i_up;
391 my $i_up = $airespace->orig_i_up($partial) || {};
400 my $stat = $i_up->{$iid};
/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/Layer3/
H A DAruba.pm345 sub i_up { subroutine
353 my %i_up;
355 my $status = $i_up->{$iid};
357 $i_up{$iid} = $status;
366 $i_up{$iid} = $status;
369 return \%i_up;
381 my %i_up;
383 my $status = $i_up->{$iid};
385 $i_up{$iid} = $status;
394 $i_up{$iid} = $status;
[all …]
H A DNetscreen.pm268 sub i_up { subroutine
275 my $i_up = $netscreen->i_up();
282 = $i_up->{$iid} eq "up" && "up"
/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/xt/lib/Test/SNMP/Info/Layer1/
H A DAsante.pm119 sub i_up : Tests(3) { subroutine
125 cmp_deeply($test->{info}->i_up(),
129 cmp_deeply($test->{info}->i_up(),
H A DCyclades.pm452 sub i_up : Tests(6) { subroutine
462 cmp_deeply( $test->{info}->i_up(),
474 cmp_deeply( $test->{info}->i_up(),
486 cmp_deeply( $test->{info}->i_up(),
498 cmp_deeply( $test->{info}->i_up(),
503 cmp_deeply( $test->{info}->i_up(),
H A DAllied.pm110 sub i_up : Tests(2) { subroutine
117 cmp_deeply($test->{info}->i_up(),
/dports/math/pari/pari-2.13.3/src/graph/
H A Dplottty.c63 int mid, i_up, i_lo, up, lo; in fill_gap() local
66 up = jnew - 1; i_up = i; in fill_gap()
69 up = jpre - 1; i_up = i - 1; in fill_gap()
78 if (up>=0) while (up > mid) scr[i_up][up--] = ':'; in fill_gap()
/dports/games/xonotic/Xonotic/source/qcsrc/lib/warpzone/
H A Danglestransform.qc23 vector i_forward, i_up;
32 i_up.x = v_forward.z;
33 i_up.y = -v_right.z;
34 i_up.z = v_up.z;
35 return fixedvectoangles2(i_forward, i_up);
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/Worker/Plugin/Discover/
H A DProperties.pm189 my $i_up = $snmp->i_up;
246 …if (defined $i_up->{$entry} and defined $i_type->{$entry} and $i_up->{$entry} eq 'notPresent' and …
248 $device->ip, $entry, $port, $i_up->{$entry};
281 up => $i_up->{$entry},
/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/xt/lib/Test/SNMP/Info/
H A DAirespace.pm196 sub i_up : Tests(2) { subroutine
207 cmp_deeply($test->{info}->i_up(),
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dnuclide.cpp822 int i_up = 0; in calculate_urr_xs() local
823 while (urr.prob_(i_energy + 1, URRTableParam::CUM_PROB, i_up) <= r) {++i_up;}; in calculate_urr_xs()
837 f * urr.prob_(i_energy + 1, URRTableParam::ELASTIC, i_up); in calculate_urr_xs()
839 f * urr.prob_(i_energy + 1, URRTableParam::FISSION, i_up); in calculate_urr_xs()
841 f * urr.prob_(i_energy + 1, URRTableParam::N_GAMMA, i_up); in calculate_urr_xs()
849 (urr.prob_(i_energy + 1, URRTableParam::ELASTIC, i_up) > 0.)) { in calculate_urr_xs()
853 f * std::log(urr.prob_(i_energy + 1, URRTableParam::ELASTIC, i_up))); in calculate_urr_xs()
860 (urr.prob_(i_energy + 1, URRTableParam::FISSION, i_up) > 0.)) { in calculate_urr_xs()
864 f * std::log(urr.prob_(i_energy + 1, URRTableParam::FISSION, i_up))); in calculate_urr_xs()
871 (urr.prob_(i_energy + 1, URRTableParam::N_GAMMA, i_up) > 0.)) { in calculate_urr_xs()
[all …]
/dports/science/openmc/openmc-0.12.2/src/
H A Dnuclide.cpp822 int i_up = 0; in calculate_urr_xs() local
823 while (urr.prob_(i_energy + 1, URRTableParam::CUM_PROB, i_up) <= r) {++i_up;}; in calculate_urr_xs()
837 f * urr.prob_(i_energy + 1, URRTableParam::ELASTIC, i_up); in calculate_urr_xs()
839 f * urr.prob_(i_energy + 1, URRTableParam::FISSION, i_up); in calculate_urr_xs()
841 f * urr.prob_(i_energy + 1, URRTableParam::N_GAMMA, i_up); in calculate_urr_xs()
849 (urr.prob_(i_energy + 1, URRTableParam::ELASTIC, i_up) > 0.)) { in calculate_urr_xs()
853 f * std::log(urr.prob_(i_energy + 1, URRTableParam::ELASTIC, i_up))); in calculate_urr_xs()
860 (urr.prob_(i_energy + 1, URRTableParam::FISSION, i_up) > 0.)) { in calculate_urr_xs()
864 f * std::log(urr.prob_(i_energy + 1, URRTableParam::FISSION, i_up))); in calculate_urr_xs()
871 (urr.prob_(i_energy + 1, URRTableParam::N_GAMMA, i_up) > 0.)) { in calculate_urr_xs()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/core/tests/
H A Dtest_util_types.py52 def _check_complex_with_u(self, c, real, r_lo, r_up, imag, i_lo, i_up): argument
62 self.assertEqual(c.imag.upper_uncertainty, i_up)
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/bin/
H A Dcheck_link_state.pl63 my $oper_status = $info->i_up();
/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dmpi_alm_tools.f901486 i_up = i_mm + nlmax - m
1487 plm_sub(1,m:nlmax) = plm(i_mm:i_up,1)
1488 plm_sub(2,m:nlmax) = plm(i_mm:i_up,2)
1489 plm_sub(3,m:nlmax) = plm(i_mm:i_up,3)
2428 integer(I8B) :: n_lm, i_mm, i_up local
2507 i_up = i_mm + nlmax - m
2508 plm_sub(1,m:nlmax) = plm(i_mm:i_up,1)
2509 plm_sub(2,m:nlmax) = plm(i_mm:i_up,2)
2510 plm_sub(3,m:nlmax) = plm(i_mm:i_up,3)
2605 integer(I8B) :: nd1, n_lm, n_plm, i_mm, i_up local
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DMapGenerator.cpp827 int i_up=0,i_dn=0,j_up=0,j_dn=0; in makeRivers() local
828 while((I+i_up < d_width-1 ) && (box[J ][I+i_up] != h)) ++i_up; in makeRivers()
833 int shortest = std::min( std::min(i_up,i_dn) , std::min(j_up,j_dn)); in makeRivers()
835 if(shortest == i_up && I+i_up < d_width) in makeRivers()
836 centers[h] = Vector<float>( J , I+i_up ); in makeRivers()

12