Home
last modified time | relevance | path

Searched refs:c_min (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/stereo/src/
H A Dstereo_adaptive_cost_so.cpp121 float c_min = fwd[x - 1][0]; in compute_impl() local
123 if (fwd[x - 1][d] < c_min) in compute_impl()
124 c_min = fwd[x - 1][d]; in compute_impl()
127 acc[x][0] - c_min + in compute_impl()
133 acc[x][d] - c_min + in compute_impl()
153 float c_min = bck[x + 1][0]; in compute_impl() local
156 c_min = bck[x + 1][d]; in compute_impl()
159 acc[x][0] - c_min + in compute_impl()
165 acc[x][d] - c_min + in compute_impl()
185 if (acc[x][d] < c_min) { in compute_impl()
[all …]
/dports/math/singular/Singular-Release-4-2-1/factory/templates/
H A Dftmpl_matrix.cc234 SubMatrix<T>::SubMatrix( const SubMatrix<T> & S ) : r_min(S.r_min), r_max(S.r_max), c_min(S.c_min),… in SubMatrix()
252 …ASSERT( r_max - r_min == S.r_max - S.r_min && c_max - c_min == S.c_max - S.c_min, "incompatible ma… in operator =()
255 m = c_max - c_min + 1; in operator =()
260 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
265 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
267 else if ( c_min < S.c_min ) { in operator =()
270 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
272 else if ( c_min > S.c_min ) { in operator =()
275 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
281 M.elems[r_min+i-1][c_min+j-1] = S.M.elems[S.r_min+i-1][S.c_min+j-1]; in operator =()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/security/openssl/openssl-1.1.1n/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/security/openssl-static/openssl-1.1.1l/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
272 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
276 $c_min = $c_min == 0 ? 0 : $c_min - 1;
283 $c_min = max $c_min, $min_enabled;
288 if ($c_min > $c_max) {
297 } elsif ($c_min > $s_max) {
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/ssl-tests/
H A Dprotocol_version.pm147 foreach my $c_min (0..$#min_protocols) {
148 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
154 expected_result($c_min, $c_max, $s_min, $s_max,
161 "MinProtocol" => $min_protocols[$c_min],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
349 $c_min = $c_min == 0 ? 0 : $c_min - 1;
356 $c_min = max $c_min, $min_enabled;
361 if ($c_min > $c_max
374 } elsif ($c_min > $s_max) {
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/ssl-tests/
H A Dprotocol_version.pm147 foreach my $c_min (0..$#min_protocols) {
148 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
154 expected_result($c_min, $c_max, $s_min, $s_max,
161 "MinProtocol" => $min_protocols[$c_min],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
349 $c_min = $c_min == 0 ? 0 : $c_min - 1;
356 $c_min = max $c_min, $min_enabled;
361 if ($c_min > $c_max
374 } elsif ($c_min > $s_max) {
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/ssl-tests/
H A Dprotocol_version.pm147 foreach my $c_min (0..$#min_protocols) {
148 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
154 expected_result($c_min, $c_max, $s_min, $s_max,
161 "MinProtocol" => $min_protocols[$c_min],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
349 $c_min = $c_min == 0 ? 0 : $c_min - 1;
356 $c_min = max $c_min, $min_enabled;
361 if ($c_min > $c_max
374 } elsif ($c_min > $s_max) {
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/ssl-tests/
H A Dprotocol_version.pm147 foreach my $c_min (0..$#min_protocols) {
148 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
154 expected_result($c_min, $c_max, $s_min, $s_max,
161 "MinProtocol" => $min_protocols[$c_min],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
349 $c_min = $c_min == 0 ? 0 : $c_min - 1;
356 $c_min = max $c_min, $min_enabled;
361 if ($c_min > $c_max
374 } elsif ($c_min > $s_max) {
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/ssl-tests/
H A Dprotocol_version.pm147 foreach my $c_min (0..$#min_protocols) {
148 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
154 expected_result($c_min, $c_max, $s_min, $s_max,
161 "MinProtocol" => $min_protocols[$c_min],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
349 $c_min = $c_min == 0 ? 0 : $c_min - 1;
356 $c_min = max $c_min, $min_enabled;
361 if ($c_min > $c_max
374 } elsif ($c_min > $s_max) {
/dports/security/openssl-devel/openssl-3.0.2/test/ssl-tests/
H A Dprotocol_version.pm147 foreach my $c_min (0..$#min_protocols) {
148 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
154 expected_result($c_min, $c_max, $s_min, $s_max,
161 "MinProtocol" => $min_protocols[$c_min],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
349 $c_min = $c_min == 0 ? 0 : $c_min - 1;
356 $c_min = max $c_min, $min_enabled;
361 if ($c_min > $c_max
374 } elsif ($c_min > $s_max) {
/dports/math/pspp/pspp-1.4.1/src/math/
H A Dtukey-hinges.c74 tukey_hinges_create (double W, double c_min) in tukey_hinges_create() argument
81 assert (c_min >= 0); in tukey_hinges_create()
86 if (c_min >= 1.0) in tukey_hinges_create()
96 d = floor ((W/c_min + 3.0)/ 2.0) / 2.0 ; in tukey_hinges_create()
97 os->k[0].tc = d * c_min; in tukey_hinges_create()
98 os->k[1].tc = (W + c_min) / 2.0; in tukey_hinges_create()
99 os->k[2].tc = W + c_min * (1 - d); in tukey_hinges_create()
/dports/graphics/vips/vips-8.12.0/libvips/colour/
H A DsRGB2HSV.c60 unsigned char c_min; in vips_sRGB2HSV_line() local
69 c_min = p[1]; in vips_sRGB2HSV_line()
77 c_min = VIPS_MIN( p[1], p[0] ); in vips_sRGB2HSV_line()
87 c_min = p[2]; in vips_sRGB2HSV_line()
95 c_min = VIPS_MIN( p[2], p[0] ); in vips_sRGB2HSV_line()
111 delta = c_max - c_min; in vips_sRGB2HSV_line()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dsubcell_types.F64 c_min, delta_a, delta_b, delta_c local
76 c_min = -0.5_dp
79 c_max = c_min + delta_c
88 subcell(i, j, k)%s_min(3) = c_min
94 CALL scaled_to_real(subcell(i, j, k)%corners(:, 1), (/a_min, b_min, c_min/), cell)
95 CALL scaled_to_real(subcell(i, j, k)%corners(:, 2), (/a_max, b_min, c_min/), cell)
96 CALL scaled_to_real(subcell(i, j, k)%corners(:, 3), (/a_min, b_max, c_min/), cell)
97 CALL scaled_to_real(subcell(i, j, k)%corners(:, 4), (/a_max, b_max, c_min/), cell)
110 c_min = c_max
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dsubcell_types.F64 c_min, delta_a, delta_b, delta_c local
76 c_min = -0.5_dp
79 c_max = c_min + delta_c
88 subcell(i, j, k)%s_min(3) = c_min
94 CALL scaled_to_real(subcell(i, j, k)%corners(:, 1), (/a_min, b_min, c_min/), cell)
95 CALL scaled_to_real(subcell(i, j, k)%corners(:, 2), (/a_max, b_min, c_min/), cell)
96 CALL scaled_to_real(subcell(i, j, k)%corners(:, 3), (/a_min, b_max, c_min/), cell)
97 CALL scaled_to_real(subcell(i, j, k)%corners(:, 4), (/a_max, b_max, c_min/), cell)
110 c_min = c_max
/dports/news/nntp/nntp-1.5.12.2_10/support/
H A Dnntp_awk.ucbvax198 c_min = c_sec / 60;
215 c_min = c_sec / 60;
256 c_min = c_sec / 60;
276 c_min = c_sec / 60;
283 …printf(" %3d:%02d:%02d %3d:%02d:%02d %3d%%\n\n", e_hours, e_min, e_sec, c_hours, c_min, c_sec, pct…
304 c_min = c_sec / 60;
332 c_min = c_sec / 60;
396 c_min = c_sec / 60;
403 …s, systems[s], articles[s], groups[s], post[s], e_hours, e_min, e_sec, c_hours, c_min, c_sec, pct);
413 c_min = c_sec / 60;
[all …]
H A Dnntp_awk201 c_min = c_sec / 60;
218 c_min = c_sec / 60;
259 c_min = c_sec / 60;
279 c_min = c_sec / 60;
286 …printf(" %3d:%02d:%02d %3d:%02d:%02d %3d%%\n\n", e_hours, e_min, e_sec, c_hours, c_min, c_sec, pct…
307 c_min = c_sec / 60;
335 c_min = c_sec / 60;
399 c_min = c_sec / 60;
406 …s, systems[s], articles[s], groups[s], post[s], e_hours, e_min, e_sec, c_hours, c_min, c_sec, pct);
416 c_min = c_sec / 60;
[all …]

12345678910>>...14