Searched refs:best_i (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/util/ |
D | ansi-print.cc | 284 int best_i = 0; in block_best() local 291 best_i = i; in block_best() 297 best_i = i; in block_best() 303 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height); in block_best() 316 int best_i = 0; in block_best() local 323 best_i = i; in block_best() 329 best_i = i; in block_best() 335 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.width); in block_best()
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 436 int best_i = 1, best_j = 1; in intersectionFinder() local 443 if (dist[best_i][best_j] > dist[i][j]) { in intersectionFinder() 444 best_i = i; in intersectionFinder() 449 if (best_i == 0) { in intersectionFinder() 451 } else if (best_i == 2) { in intersectionFinder() 459 if (best_i == 1 && best_j == 1) { in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 544 int best_i = 1, best_j = 1; in intersectionFinder() local 551 if (dist[best_i][best_j] > dist[i][j]) { in intersectionFinder() 552 best_i = i; in intersectionFinder() 557 if (best_i == 0) { in intersectionFinder() 559 } else if (best_i == 2) { in intersectionFinder() 567 if (best_i == 1 && best_j == 1) { in intersectionFinder()
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 254 int i, best_i = -1; in find_split_ord_class() local 293 best_i = i; in find_split_ord_class() 315 best_i = i; in find_split_ord_class() 321 return best_i >= 0 ? data->new_split_ord( vi, in find_split_ord_class() 322 (sorted[best_i].val + sorted[best_i+1].val)*0.5f, best_i, in find_split_ord_class() 448 int i, best_i = -1; in find_split_ord_reg() local 476 best_i = i; in find_split_ord_reg() 481 return best_i >= 0 ? data->new_split_ord( vi, in find_split_ord_reg() 482 (sorted[best_i].val + sorted[best_i+1].val)*0.5f, best_i, in find_split_ord_reg() 582 int i, best_i = -1, best_inversed = 0; in find_surrogate_split_ord() local [all …]
|
D | mltree.cpp | 1577 int i, best_i = -1; in find_split_ord_class() local 1615 best_i = i; in find_split_ord_class() 1647 best_i = i; in find_split_ord_class() 1653 return best_i >= 0 ? data->new_split_ord( vi, in find_split_ord_class() 1654 (sorted[best_i].val + sorted[best_i+1].val)*0.5f, best_i, in find_split_ord_class() 1934 int i, best_i = -1; in find_split_ord_reg() local 1956 best_i = i; in find_split_ord_reg() 1961 return best_i >= 0 ? data->new_split_ord( vi, in find_split_ord_reg() 1962 (sorted[best_i].val + sorted[best_i+1].val)*0.5f, best_i, in find_split_ord_reg() 2058 int i, best_i = -1, best_inversed = 0; in find_surrogate_split_ord() local [all …]
|