Home
last modified time | relevance | path

Searched defs:upper (Results 76 – 100 of 1611) sorted by relevance

12345678910>>...65

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/
H A Dtime.rs20 let upper = result[1]; in now() localVariable
42 let upper = result[1]; in now() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/
H A Dtime.rs20 let upper = result[1]; in now() localVariable
42 let upper = result[1]; in now() localVariable
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/
H A DAbstractIntegerDistribution.java118 int upper = getSupportUpperBound(); in inverseCumulativeProbability() local
160 protected int solveInverseCumulativeProbability(final double p, int lower, int upper) { in solveInverseCumulativeProbability()
/aosp_15_r20/external/rust/android-crates-io/crates/arbitrary/src/
Dsize_hint.rs28 let upper = lhs.1.and_then(|lhs| rhs.1.map(|rhs| lhs + rhs)); in and() localVariable
46 let upper = lhs in or() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dsize_hint.rs100 let upper = match (a_upper, b_upper) { in max() localVariable
114 let upper = match (a_upper, b_upper) { in min() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dleft_open_interval.hpp65 DomainT upper()const{ return _upb; } in upper() function in boost::icl::left_open_interval
88 static domain_type upper(const interval_type& inter_val){ return inter_val.upper(); } in upper() function
Dright_open_interval.hpp64 domain_type upper()const{ return _upb; } in upper() function in boost::icl::right_open_interval
87 static domain_type upper(const interval_type& inter_val){ return inter_val.upper(); } in upper() function
Dopen_interval.hpp66 DomainT upper()const{ return _upb; } in upper() function in boost::icl::open_interval
89 static domain_type upper(const interval_type& inter_val){ return inter_val.upper(); } in upper() function
Dclosed_interval.hpp61 DomainT upper()const{ return _upb; } in upper() function in boost::icl::closed_interval
88 static domain_type upper(const interval_type& inter_val){ return inter_val.upper(); } in upper() function
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dadd_runtime_assertions_for_constraints_pass.py55 def _assert_range_constraint(self, node, lower, upper, assert_msg): argument
63 def _insert_assert_async(self, last_node, op, lower, upper, assert_msg): argument
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/data/
Dquartiles.rs7 upper: f64, field
52 let upper = Quartiles::percentile_of_sorted(&s, 75_f64); in new() localVariable
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DRRQRDecomposition.java204 private final DecompositionSolver upper; field in RRQRDecomposition.Solver
215 private Solver(final DecompositionSolver upper, final RealMatrix p) { in Solver()
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dfreetrie_test.cpp61 Block *upper = *maybeBlock; in TEST() local
82 Block *upper = *maybeBlock; in TEST() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp43 RandomVariableBase::RandomVariableBase(int lower, int upper) in RandomVariableBase()
65 void RandomVariableRange::setRange(int lower, int upper) { in setRange()
117 RandomVariable::RandomVariable(int lower, int upper) : mVar(new RandomVariableBase(lower, upper)) { in RandomVariable()
148 void RandomVariable::setRange(int lower, int upper) { in setRange()
176 static inline void fillRange(std::set<int>* range, int lower, int upper) { in fillRange()
344 int upper = std::min(lhs.max() * rhs.max(), kMaxValue); in getInitRange() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dfreetrie.h52 Node *upper; variable
74 LIBC_INLINE SizeRange upper() const { return {min + width / 2, width / 2}; } in upper() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzzers/
H A Drandom_generator.cpp32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt()
102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzzers/
Drandom_generator.cpp32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt()
102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
H A Drandom_generator.cpp32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt()
102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/integration/
H A DBaseAbstractUnivariateIntegrator.java254 final double lower, final double upper) in setup()
272 final double lower, final double upper) in integrate()
/aosp_15_r20/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DLocaleUtils.java117 private static boolean isAlphabetSequence(final String text, final int lower, final int upper) { in isAlphabetSequence()
130 private static boolean isDigitSequence(final String text, final int lower, final int upper) { in isDigitSequence()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DDualPivotQuicksort.java269 int upper = end; // The index of the first element of the right part in sort() local
1023 int upper = end; // The index of the first element of the right part local
1836 int upper = end; // The index of the first element of the right part local
2155 int upper = end; // The index of the first element of the right part in sort() local
2564 int upper = end; // The index of the first element of the right part in sort() local
3370 int upper = end; // The index of the first element of the right part in sort() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java269 int upper = end; // The index of the first element of the right part in sort() local
1023 int upper = end; // The index of the first element of the right part local
1836 int upper = end; // The index of the first element of the right part local
2155 int upper = end; // The index of the first element of the right part in sort() local
2564 int upper = end; // The index of the first element of the right part in sort() local
3370 int upper = end; // The index of the first element of the right part in sort() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java269 int upper = end; // The index of the first element of the right part in sort() local
1023 int upper = end; // The index of the first element of the right part local
1836 int upper = end; // The index of the first element of the right part local
2155 int upper = end; // The index of the first element of the right part in sort() local
2564 int upper = end; // The index of the first element of the right part in sort() local
3370 int upper = end; // The index of the first element of the right part in sort() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDASparseDescriptors.h89 CuSparseMatDescriptor(bool upper, bool unit) { in CuSparseMatDescriptor()
230 void set_mat_fill_mode(bool upper) { in set_mat_fill_mode()
/aosp_15_r20/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp182 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {} in Range()
184 uint32_t upper(void) { return _u; } in upper() function in Range
1121 Rational lower, upper, selected; in scHScale() local
1220 Rational lower, upper, selected; in scVScale() local
1365 Rational& lower, Rational& upper) in double2Rational()

12345678910>>...65