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

  /external/valgrind/memcheck/tests/
vcpu_fbench.c 291 static double from_index; variable
597 FROM_INDEX Refractive index of medium being left
629 rang_sin = (from_index / to_index) *
639 object_distance = object_distance * (to_index / from_index);
640 axis_slope_angle = axis_slope_angle * (from_index / to_index);
654 rang_sin = (from_index / to_index) *
667 rang = -asin((from_index / to_index) *
670 cos(-rang)) / (from_index *
685 from_index = 1.0;
696 from_index = to_index
    [all...]
  /external/valgrind/perf/
fbench.c 287 static double from_index; variable
593 FROM_INDEX Refractive index of medium being left
625 rang_sin = (from_index / to_index) *
635 object_distance = object_distance * (to_index / from_index);
636 axis_slope_angle = axis_slope_angle * (from_index / to_index);
650 rang_sin = (from_index / to_index) *
663 rang = -asin((from_index / to_index) *
666 cos(-rang)) / (from_index *
681 from_index = 1.0;
692 from_index = to_index
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 15 return &snapshot()->entries()[from_index()];
heap-snapshot-generator.h 57 int from_index() const { return FromIndexField::decode(bit_field_); } function in class:v8::internal::BASE_EMBEDDED
  /external/v8/tools/ignition/
bytecode_dispatches_report.py 123 for from_index, from_name in enumerate(labels):
126 counters_matrix[from_index, to_index] = current_row.get(to_name, 0)
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 1683 OMX_U32 i, from_index, to_index; local
1716 OMX_U32 i, from_index, to_index; local
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 215 int from_index = Bytecodes::ToByte(from); local
217 return bytecode_dispatch_counters_table_[from_index * kNumberOfBytecodes +
238 for (int from_index = 0; from_index < kNumberOfBytecodes; ++from_index) {
239 Bytecode from_bytecode = Bytecodes::FromByte(from_index);
    [all...]
  /external/v8/src/js/
array.js 336 var from_index = i + del_count - 1;
338 if (from_index in array) {
339 array[to_index] = array[from_index];
346 var from_index = i + del_count;
348 if (from_index in array) {
349 array[to_index] = array[from_index];
    [all...]
  /external/v8/src/debug/
debug.js     [all...]
mirrors.js 1123 var from_index = opt_from_index || 0;
1125 if (from_index > to_index) return new GlobalArray();
1126 var values = new GlobalArray(to_index - from_index + 1);
1127 for (var i = from_index; i <= to_index; i++) {
1135 values[i - from_index] = value;
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 443 // or {tagged_array} at index {from_index} to index {to_index}.
444 void RunCopyElement(int from_index, int to_index) {
447 BoundsCheck(from_index);
453 Node* load = t.LoadElement(access, ptr, t.Int32Constant(from_index));
464 // or {tagged_array} at index {from_index} to index {to_index}.
465 void RunCopyField(int from_index, int to_index) {
466 BoundsCheck(from_index);
468 FieldAccess from_access = GetFieldAccess(from_index);
    [all...]
  /external/v8/src/regexp/
jsregexp.h 445 void Merge(QuickCheckDetails* other, int from_index);
    [all...]
jsregexp.cc     [all...]
  /external/v8/src/
objects.cc 16244 uint32_t from_index = EntryToIndex(i); local
    [all...]

Completed in 314 milliseconds