/third_party/rust/crates/clap/src/builder/ |
D | range.rs | 104 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 …]
|
D | value_parser.rs | 1253 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/ |
D | interval.rs | 252 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/ |
D | DependenceAnalysis.cpp | 1023 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/ |
D | loop-variable-optimizer.h | 30 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/ |
D | DependenceAnalysis.h | 800 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/ |
D | font_data.cc | 31 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/ |
D | parserRealSource9.js | 155 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/ |
D | spv-stable-bifurcation-Os-mutate-var-vector-shuffle.amber | 33 ; Bound: 107 169 ; Bound: 263 312 ; Bound: 237
|
/third_party/skia/third_party/externals/tint/test/unittest/reader/spirv/ |
D | SpvParserTest_Impl_GenericVulkanShader_GLSL450MemoryModel.spvasm | 5 ; Bound: 5
|
D | SpvParserTest_ConvertType_Void.spvasm | 5 ; Bound: 5
|
D | SpvParserTest_Impl_GenericVulkanShader_SimpleMemoryModel.spvasm | 5 ; Bound: 5
|
D | SpvParserTest_ConvertType_Sampler_PretendVoid.spvasm | 5 ; Bound: 6
|
D | SpvParserTest_Impl_Source_InvalidId.spvasm | 5 ; Bound: 16
|
D | SpvParserTest_ConvertType_I32.spvasm | 5 ; Bound: 6
|
D | SpvParserTest_ConvertType_U32.spvasm | 5 ; Bound: 6
|
D | SpvParserTest_ConvertType_Bool.spvasm | 5 ; Bound: 101
|
D | SpvParserTest_ConvertType_F32.spvasm | 5 ; Bound: 6
|
D | SpvParserTest_Impl_Source_NoOpLine.spvasm | 5 ; Bound: 61
|
D | SpvParserTest_Impl_GenericVulkanShader_VulkanMemoryModel.spvasm | 5 ; Bound: 5
|
D | SpvParserTest_ConvertType_RuntimeArray.spvasm | 5 ; Bound: 11
|
D | SpvParserTest_ConvertType_PointerUniform.spvasm | 5 ; Bound: 7
|
D | SpvParserTest_ConvertType_PointerImage.spvasm | 5 ; Bound: 7
|
D | SpvParserTest_ConvertType_Image_PretendVoid.spvasm | 5 ; Bound: 7
|
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/comp/ |
D | function-pointer.invalid.asm.comp | 4 ; Bound: 7
|