Home
last modified time | relevance | path

Searched defs:lower (Results 101 – 125 of 1833) sorted by relevance

12345678910>>...74

/aosp_15_r20/external/scapy/scapy/
H A Dpacket.py1361 def bind_bottom_up(lower, upper, __fval=None, **fval): argument
1368 def bind_top_down(lower, upper, __fval=None, **fval): argument
1375 def bind_layers(lower, upper, __fval=None, **fval): argument
1382 def split_bottom_up(lower, upper, __fval=None, **fval): argument
1395 def split_top_down(lower, upper, __fval=None, **fval): argument
1407 def split_layers(lower, upper, __fval=None, **fval): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dbanded_triangular_solve_op_test.py49 lower=True, argument
59 def make_diags(diags, lower=True): argument
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dfreetrie.h49 Node *lower; variable
71 LIBC_INLINE SizeRange lower() const { return {min, width / 2}; } in lower() 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.java268 int lower = low; // The index of the last element of the left part in sort() local
1022 int lower = low; // The index of the last element of the left part local
1835 int lower = low; // The index of the last element of the left part local
2154 int lower = low; // The index of the last element of the left part in sort() local
2563 int lower = low; // The index of the last element of the left part in sort() local
3369 int lower = low; // The index of the last element of the left 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.java268 int lower = low; // The index of the last element of the left part in sort() local
1022 int lower = low; // The index of the last element of the left part local
1835 int lower = low; // The index of the last element of the left part local
2154 int lower = low; // The index of the last element of the left part in sort() local
2563 int lower = low; // The index of the last element of the left part in sort() local
3369 int lower = low; // The index of the last element of the left 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.java268 int lower = low; // The index of the last element of the left part in sort() local
1022 int lower = low; // The index of the last element of the left part local
1835 int lower = low; // The index of the last element of the left part local
2154 int lower = low; // The index of the last element of the left part in sort() local
2563 int lower = low; // The index of the last element of the left part in sort() local
3369 int lower = low; // The index of the last element of the left part in sort() local
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/
H A DLower.java173 private static byte[] lower( in lower() method in Lower
183 private static byte[] lower( in lower() method in Lower
198 private byte[] lower(SourceModuleInfo module, Set<ClassSymbol> symbols, int majorVersion) { in lower() method in Lower
280 private byte[] lower( in lower() method in Lower
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp99 LowerLoad64Uniform::lower(nir_instr *instr) in lower() function in r600::LowerLoad64Uniform
160 nir_def *lower(nir_instr *instr) override in lower() function in r600::LowerSplit64op
702 LowerSplit64BitVar::lower(nir_instr *instr) in lower() function in r600::LowerSplit64BitVar
853 Lower64BitToVec2::lower(nir_instr *instr) in lower() function in r600::Lower64BitToVec2
H A Dsfn_nir.cpp66 AssemblyFromShader::lower(const Shader& ir) in lower() function in r600::AssemblyFromShader
218 nir_def *lower(nir_instr *instr) override in lower() function in r600::LowerClipvertexWrite
291 nir_def *lower(nir_instr *instr) override in lower() function in r600::OptIndirectUBOLoads
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Dftoaryu.go366 func ryuDigits(d *decimalSlice, lower, central, upper uint64, argument
412 func ryuDigits32(d *decimalSlice, lower, central, upper uint32, argument
/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()
183 uint32_t lower(void) { return _l; } in lower() 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()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dascii.rs41 let lower = in test_to_ascii_lowercase() localVariable
105 let lower = in test_eq_ignore_ascii_case() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dascii.rs41 let lower = in test_to_ascii_lowercase() localVariable
105 let lower = in test_eq_ignore_ascii_case() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dascii.rs41 let lower = in test_to_ascii_lowercase() localVariable
105 let lower = in test_eq_ignore_ascii_case() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dascii.rs41 let lower = in test_to_ascii_lowercase() localVariable
105 let lower = in test_eq_ignore_ascii_case() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dascii.rs41 let lower = in test_to_ascii_lowercase() localVariable
105 let lower = in test_eq_ignore_ascii_case() localVariable
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dquad.h64 …const float3 lower = min(min(load_float3(q->v[0]), load_float3(q->v[1])), min(load_float3(q->v[2])… in getAABB_Quad() local
74 …const float3 lower = min(min(load_float3(q->v[0]), load_float3(q->v[1])), min(load_float3(q->v[2])… in Quad_ExtendAABB() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c69 struct format_info lower = get_format_info(lower_fmt); in convert_color_for_load() local
208 struct format_info lower = get_format_info(lower_fmt); in convert_color_for_store() local
/aosp_15_r20/external/libcups/tools/
H A Dipptool.c2259 int lower, upper; /* Lower and upper bounds for syntax */ in expect_matches() local
3231 int lower, upper; /* Lower and upper ranges */ in print_attr() local
3514 int upper, lower = ippGetRange(attr, i, &upper); in print_ippserver_attr() local
5402 int upper, lower = ippGetRange(attr, i, &upper); in with_distinct_values() local
5614 lower, /* Lower range */ in with_value() local
5672 int lower, upper; /* Range values */ in with_value() local
/aosp_15_r20/system/media/camera/docs/
H A Dcamera_device_info.proto58 optional float lower = 1; field
63 optional int32 lower = 1; field
68 optional int64 lower = 1; field

12345678910>>...74