Searched refs:QRM (Results 1 – 1 of 1) sorted by relevance
77 inline bool canRoundingModeBe(RoundingMode RM, RoundingMode QRM) { in canRoundingModeBe() argument78 return RM == QRM || RM == RoundingMode::Dynamic; in canRoundingModeBe()