Home
last modified time | relevance | path

Searched defs:check_bounds (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/vixl/test/aarch64/examples/
H A Dtest-examples.cc519 TEST(check_bounds) { in TEST() argument
522 Label check_bounds; in TEST() local
/aosp_15_r20/external/vixl/examples/aarch64/
H A Dcheck-bounds.cc89 Label check_bounds; in main() local
/aosp_15_r20/external/ltp/testcases/kernel/sched/eas/
H A Dsched_cfs_prio.c56 int check_bounds(long long expected_us, long long runtime_us) in check_bounds() function
/aosp_15_r20/external/skia/tests/
H A DShadowTest.cpp183 void check_bounds(skiatest::Reporter* reporter, const SkPath& path) { in check_bounds() function
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_clamp.cpp37 ET_NODISCARD bool check_bounds( in check_bounds() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dloop_body.py464 def check_bounds(self, index, size, lower, upper): member in LoopBodyBlock.__init__.CaptureIndexing
H A Dsizevars.py891 def check_bounds(self, index, size, lower, upper): member in SimplifyIndexing
H A Dir.py8089 def check_bounds(self, index, size, lower, upper): member in LoopBodyBlock.__init__.CaptureIndexing
/aosp_15_r20/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc436 auto check_bounds = [](int v, int min, int max) { return v >= min && v <= max; }; in __anon22f2dd240802() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcommon.py1775 def check_bounds( member in Kernel
1902 def check_bounds( member in Kernel.__enter__.CSEProxy
H A Dhalide.py1647 def check_bounds( member in HalideKernel
H A Dtriton.py1677 def check_bounds( member in TritonKernel
H A Dcpp.py1862 def check_bounds( member in CppKernel
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dname.rs1671 fn check_bounds<T: Sync + Send>() {} in test_bounds() function
Dmap.rs3472 fn check_bounds<T: Send + Send>() {} in test_bounds() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Deval.cpp676 void check_bounds(const BufPtr& buf, const std::vector<ExprPtr>& indices) { in check_bounds() function in torch::jit::tensorexpr::SimpleIREvaluatorImpl
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_mcomp.c930 static INLINE int check_bounds(const MvLimits *mv_limits, int row, int col, in check_bounds() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dmcomp.c648 static inline int check_bounds(const FullMvLimits *mv_limits, int row, int col, in check_bounds() function