Searched refs:hS (Results 1 – 2 of 2) sorted by relevance
107 BigInteger hS(1); in TEST() local108 hS.MultiplyPow5(hS_Exp5) <<= hS_Exp2; in TEST()112 EXPECT_TRUE(BIGINTEGER_LITERAL("17763568394002504646778106689453125") == hS); in TEST()122 EXPECT_EQ(-1, delta.Compare(hS)); in TEST()
103 BigInteger hS(1); in CheckWithinHalfULP()104 hS.MultiplyPow5(static_cast<unsigned>(hS_Exp5)) <<= static_cast<unsigned>(hS_Exp2); in CheckWithinHalfULP()109 return delta.Compare(hS); in CheckWithinHalfULP()