Home
last modified time | relevance | path

Searched refs:best_a (Results 1 – 12 of 12) sorted by relevance

/dports/cad/atlc/atlc-4.6.1/src/
H A Dconvert_create_bmp_for_rect_in_rect_dimensions_to_integers.c62 int best_W=-1, best_H=-1, best_a=-1, best_b=-1, best_c=-1; in convert_create_bmp_for_rect_in_rect_dimensions_to_integers() local
122 best_a=a; in convert_create_bmp_for_rect_in_rect_dimensions_to_integers()
133 a=best_a; in convert_create_bmp_for_rect_in_rect_dimensions_to_integers()
/dports/archivers/libzip/libzip-1.7.3/regress/
H A DNiHTest.pm1385 my ($best_a, $best_b);
1387 for (my $off_a = 0; $off_a < (defined($best_a) ? $best_a + $best_b : scalar(@$a) - $i); $off_a++) {
1388 …my $off_b = find_entry($a->[$i+$off_a], $b, $j, defined($best_a) ? $best_a + $best_b - $off_a : sc…
1392 if (!defined($best_a) || $best_a + $best_b > $off_a + $off_b) {
1393 $best_a = $off_a;
1398 if (!defined($best_a)) {
1402 return ($best_a, $best_b);
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/regress/
H A DNiHTest.pm1418 my ($best_a, $best_b);
1420 for (my $off_a = 0; $off_a < (defined($best_a) ? $best_a + $best_b : scalar(@$a) - $i); $off_a++) {
1421 …my $off_b = find_entry($a->[$i+$off_a], $b, $j, defined($best_a) ? $best_a + $best_b - $off_a : sc…
1425 if (!defined($best_a) || $best_a + $best_b > $off_a + $off_b) {
1426 $best_a = $off_a;
1431 if (!defined($best_a)) {
1435 return ($best_a, $best_b);
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dfield-math.hpp93 int best_a = 0, best_b = 0; in compat_orientation_extrinsic_index_4() local
99 best_a = i; in compat_orientation_extrinsic_index_4()
106 if (A[best_a].dot(B[best_b]) < 0) best_b += 2; in compat_orientation_extrinsic_index_4()
108 return std::make_pair(best_a, best_b); in compat_orientation_extrinsic_index_4()
119 int best_a = 0, best_b = 0; in compat_orientation_extrinsic_4() local
125 best_a = i; in compat_orientation_extrinsic_4()
132 const double dp = A[best_a].dot(B[best_b]); in compat_orientation_extrinsic_4()
133 return std::make_pair(A[best_a], B[best_b] * signum(dp)); in compat_orientation_extrinsic_4()
H A DOptimizer.cu65 int best_a = 0, best_b = 0; in compat_orientation_extrinsic_4() local
71 best_a = i; in compat_orientation_extrinsic_4()
77 const double dp = glm::dot(A[best_a], B[best_b]); in compat_orientation_extrinsic_4()
78 value1 = A[best_a]; in compat_orientation_extrinsic_4()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dfield.cpp189 int best_a = 0, best_b = 0; in compat_orientation_extrinsic_4() local
195 best_a = i; in compat_orientation_extrinsic_4()
213 int best_a = 0, best_b = 0; in compat_orientation_extrinsic_6() local
219 best_a = i; in compat_orientation_extrinsic_6()
243 int best_a = 0, best_b = 0; in compat_orientation_extrinsic_index_4() local
249 best_a = i; in compat_orientation_extrinsic_index_4()
256 if (A[best_a].dot(B[best_b]) < 0) in compat_orientation_extrinsic_index_4()
259 return std::make_pair(best_a, best_b); in compat_orientation_extrinsic_index_4()
269 int best_a = 0, best_b = 0; in compat_orientation_extrinsic_index_6() local
275 best_a = i; in compat_orientation_extrinsic_index_6()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/ntheory/
H A Dqs.py128 best_a, best_q, best_ratio = None, None, None
144 best_a = a
147 a = best_a
/dports/math/py-deap/deap-1.3.1/deap/tools/
H A Demo.py303 best_a, worst_a = [], []
308 best_a.append(fit)
314 best_a.append(fit)
317 balance_a = abs(len(best_a) - len(worst_a))
321 return best_a, worst_a
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/src/
H A DSystemSAM.cpp257 double best_a = 0; in find_best_center() local
305 best_a = tri_a; in find_best_center()
315 if (dist < sqrt(best_a)) in find_best_center()
321 return CGSphere(best_cen, sqrt(best_a), ch); in find_best_center()
/dports/games/zangband/zangband/src/
H A Dzborg4.c1167 int best_a = 15, best_w = 15; in borg_notice_enchant_hit() local
1184 if (l_ptr->to_h >= best_a) continue; in borg_notice_enchant_hit()
1188 best_a = l_ptr->to_h; in borg_notice_enchant_hit()
1211 if (best_w >= 10 && best_a < 10) in borg_notice_enchant_hit()
1227 int best_a = 25, best_w = 25; in borg_notice_enchant_dam() local
1244 if (l_ptr->to_d >= best_a) continue; in borg_notice_enchant_dam()
1248 best_a = l_ptr->to_d; in borg_notice_enchant_dam()
1271 if (best_w >= 10 && best_a < 10) in borg_notice_enchant_dam()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/algorithm/
H A Dclusters.py1121 best_a = None
1131 best_a = a
1134 return best_a, best_silhouette, best_k
/dports/games/craft/Craft-1.0fbsd/src/
H A Dmain.c1344 int best_a = 0; in ensure_chunks_worker() local
1367 best_a = a; in ensure_chunks_worker()
1375 int a = best_a; in ensure_chunks_worker()