Searched refs:max_bound (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/strsim-rs/src/ |
D | lib.rs | 102 let max_bound = min(b_len - 1, i + search_range); in generic_jaro() localVariable 104 if min_bound > max_bound { in generic_jaro() 109 if min_bound <= j && j <= max_bound && a_elem == b_elem && in generic_jaro()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_acceleration_structure.c | 1233 nir_ssa_def *max_bound = NULL; in build_leaf_shader() local 1238 max_bound = nir_fmax(&b, max_bound, position); in build_leaf_shader() 1241 max_bound = position; in build_leaf_shader() 1246 nir_store_var(&b, bounds[1], max_bound, 7); in build_leaf_shader() 1281 nir_ssa_def *max_bound = in build_leaf_shader() local 1286 nir_store_var(&b, bounds[1], max_bound, 7); in build_leaf_shader() 1291 nir_channel(&b, max_bound, 0), in build_leaf_shader() 1292 nir_channel(&b, max_bound, 1), in build_leaf_shader() 1293 nir_channel(&b, max_bound, 2), in build_leaf_shader()
|
/third_party/libabigail/src/ |
D | abg-reader.cc | 4166 array_type_def::subrange_type::bound_value max_bound; in build_subrange_type() local 4173 max_bound.set_signed(length - 1); in build_subrange_type() 4180 max_bound.set_signed(upper_bound); in build_subrange_type() 4185 name, min_bound, max_bound, in build_subrange_type()
|