Home
last modified time | relevance | path

Searched refs:round_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dsimulator-arm64.h385 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
/external/stressapptest/src/
Dworker.h890 int round_; variable
Dworker.cc3440 round_(round) { in CpuFreqThread()
3444 round_ = 1; in CpuFreqThread()
3498 *freq = computed - (computed % round_); in ComputeFrequency()
/external/vixl/src/aarch64/
Dsimulator-aarch64.h202 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