Home
last modified time | relevance | path

Searched refs:Bound (Results 1 – 25 of 3480) sorted by relevance

12345678910>>...140

/third_party/rust/crates/clap/src/builder/
Drange.rs104 fn start_bound(&self) -> std::ops::Bound<&usize> { in start_bound()
105 std::ops::Bound::Included(&self.start_inclusive) in start_bound()
108 fn end_bound(&self) -> std::ops::Bound<&usize> { in end_bound()
109 std::ops::Bound::Included(&self.end_inclusive) in end_bound()
199 assert_eq!(range.start_bound(), std::ops::Bound::Included(&5)); in from_fixed()
200 assert_eq!(range.end_bound(), std::ops::Bound::Included(&5)); in from_fixed()
210 assert_eq!(range.start_bound(), std::ops::Bound::Included(&0)); in from_fixed_empty()
211 assert_eq!(range.end_bound(), std::ops::Bound::Included(&0)); in from_fixed_empty()
221 assert_eq!(range.start_bound(), std::ops::Bound::Included(&5)); in from_range()
222 assert_eq!(range.end_bound(), std::ops::Bound::Included(&9)); in from_range()
[all …]
Dvalue_parser.rs1253 bounds: (std::ops::Bound<i64>, std::ops::Bound<i64>),
1269 l @ std::ops::Bound::Included(i) => { in range()
1278 l @ std::ops::Bound::Excluded(i) => { in range()
1287 std::ops::Bound::Unbounded => self.bounds.start_bound().cloned(), in range()
1290 l @ std::ops::Bound::Included(i) => { in range()
1299 l @ std::ops::Bound::Excluded(i) => { in range()
1308 std::ops::Bound::Unbounded => self.bounds.end_bound().cloned(), in range()
1316 std::ops::Bound::Included(i) => i.to_string(), in format_bounds()
1317 std::ops::Bound::Excluded(i) => i.saturating_add(1).to_string(), in format_bounds()
1318 std::ops::Bound::Unbounded => i64::MIN.to_string(), in format_bounds()
[all …]
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dinterval.rs252 let (min, max) = (I::Bound::min_value(), I::Bound::max_value()); in negate()
265 if self.ranges[0].lower() > I::Bound::min_value() { in negate()
267 self.ranges.push(I::create(I::Bound::min_value(), upper)); in negate()
274 if self.ranges[drain_end - 1].upper() < I::Bound::max_value() { in negate()
276 self.ranges.push(I::create(lower, I::Bound::max_value())); in negate()
338 type Bound: Bound; typedef
340 fn lower(&self) -> Self::Bound; in lower() argument
341 fn upper(&self) -> Self::Bound; in upper() argument
342 fn set_lower(&mut self, bound: Self::Bound); in set_lower() argument
343 fn set_upper(&mut self, bound: Self::Bound); in set_upper() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1023 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
1024 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Bound)) { in isKnownLessThan()
2540 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2547 Bound[K].Iterations = A[K].Iterations ? A[K].Iterations : B[K].Iterations; in banerjeeMIVtest()
2548 Bound[K].Direction = Dependence::DVEntry::ALL; in banerjeeMIVtest()
2549 Bound[K].DirSet = Dependence::DVEntry::NONE; in banerjeeMIVtest()
2550 findBoundsALL(A, B, Bound, K); in banerjeeMIVtest()
2553 if (Bound[K].Lower[Dependence::DVEntry::ALL]) in banerjeeMIVtest()
2554 LLVM_DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t'); in banerjeeMIVtest()
2557 if (Bound[K].Upper[Dependence::DVEntry::ALL]) in banerjeeMIVtest()
[all …]
/third_party/node/deps/v8/src/compiler/
Dloop-variable-optimizer.h30 struct Bound { struct
31 Bound(Node* bound, ConstraintKind kind) : bound(bound), kind(kind) {} in Bound() function
37 const ZoneVector<Bound>& lower_bounds() { return lower_bounds_; } in lower_bounds() argument
38 const ZoneVector<Bound>& upper_bounds() { return upper_bounds_; } in upper_bounds()
65 ZoneVector<Bound> lower_bounds_;
66 ZoneVector<Bound> upper_bounds_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h800 const SCEV *getLowerBound(BoundInfo *Bound) const;
805 const SCEV *getUpperBound(BoundInfo *Bound) const;
815 BoundInfo *Bound,
823 BoundInfo *Bound,
830 BoundInfo *Bound,
837 BoundInfo *Bound,
844 BoundInfo *Bound,
851 BoundInfo *Bound,
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_data.cc31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() function in sfntly::FontData
66 Bound(data->bound_offset_ + offset, length); in FontData()
71 Bound(data->bound_offset_ + offset, in FontData()
/third_party/typescript/tests/baselines/reference/
DparserRealSource9.js155 if (symbol.flags & SymbolFlags.Bound) {
160 typeSymbol.flags |= SymbolFlags.Bound;
355 if (symbol.flags & SymbolFlags.Bound) {
359 typeSymbol.flags |= SymbolFlags.Bound;
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dspv-stable-bifurcation-Os-mutate-var-vector-shuffle.amber33 ; Bound: 107
169 ; Bound: 263
312 ; Bound: 237
/third_party/skia/third_party/externals/tint/test/unittest/reader/spirv/
DSpvParserTest_Impl_GenericVulkanShader_GLSL450MemoryModel.spvasm5 ; Bound: 5
DSpvParserTest_ConvertType_Void.spvasm5 ; Bound: 5
DSpvParserTest_Impl_GenericVulkanShader_SimpleMemoryModel.spvasm5 ; Bound: 5
DSpvParserTest_ConvertType_Sampler_PretendVoid.spvasm5 ; Bound: 6
DSpvParserTest_Impl_Source_InvalidId.spvasm5 ; Bound: 16
DSpvParserTest_ConvertType_I32.spvasm5 ; Bound: 6
DSpvParserTest_ConvertType_U32.spvasm5 ; Bound: 6
DSpvParserTest_ConvertType_Bool.spvasm5 ; Bound: 101
DSpvParserTest_ConvertType_F32.spvasm5 ; Bound: 6
DSpvParserTest_Impl_Source_NoOpLine.spvasm5 ; Bound: 61
DSpvParserTest_Impl_GenericVulkanShader_VulkanMemoryModel.spvasm5 ; Bound: 5
DSpvParserTest_ConvertType_RuntimeArray.spvasm5 ; Bound: 11
DSpvParserTest_ConvertType_PointerUniform.spvasm5 ; Bound: 7
DSpvParserTest_ConvertType_PointerImage.spvasm5 ; Bound: 7
DSpvParserTest_ConvertType_Image_PretendVoid.spvasm5 ; Bound: 7
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/comp/
Dfunction-pointer.invalid.asm.comp4 ; Bound: 7

12345678910>>...140