Home
last modified time | relevance | path

Searched defs:range_index (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_ray_queries.c357 for (uint32_t range_index = 0; range_index < range_count; range_index++) { in nir_opt_ray_query_ranges() local
385 for (uint32_t range_index = 0; range_index < range_count; range_index++) { in nir_opt_ray_query_ranges() local
396 for (uint32_t range_index = 0; range_index < range_count; range_index++) { in nir_opt_ray_query_ranges() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils_test.cc229 for (size_t range_index = 0; range_index < ranges_count; ++range_index) { in TestRequantizeManyInNewRangeEigenVsNonEigen() local
524 for (size_t range_index = 0; range_index < ranges_count; ++range_index) { in TestRequantizeInNewRange() local
581 for (size_t range_index = 0; range_index < ranges_count; ++range_index) { in TestRequantizeInNewRange32To8Bit() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-subset-cff-common.cc202 unsigned int range_index = 0; in hb_serialize_cff_fdselect() local
/aosp_15_r20/external/flashrom/
H A Dwriteprotect.c361 for (size_t range_index = 0; range_index < *count; range_index++) { in get_ranges_and_wp_bits() local
/aosp_15_r20/external/libtextclassifier/native/utils/utf8/
H A Dunilib-common.cc500 const int range_index = find_it - end_arr; in GetOverlappingRangeIndex() local
/aosp_15_r20/external/coreboot/src/cpu/x86/mtrr/
H A Dmtrr.c214 int range_index; member
/aosp_15_r20/external/python/cpython3/Objects/
Drangeobject.c574 range_index(rangeobject *r, PyObject *ob) in range_index() function
/aosp_15_r20/external/freetype/src/sfnt/
H A Dttcmap.c740 FT_UInt range_index ) in tt_cmap4_set_range()