Home | History | Annotate | Download | only in aarch64

Lines Matching refs:round_

368     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];