Home
last modified time | relevance | path

Searched defs:maxes (Results 1 – 5 of 5) sorted by relevance

/external/zxing/core/src/main/java/com/google/zxing/oned/
DCodaBarReader.java192 float[] maxes = new float[4]; in validatePattern() local
/external/bc/include/
Dvm.h689 BcBigDig maxes[BC_PROG_GLOBALS_LEN + BC_ENABLE_EXTRA_MATH]; member
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
Dvector.rs628 let maxes = vreinterpretq_u64_u8(vpmaxq_u8(self, self)); in is_zero() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
Dvector.rs628 let maxes = vreinterpretq_u64_u8(vpmaxq_u8(self, self)); in is_zero() localVariable
/external/pytorch/aten/src/ATen/native/
DReduceOps.cpp1461 auto maxes = at::amax(at::real(self), dims, true); in logsumexp_out_impl() local