Home
last modified time | relevance | path

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

/aosp14/system/core/libstats/expresslog/
H A DHistogram.cpp30 int binCount, float minValue, float exclusiveMaxValue) { in create()
45 Histogram::UniformOptions::UniformOptions(int binCount, float minValue, float exclusiveMaxValue) in UniformOptions()