HomeSort by relevance Sort by last modified time
    Searched defs:Range (Results 101 - 125 of 312) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/test/cctest/
types-fuzz.h 105 Integer = Type::Range(-V8_INFINITY, +V8_INFINITY, zone);
173 ValueVector integers; // "Integer" values used for range limits.
185 Type* Range(double min, double max) { return Type::Range(min, max, zone_); }
250 case 3: { // range
256 return Type::Range(min, max, zone_);
test-types.cc 352 void Range() {
359 Type* type = T.Range(min, max);
364 // Range attributes
370 Type* type = T.Range(min, max);
377 // Range(min1, max1) = Range(min2, max2) <=> min1 = min2 /\ max1 = max2
392 Type* type1 = T.Range(min1, max1);
393 Type* type2 = T.Range(min2, max2);
613 // If b is regular numeric bitset, then Range(b->Min(), b->Max())->Is(b).
620 Type* range = T.Range
1839 RangeType* range = type1->GetRange()->AsRange(); local
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 47 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {}
51 SourceRange Range;
89 Result.Range.Start = currentLocation();
168 Result.Range.End = currentLocation();
192 SourceRange Range;
193 Range.Start = Result->Range.Start;
194 Range.End = currentLocation();
195 Error->addError(Range, Error->ET_ParserUnsignedError) << Result->Text;
227 SourceRange Range;
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 803 // An address range.
804 struct Range
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 49 import com.google.common.collect.Range;
206 assertEquals(Range.all(), ArbitraryInstances.get(Range.class));
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 124 StringRef Range;
132 MIToken &reset(TokenKind Kind, StringRef Range);
167 StringRef::iterator location() const { return Range.begin(); }
169 StringRef range() const { return Range; } function in struct:llvm::MIToken
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 173 FX_FLOAT Range() const { return fMax - fMin; }
264 const CPVT_WordRange& range) const;
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
DiffUtil.java 116 final List<Range> stack = new ArrayList<>();
118 stack.add(new Range(0, oldSize, 0, newSize));
128 final List<Range> rangePool = new ArrayList<>();
130 final Range range = stack.remove(stack.size() - 1); local
131 final Snake snake = diffPartial(cb, range.oldListStart, range.oldListEnd,
132 range.newListStart, range.newListEnd, forward, backward, max);
137 // offset the snake to convert its coordinates from the Range's area to globa
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
patchapi.h 126 } Range[1];
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 141 PathDiagnosticRange Range;
146 Loc(genLocation(L)), Range(genRange()) {
169 Range(genRange(lac)) {
172 assert(K == SingleLocK || Range.isValid());
178 Loc(genLocation()), Range(genRange()) {
181 assert(Range.isValid());
189 Range(genRange()) {
191 assert(Range.isValid());
264 return K == X.K && Loc == X.Loc && Range == X.Range;
    [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaExprMember.cpp 200 SourceRange Range(Loc);
201 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
217 << Range << nameInfo.getName();
223 << IsField << RepClass << nameInfo.getName() << ContextClass << Range;
226 << nameInfo.getName() << Range;
229 << Range;
    [all...]
  /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/google-benchmark/src/
benchmark.cc 103 // For non-dense Range, intermediate values are powers of kRangeMultiplier.
297 void Range(int start, int limit);
422 void BenchmarkImp::Range(int start, int limit) {
534 Benchmark* Benchmark::Range(int start, int limit) {
535 imp_->Range(start, limit);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 31 public abstract class Trie2 implements Iterable<Trie2.Range> {
89 // * First code point of the single-value range ending with U+10ffff,
246 * range, one for lead surrogates, which is the value that will be
250 * For code units outside of the lead surrogate range, this function
291 Range rangeFromOther;
293 Iterator<Trie2.Range> otherIter = OtherTrie.iterator();
294 for (Trie2.Range rangeFromThis: this) {
319 for (Range r: this) {
332 * The iterator will return one item for each contiguous range of codepoints having the same value.
334 * When iterating, the same Trie2EnumRange object will be reused and returned for each range
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 66 struct Range {
72 const Range *nextRange() {
81 static const Range ranges[4];
85 const HangulIterator::Range HangulIterator::ranges[4]={
993 const HangulIterator::Range *range; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 29 public abstract class Trie2 implements Iterable<Trie2.Range> {
87 // * First code point of the single-value range ending with U+10ffff,
244 * range, one for lead surrogates, which is the value that will be
248 * For code units outside of the lead surrogate range, this function
289 Range rangeFromOther;
291 Iterator<Trie2.Range> otherIter = OtherTrie.iterator();
292 for (Trie2.Range rangeFromThis: this) {
317 for (Range r: this) {
330 * The iterator will return one item for each contiguous range of codepoints having the same value.
332 * When iterating, the same Trie2EnumRange object will be reused and returned for each range
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 75 /// The Value falls within this range.
86 ConstantRange Range;
89 LVILatticeVal() : Tag(undefined), Val(nullptr), Range(1, true) {}
132 "Cannot get the constant-range of a non-constant-range!");
133 return Range;
184 bool changed = Range != NewR;
185 Range = NewR;
194 Range = NewR;
207 Range = RHS.Range
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, function in struct:llvm::SelectionDAGBuilder::CaseCluster
232 // Emit by default LHS op RHS. MHS is used for range comparisons:
257 /// Default - the MBB of the default bb, which is a successor of the range
289 : First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
293 APInt Range;
309 /// Check whether a range of clusters is dense enough for a jump table.
323 /// Check whether the range [Low,High] fits in a machine word.
327 /// on the number of destinations, comparison metric, and range.
350 /// than each cluster in the range, its rank is 0.
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 453 // If the line increment is out of range of a special opcode, we must encode
688 // to the address range list for this compilation unit.
794 // .debug_ranges section. We only emit one range list, which spans all of the
817 // Emit a range list entry spanning this section
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 134 UInt32 Range;
158 Range = 0xFFFFFFFF;
163 if (Code == Range)
171 if (Range < kTopValue)
173 Range <<= 8;
183 Range >>= 1;
184 Code -= Range;
186 Code += Range & t;
188 if (Code == Range)
202 UInt32 bound = (Range >> kNumBitModelTotalBits) * v;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 506 //////////////////////////////// Range /////////////////////////////////
511 Range(a,b) is basically the same as a:b in Matlab or a..b in Python. As in Python, start is an
512 inclusive left boundary of the range and end is an exclusive right boundary of the range. Such a
515 The static method Range::all() returns a special variable that means "the whole sequence" or "the
516 whole range", just like " : " in Matlab or " ... " in Python. All the methods and functions in
517 OpenCV that take Range support this special Range::all() value. But, of course, in case of your own
520 void my_function(..., const Range& r, ....)
522 if(r == Range::all())
    [all...]
  /external/v8/src/regexp/
regexp-ast.h 75 // Represents code units in the range from from_ to to_, both ends are
88 static inline CharacterRange Range(uc32 from, uc32 to) {
97 CharacterRange range) {
100 list->Add(range, zone);
114 // Whether a range list is in canonical form: Ranges ordered by from value,
117 // Convert range list to canonical form. The characters covered by the ranges
118 // will still be the same, but no character is in more than one range, and
122 // Negate the contents of a character range in canonical form.
  /external/v8/src/
types.h 24 // Types consist of two dimensions: semantic (value range) and representation.
95 // RANGE TYPES
97 // A range type represents a continuous integer interval by its minimum and
99 // itself is also included in the range. A range never contains NaN or -0.
102 // subtype of Range(n, n) (and therefore also a subtype of any larger range).
104 // Range rather than Constant.
444 // Range types.
452 explicit Limits(RangeType* range) : min(range->Min()), max(range->Max()) {
    [all...]

Completed in 1983 milliseconds

1 2 3 45 6 7 8 91011>>