Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 25 of 166) sorted by relevance

1234567

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DCommand.h45 struct Bound { struct
51 explicit Bound() in Bound() argument
69 Bound bound_; argument
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DCommand.h51 struct Bound { struct
57 explicit Bound() in Bound() argument
75 Bound bound_; argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dinterval.rs399 type Bound: Bound; typedef
401 fn lower(&self) -> Self::Bound; in lower()
402 fn upper(&self) -> Self::Bound; in upper()
403 fn set_lower(&mut self, bound: Self::Bound); in set_lower()
404 fn set_upper(&mut self, bound: Self::Bound); in set_upper()
411 fn create(lower: Self::Bound, upper: Self::Bound) -> Self { in create()
510 pub trait Bound: interface
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/hir/
Dinterval.rs338 type Bound: Bound; typedef
340 fn lower(&self) -> Self::Bound; in lower()
341 fn upper(&self) -> Self::Bound; in upper()
342 fn set_lower(&mut self, bound: Self::Bound); in set_lower()
343 fn set_upper(&mut self, bound: Self::Bound); in set_upper()
350 fn create(lower: Self::Bound, upper: Self::Bound) -> Self { in create()
466 pub trait Bound: interface
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dbounds_overlap.h15 struct TORCH_API Bound { struct
25 Bound(ExprPtr s, ExprPtr e) : start(std::move(s)), end(std::move(e)) {} in Bound() function
48 size_t operator()(const Bound& b) const { in operator() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ops/
H A Drange.rs672 pub enum Bound<T> { enum
684 impl<T> Bound<T> { impl
739 impl<T: Clone> Bound<&T> { impl
903 impl<T> RangeBounds<T> for (Bound<T>, Bound<T>) { implementation
922 impl<'a, T: ?Sized + 'a> RangeBounds<T> for (Bound<&'a T>, Bound<&'a T>) { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Drange.rs672 pub enum Bound<T> { enum
684 impl<T> Bound<T> { impl
739 impl<T: Clone> Bound<&T> { impl
903 impl<T> RangeBounds<T> for (Bound<T>, Bound<T>) { implementation
922 impl<'a, T: ?Sized + 'a> RangeBounds<T> for (Bound<&'a T>, Bound<&'a T>) { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/
H A Drange.rs672 pub enum Bound<T> { enum
684 impl<T> Bound<T> { implementation
739 impl<T: Clone> Bound<&T> { impl
903 impl<T> RangeBounds<T> for (Bound<T>, Bound<T>) { implementation
922 impl<'a, T: ?Sized + 'a> RangeBounds<T> for (Bound<&'a T>, Bound<&'a T>) { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/
H A Drange.rs672 pub enum Bound<T> { enum
684 impl<T> Bound<T> { impl
739 impl<T: Clone> Bound<&T> { implementation
903 impl<T> RangeBounds<T> for (Bound<T>, Bound<T>) { implementation
922 impl<'a, T: ?Sized + 'a> RangeBounds<T> for (Bound<&'a T>, Bound<&'a T>) { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Drange.rs672 pub enum Bound<T> { enum
684 impl<T> Bound<T> { implementation
739 impl<T: Clone> Bound<&T> { impl
903 impl<T> RangeBounds<T> for (Bound<T>, Bound<T>) { implementation
922 impl<'a, T: ?Sized + 'a> RangeBounds<T> for (Bound<&'a T>, Bound<&'a T>) { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/rustversion/src/
Dbound.rs10 pub enum Bound { enum
15 pub fn parse(paren: Group, iter: Iter) -> Result<Bound> { in parse()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.15/src/
H A Dbound.rs10 pub enum Bound { enum
15 pub fn parse(paren: Group, iter: Iter) -> Result<Bound> { in parse()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1023 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
2540 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2610 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2715 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2743 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2782 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2822 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2866 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1110 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
2616 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2686 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2804 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2832 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2871 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2911 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2955 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc321 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
337 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
342 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2533 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2632 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2660 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2699 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2739 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2783 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
/aosp_15_r20/external/autotest/server/cros/pvs/
H A Dpass_criteria.proto4 message Bound { message
H A Dpass_criteria_pb2.py186 Bound = _reflection.GeneratedProtocolMessageType( variable
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Dlib.rs317 pub enum Bound<T> { enum
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
H A DBound.java13 public abstract class Bound { class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DSPIRVObjectWriter.cpp55 constexpr uint32_t Bound = 900; in writeHeader() local
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java110 enum Bound { enum in SortedMultisetTestSuiteBuilder
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java110 enum Bound { enum in SortedMultisetTestSuiteBuilder
/aosp_15_r20/device/generic/goldfish/dhcp/client/
Ddhcpclient.h49 Bound, enumerator

1234567