Lines Matching refs:EXPECT_FP_EQ
44 EXPECT_FP_EQ(T(0.5), func(T(1.0), &exponent)); in testPowersOfTwo()
46 EXPECT_FP_EQ(T(-0.5), func(T(-1.0), &exponent)); in testPowersOfTwo()
49 EXPECT_FP_EQ(T(0.5), func(T(2.0), &exponent)); in testPowersOfTwo()
51 EXPECT_FP_EQ(T(-0.5), func(T(-2.0), &exponent)); in testPowersOfTwo()
54 EXPECT_FP_EQ(T(0.5), func(T(4.0), &exponent)); in testPowersOfTwo()
56 EXPECT_FP_EQ(T(-0.5), func(T(-4.0), &exponent)); in testPowersOfTwo()
59 EXPECT_FP_EQ(T(0.5), func(T(8.0), &exponent)); in testPowersOfTwo()
61 EXPECT_FP_EQ(T(-0.5), func(T(-8.0), &exponent)); in testPowersOfTwo()
64 EXPECT_FP_EQ(T(0.5), func(T(16.0), &exponent)); in testPowersOfTwo()
66 EXPECT_FP_EQ(T(-0.5), func(T(-16.0), &exponent)); in testPowersOfTwo()
69 EXPECT_FP_EQ(T(0.5), func(T(32.0), &exponent)); in testPowersOfTwo()
71 EXPECT_FP_EQ(T(-0.5), func(T(-32.0), &exponent)); in testPowersOfTwo()
78 EXPECT_FP_EQ(T(0.75), func(T(24.0), &exponent)); in testSomeIntegers()
80 EXPECT_FP_EQ(T(-0.75), func(T(-24.0), &exponent)); in testSomeIntegers()
83 EXPECT_FP_EQ(T(0.625), func(T(40.0), &exponent)); in testSomeIntegers()
85 EXPECT_FP_EQ(T(-0.625), func(T(-40.0), &exponent)); in testSomeIntegers()
88 EXPECT_FP_EQ(T(0.78125), func(T(800.0), &exponent)); in testSomeIntegers()
90 EXPECT_FP_EQ(T(-0.78125), func(T(-800.0), &exponent)); in testSomeIntegers()