Home
last modified time | relevance | path

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

/aosp14/system/core/libstats/expresslog/tests/
H A DHistogram_test.cpp88 const float binSize = (101 - 1) / 10.f; in TEST() local
116 const int binSize = (maxValue - minValue) / binCount; in TEST() local