Searched refs:first_half (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/pydir/ |
D | bisection-tool.py | 92 first_half = (current_interval[0], mid) 97 exit_code_1 = runner.Run([first_half] + include_ranges) 104 partial_result = flatten(find_failures(runner, first_half, [second_half] 114 if first_half[1] == first_half[0] + 1: 115 result.append(first_half[0]) 117 result.extend(find_failures(runner, first_half,
|
/external/minijail/tools/ |
D | generate_seccomp_policy.py | 146 first_half = all_syscalls[:below_ten_index] 149 first_half.append(basic_syscall) 151 all_syscalls = first_half + all_syscalls[below_ten_index:]
|
/external/v8/src/base/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/eigen/unsupported/test/ |
D | cxx11_tensor_of_strings.cpp | 98 const Eigen::DSizes<ptrdiff_t, 2> first_half(0, 0); in test_slices() local 101 Tensor<std::string, 2> t1 = data.slice(first_half, half_size); in test_slices()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 564 Coon_BezierCoeff first_half() { in first_half() function 622 Coon_Bezier first_half() { in first_half() function 624 result.x = x.first_half(); in first_half() 625 result.y = y.first_half(); in first_half() 767 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(), in Draw() 768 D2.first_half()); in Draw() 777 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(), in Draw() 785 Coon_Bezier m1f = m1.first_half(); in Draw() 787 Coon_Bezier m2f = m2.first_half(); in Draw() 793 Draw(x_scale, y_scale, left, bottom, C1.first_half(), m1f, in Draw() [all …]
|