HomeSort by relevance Sort by last modified time
    Searched refs:Range (Results 426 - 450 of 1319) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/glshared/
glsFboUtil.hpp 47 //! A pair of iterators to present a range.
51 struct Range
90 typedef Range<FormatKey> FormatKeys;
168 typedef Range<FormatEntry> FormatEntries;
179 Range<FormatKey> formats;
182 typedef Range<FormatExtEntry> FormatExtEntries;
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 11 // the middle loop provably does not need range checks. As an example, it will
79 static cl::opt<bool> PrintRangeChecks("irce-print-range-checks", cl::Hidden,
89 /// An inductive range check is conditional branch in a loop with
96 /// 2. a condition that is provably true for some contiguous range of values
100 // Classifies a range check
102 // Range check of the form "0 <= I".
105 // Range check of the form "I < L" where L is known positive.
112 // Unrecognized range check condition.
163 /// Represents an signed integer range [Range.getBegin(), Range.getEnd()). I
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
TryWithResourcesEcjFilterTest.java 163 final Range range0 = new Range();
164 final Range range1 = new Range();
448 final Range range0 = new Range();
449 final Range range1 = new Range();
611 static class Range {
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
107 /// means that either the live range ends at the instruction, or it changes
136 /// Return the end point of the last live range segment to interact with
139 /// The end point is an invalid SlotIndex only if the live range doesn't
244 /// end of the range. If no Segment contains this position, but the
300 /// containsValue - Returns true if VNI belongs to this range.
314 /// createDeadDef - Make sure the range has a value defined at Def.
340 /// range as the specified value number. The segments in RHS are allowe
    [all...]
LiveIntervalUnion.h 87 void unify(LiveInterval &VirtReg, const LiveRange &Range);
93 void extract(LiveInterval &VirtReg, const LiveRange &Range);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
15 // i.e. a range might look like [1,20), [50,65), [1000,1001). Each
17 // and the whole range is represented as an instance of LiveRange.
106 /// means that either the live range ends at the instruction, or it changes
135 /// Return the end point of the last live range segment to interact with
138 /// The end point is an invalid SlotIndex only if the live range doesn't
233 /// Copies values numbers and live segments from \p Other into this range.
250 /// end of the range. If no Segment contains this position, but the
306 /// containsValue - Returns true if VNI belongs to this range.
320 /// createDeadDef - Make sure the range has a value defined at Def
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2RecordingTest.java 43 import android.util.Range;
219 List<Range<Integer>> fixedFpsRanges =
221 mCollector.expectTrue("Unable to find the fixed frame rate fps range for " +
223 // Test recording for each FPS range
224 for (Range<Integer> fpsRange : fixedFpsRanges) {
293 private List<Range<Integer>> getHighSpeedFixedFpsRangeForSize(StreamConfigurationMap config,
295 Range<Integer>[] availableFpsRanges = config.getHighSpeedVideoFpsRangesFor(size);
296 List<Range<Integer>> fixedRanges = new ArrayList<Range<Integer>>();
297 for (Range<Integer> range : availableFpsRanges)
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 24 import dalvik.system.EmulatedStackFrame.Range;
100 private final EmulatedStackFrame.Range range1;
106 /* @Nullable */ private final EmulatedStackFrame.Range range2;
116 this.range1 = EmulatedStackFrame.Range.of(type, 0, startPos);
119 this.range2 = EmulatedStackFrame.Range.of(type, startPos + numDropped, numArgs);
153 private final EmulatedStackFrame.Range handlerArgsRange;
165 handlerArgsRange = EmulatedStackFrame.Range.of(target.type(), 0,
207 private final EmulatedStackFrame.Range testArgsRange;
217 testArgsRange = EmulatedStackFrame.Range.of(target.type(), 0, test.type().parameterCount());
394 private final EmulatedStackFrame.Range callerRange
450 private final EmulatedStackFrame.Range range; field in class:Transformers.BindTo
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 571 unsigned first = decl->Range.First;
572 unsigned last = decl->Range.Last;
584 emit->num_samplers = MAX2(emit->num_samplers, decl->Range.Last + 1);
603 unsigned unit = decl->Range.First;
604 assert(decl->Range.First == decl->Range.Last);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 122 Range RN 1
309 ADD Range,High,High ;// Range=64*ScaleFactor
313 ADDLT diffMVdx,diffMVdx,Range ;// diffMVdx+=Range
316 SUBGT diffMVdx,diffMVdx,Range ;// If diffMVdx > High diffMVdx-=Range
327 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
329 SUBGT diffMVdx,diffMVdx,Range ;// If diffMVdy > High diffMVdy-=Rang
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 122 Range RN 1
309 ADD Range,High,High ;// Range=64*ScaleFactor
313 ADDLT diffMVdx,diffMVdx,Range ;// diffMVdx+=Range
316 SUBGT diffMVdx,diffMVdx,Range ;// If diffMVdx > High diffMVdx-=Range
327 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
329 SUBGT diffMVdx,diffMVdx,Range ;// If diffMVdy > High diffMVdy-=Rang
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 47 void printLocalVariableAddrRange(const LocalVariableAddrRange &Range,
61 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) {
65 Range.OffsetStart);
66 W.printHex("ISectStart", Range.ISectStart);
67 W.printHex("Range", Range.Range);
75 W.printHex("Range", Gap.Range);
306 printLocalVariableAddrRange(DefRangeFramePointerRel.Header.Range,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 118 /// MemsetRange - Represents a range of memset'd bytes with the ByteVal value.
125 /// the first store, we make a range [1, 2). The second store extends the range
126 /// to [0, 2). The third makes a new range [2, 3). The fourth store joins the
130 // Start/End - A semi range that describes the span that this range covers.
131 // The range is closed at the start and open at the end: [Start, End).
135 /// range.
141 /// TheStores - The actual stores that make up this range.
232 /// new range for the specified store at the specified offset, merging int
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 616 /// live range. Generally there is one interval per basic block where the
628 Range.reserve(Kills.size());
636 Range.clear();
648 bool isEmpty() const { return Range.empty(); }
650 return Range.empty() ? -1 : Range.begin()->first;
653 return Range.empty() ? -1 : Range.rbegin()->second;
656 void untrim() { TrimmedBegin = Range.begin(); }
661 SizeT getNumSegments() const { return Range.size();
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 30 import android.util.Range;
178 // For each Size/FPS range, track how many FPS range/Size there are available
181 Range<Integer> fpsRange = config.getFpsRange();
506 * {@link CaptureRequest#CONTROL_AE_TARGET_FPS_RANGE FPS range} from
552 public Range<Integer>[] getHighSpeedVideoFpsRangesFor(Size size) {
560 Range<Integer>[] fpsRanges = new Range[fpsRangeCount];
575 * list the supported high speed video FPS range configurations. Application can then use
576 * {@link #getHighSpeedVideoSizesFor} to query available sizes for one of returned FPS range
    [all...]
  /external/libvpx/libvpx/test/
test_vector_test.cc 168 ::testing::Range(1, 8), // With 1 ~ 8 threads.
194 ::testing::Range(2, 9), // With 2 ~ 8 threads.
  /external/lzma/C/
Ppmd7.h 110 UInt32 Range;
127 UInt32 Range;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 448 class Range
451 Range(int a, int b) : next(0), bgn(a), end(b) { }
453 Range *next;
457 void coalesce(Range **ptail)
459 Range *rnn;
473 Range *head;
474 Range *tail;
506 // NOTE: range may not cross 32 bit boundary (implies n <= 32)
523 // NOTE: range may not cross 32 bit boundary (implies n <= 32)
535 // NOTE: range may not cross 32 bit boundary (implies n <= 32
    [all...]

Completed in 2886 milliseconds

<<11121314151617181920>>