Searched refs:round_ (Results 1 - 3 of 3) sorted by relevance

/external/stressapptest/src/
H A Dworker.h890 int round_; member in class:CpuFreqThread
H A Dworker.cc3440 round_(round) {
3444 round_ = 1;
3498 *freq = computed - (computed % round_);
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h368 for (unsigned i = 0; i < sizeof(round_) / sizeof(round_[0]); i++) {
369 round_[i] = 0;
604 bool GetRounding(int index) { return round_[index]; }
607 void SetRounding(int index, bool round) { round_[index] = round; }
658 bool round_[kQRegSizeInBytes]; member in class:vixl::aarch64::LogicVRegister

Completed in 415 milliseconds