Searched refs:FpEq (Results 1 – 3 of 3) sorted by relevance
146 EXPECT_TRUE(FpEq(&a, &c)); in TEST()153 EXPECT_FALSE(FpEq(&a, &b)); in TEST()
85 int FpEq(FpElem const* left, FpElem const* right);
64 int FpEq(FpElem const* left, FpElem const* right) { in FpEq() function