Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h894 double round_value_; variable
H A Dworker.cc3492 round_value_ = 0.5; in CpuFreqThread()
3494 round_value_ = round/2.0; in CpuFreqThread()
3544 int computed = static_cast<int>(frequency + round_value_); in ComputeFrequency()