HomeSort by relevance Sort by last modified time
    Searched refs:second_half (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/pydir/
bisection-tool.py 93 second_half = (mid, current_interval[1])
99 exit_code_2 = runner.Run([second_half] + include_ranges)
104 partial_result = flatten(find_failures(runner, first_half, [second_half]
108 partial_result.extend(flatten(find_failures(runner, second_half,
120 if second_half[1] == second_half[0] + 1:
121 result.append(second_half[0])
123 result.extend(find_failures(runner, second_half,
  /external/v8/src/base/utils/
random-number-generator.cc 46 unsigned first_half, second_half; local
49 result = rand_s(&second_half);
51 SetSeed((static_cast<int64_t>(first_half) << 32) + second_half);
  /external/eigen/unsupported/test/
cxx11_tensor_of_strings.cpp 99 const Eigen::DSizes<ptrdiff_t, 2> second_half(0, 3);
102 Tensor<std::string, 2> t2 = data.slice(second_half, half_size);
  /art/compiler/utils/
intrusive_forward_list.h 358 IntrusiveForwardList second_half; local
359 second_half.splice_after(second_half.before_begin(), *this, middle, end());
361 second_half.sort(cmp);
362 merge(second_half, cmp);
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 572 Coon_BezierCoeff second_half() { function in struct:__anon29116::Coon_BezierCoeff
629 Coon_Bezier second_half() { function in struct:__anon29116::Coon_Bezier
631 result.x = x.second_half();
632 result.y = y.second_half();
769 Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(),
770 D2.second_half());
779 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(),
780 C2.second_half(), m2, D2);
786 Coon_Bezier m1s = m1.second_half();
788 Coon_Bezier m2s = m2.second_half();
    [all...]

Completed in 241 milliseconds