Home
last modified time | relevance | path

Searched refs:round_value_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dworker.h893 double round_value_; variable
Dworker.cc3445 round_value_ = 0.5; in CpuFreqThread()
3447 round_value_ = round/2.0; in CpuFreqThread()
3497 int computed = static_cast<int>(frequency + round_value_); in ComputeFrequency()