HomeSort by relevance Sort by last modified time
    Searched refs:second_half (Results 1 - 6 of 6) 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/tensorflow/tensorflow/core/lib/io/
zlib_buffers_test.cc 243 string second_half; local
245 in.ReadNBytes(data.size() - first_half.size(), &second_half));
247 bytes_read.append(second_half);
277 string second_half(data, data_half_size, data.size() - data_half_size);
287 TF_ASSERT_OK(in.ReadNBytes(second_half.size(), &bytes_read));
288 EXPECT_EQ(bytes_read, 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 359 IntrusiveForwardList second_half; local
360 second_half.splice_after(second_half.before_begin(), *this, middle, end());
362 second_half.sort(cmp);
363 merge(second_half, cmp);
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 572 Coon_BezierCoeff second_half() { function in struct:__anon31051::Coon_BezierCoeff
629 Coon_Bezier second_half() { function in struct:__anon31051::Coon_Bezier
631 result.x = x.second_half();
632 result.y = y.second_half();
792 Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(),
793 D2.second_half());
802 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(),
803 C2.second_half(), m2, D2);
809 Coon_Bezier m1s = m1.second_half();
811 Coon_Bezier m2s = m2.second_half();
    [all...]

Completed in 218 milliseconds