HomeSort by relevance Sort by last modified time
    Searched refs:range_index (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-subset-cff-common.cc 192 unsigned int range_index = 0; local
193 unsigned int fd = fdselect_ranges[range_index++].code;
196 if ((range_index < fdselect_ranges.len) &&
197 (i >= fdselect_ranges[range_index].glyph))
199 fd = fdselect_ranges[range_index++].code;
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 229 for (size_t range_index = 0; range_index < ranges_count; ++range_index) {
230 const float input_min = ranges[range_index][0];
231 const float input_max = ranges[range_index][1];
232 const float output_min = ranges[range_index][2];
233 const float output_max = ranges[range_index][3];
524 for (size_t range_index = 0; range_index < ranges_count; ++range_index) {
    [all...]
  /external/libtextclassifier/utils/utf8/
unilib-javaicu.cc 229 const int range_index = find_it - end_arr; local
230 const char32 range_start = start_arr[range_index];
236 return range_index;
  /external/freetype/src/sfnt/
ttcmap.c 729 FT_UInt range_index )
736 while ( range_index < num_ranges )
741 p = table + 14 + range_index * 2;
755 if ( range_index >= num_ranges - 1 &&
773 cmap->cur_range = range_index;
778 range_index++;
    [all...]
  /external/python/cpython3/Objects/
rangeobject.c 530 range_index(rangeobject *r, PyObject *ob) function
655 {"index", (PyCFunction)range_index, METH_O, index_doc},
    [all...]

Completed in 695 milliseconds