Home
last modified time | relevance | path

Searched refs:x_count (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/pfr/
Dpfrgload.c255 FT_UInt flags, x_count, y_count, i, count, mask; in pfr_glyph_load_simple() local
266 x_count = 0; in pfr_glyph_load_simple()
273 x_count = count & 15; in pfr_glyph_load_simple()
281 x_count = PFR_NEXT_BYTE( p ); in pfr_glyph_load_simple()
291 count = x_count + y_count; in pfr_glyph_load_simple()
307 glyph->y_control = glyph->x_control + x_count; in pfr_glyph_load_simple()
393 if ( format_low >= x_count ) in pfr_glyph_load_simple()
445 if ( idx >= x_count ) in pfr_glyph_load_simple()
/external/libchrome/base/metrics/
Dhistogram_base.cc165 int x_count = static_cast<int>(k_line_length * (current_size / max_size) in WriteAsciiBucketGraph() local
167 int x_remainder = k_line_length - x_count; in WriteAsciiBucketGraph()
169 while (0 < x_count--) in WriteAsciiBucketGraph()
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddata_feeder.py837 x_count = x.count().compute()[0]
838 x_shape = (x_count, len(self._x.columns))
839 y_shape = (x_count, len(self._y.columns))
845 self.sample_fraction = self._batch_size / float(x_count)