Searched refs:round_ (Results 1 – 4 of 4) sorted by relevance
385 for (unsigned i = 0; i < arraysize(round_); i++) { in LogicVRegister()386 round_[i] = false; in LogicVRegister()587 bool GetRounding(int index) { return round_[index]; } in GetRounding()590 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding()641 bool round_[kQRegSize]; variable
890 int round_; variable
3440 round_(round) { in CpuFreqThread()3444 round_ = 1; in CpuFreqThread()3498 *freq = computed - (computed % round_); in ComputeFrequency()
202 for (size_t i = 0; i < ArrayLength(round_); i++) { in LogicVRegister()203 round_[i] = 0; in LogicVRegister()438 bool GetRounding(int index) { return round_[index]; } in GetRounding()441 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding()492 bool round_[kQRegSizeInBytes]; variable