Searched refs:best_i (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/util/ |
D | ansi-print.cc | 281 int best_i = 0; in block_best() local 288 best_i = i; in block_best() 294 best_i = i; in block_best() 300 unsigned int which = lround (((best_i + 1) * 8) / bi.height); in block_best() 313 int best_i = 0; in block_best() local 320 best_i = i; in block_best() 326 best_i = i; in block_best() 332 unsigned int which = lround (((best_i + 1) * 8) / bi.width); in block_best()
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 416 int best_i = 1, best_j = 1; in intersectionFinder() local 423 if (dist[best_i][best_j] > dist[i][j]) { in intersectionFinder() 424 best_i = i; in intersectionFinder() 429 if (best_i == 0) { in intersectionFinder() 431 } else if (best_i == 2) { in intersectionFinder() 439 if (best_i == 1 && best_j == 1) { in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 521 int best_i = 1, best_j = 1; in intersectionFinder() local 528 if (dist[best_i][best_j] > dist[i][j]) { in intersectionFinder() 529 best_i = i; in intersectionFinder() 534 if (best_i == 0) { in intersectionFinder() 536 } else if (best_i == 2) { in intersectionFinder() 544 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 …]
|