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

  /system/extras/simpleperf/inferno/
svg_renderer.py 95 left_index = 0
97 left_index = flamegraph.callsites[i-1].id
113 nav = [up_index, left_index,flamegraph.id,right_index]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConcatenation.h 215 Index left_index; local
217 left_index = subs[0];
219 left_index += (subs[i] % left_dims[i]) * m_leftStrides[i];
222 left_index = subs[NumDims - 1];
224 left_index += (subs[i] % left_dims[i]) * m_leftStrides[i];
227 return m_leftImpl.coeff(left_index);
328 Index left_index = subs[0]; local
330 left_index += (subs[i] % left_dims[i]) * this->m_leftStrides[i];
332 return this->m_leftImpl.coeffRef(left_index);
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 224 uint32_t left_index = num_pipe_; local
236 left_index = GetPipe(hw_block_id, need_scale);
237 if (left_index >= num_pipe_) {
252 if (left_index < num_pipe_) {
253 left_pipe->pipe_id = src_pipes_[left_index].mdss_pipe_id;
269 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
271 std::swap(left_index, right_index);
275 left_pipe->pipe_id = src_pipes_[left_index].mdss_pipe_id;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 255 uint32_t left_index = num_pipe_; local
267 left_index = GetPipe(hw_block_id, need_scale);
268 if (left_index >= num_pipe_) {
283 if (left_index < num_pipe_) {
284 left_pipe->pipe_id = src_pipes_[left_index].mdss_pipe_id;
300 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
302 std::swap(left_index, right_index);
306 left_pipe->pipe_id = src_pipes_[left_index].mdss_pipe_id;
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 255 uint32_t left_index = num_pipe_; local
267 left_index = GetPipe(hw_block_id, need_scale);
268 if (left_index >= num_pipe_) {
283 if (left_index < num_pipe_) {
284 left_pipe->pipe_id = src_pipes_[left_index].mdss_pipe_id;
300 if (src_pipes_[right_index].priority < src_pipes_[left_index].priority) {
302 std::swap(left_index, right_index);
306 left_pipe->pipe_id = src_pipes_[left_index].mdss_pipe_id;
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 364 left_index = (
376 sorted_measurements[left_index: (right_index - 1)])
383 if ((right_index - left_index) < PowerTest.THRESHOLD_BASELINE_SAMPLES_FRACTION * len(
398 float(right_index - left_index) / len(measurements)))
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 1775 TypeIndex left_index = TypeIndexOf(left, ignore_sign); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 149 size_t left_index = 0; local
152 size_t current_index = left_index + (right_index - left_index) / 2;
157 DCHECK(left_index < current_index);
158 left_index = current_index;
    [all...]

Completed in 450 milliseconds