Searched refs:first_half (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/v8/src/utils/ |
D | random-number-generator.cc | 46 unsigned first_half, second_half; in RandomNumberGenerator() local 47 errno_t result = rand_s(&first_half); in RandomNumberGenerator() 51 SetSeed((static_cast<int64_t>(first_half) << 32) + second_half); in RandomNumberGenerator()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | bezier.c | 68 struct bezier *first_half, in split() argument 72 first_half->x2 = (bez->x1 + bez->x2) * 0.5; in split() 74 first_half->x1 = bez->x1; in split() 76 first_half->x3 = (first_half->x2 + c) * 0.5; in split() 78 first_half->x4 = second_half->x1 = in split() 79 (first_half->x3 + second_half->x2) * 0.5; in split() 82 first_half->y2 = (bez->y1 + bez->y2) * 0.5; in split() 84 first_half->y1 = bez->y1; in split() 86 first_half->y3 = (first_half->y2 + c) * 0.5; in split() 88 first_half->y4 = second_half->y1 = in split() [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | bezier.c | 68 struct bezier *first_half, in split() argument 72 first_half->x2 = (bez->x1 + bez->x2) * 0.5; in split() 74 first_half->x1 = bez->x1; in split() 76 first_half->x3 = (first_half->x2 + c) * 0.5; in split() 78 first_half->x4 = second_half->x1 = in split() 79 (first_half->x3 + second_half->x2) * 0.5; in split() 82 first_half->y2 = (bez->y1 + bez->y2) * 0.5; in split() 84 first_half->y1 = bez->y1; in split() 86 first_half->y3 = (first_half->y2 + c) * 0.5; in split() 88 first_half->y4 = second_half->y1 = in split() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
D | bisect_test_ordering.py | 122 first_half = Bucket(bucket_to_split.tests[:halfway_point]) 134 new_buckets = buckets_before + [first_half] + buckets_after 139 self.buckets = buckets_before + [first_half, second_half] + buckets_after
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 461 Coon_BezierCoeff first_half() in first_half() function 513 Coon_Bezier first_half() in first_half() function 516 result.x = x.first_half(); in first_half() 517 result.y = y.first_half(); in first_half() 637 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(), D2.first_half()); in Draw() 644 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(), D1, m2); in Draw() 650 Coon_Bezier m1f = m1.first_half(); in Draw() 652 Coon_Bezier m2f = m2.first_half(); in Draw() 658 Draw(x_scale, y_scale, left, bottom, C1.first_half(), m1f, D1.first_half(), m2f); in Draw() 659 … Draw(x_scale, y_scale, left, bottom + 1, m1f, C2.first_half(), D1.second_half(), m2s); in Draw() [all …]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-script.c | 1002 char first_half[BUFSIZ]; in list_available_scripts() local 1032 sprintf(first_half, "%s %s", desc->name, in list_available_scripts() 1034 fprintf(stdout, " %-36s %s\n", first_half, in list_available_scripts()
|