Searched defs:ForceRoundingModeTest (Results 1 – 1 of 1) sorted by relevance
30 template <RoundingMode R> struct ForceRoundingModeTest : ForceRoundingMode { struct31 ForceRoundingModeTest() : ForceRoundingMode(R) {} in ForceRoundingModeTest() function