Searched refs:EXPECT_NEAR_EPSILON (Results 1 – 1 of 1) sorted by relevance
126 #define EXPECT_NEAR_EPSILON(e, v) EXPECT_NEAR((e), (v), \ macro247 EXPECT_NEAR_EPSILON(power[j], savedPower[pairIndex][outPair[j]]); in testBalance()248 EXPECT_NEAR_EPSILON(power[outPair[j]], savedPower[pairIndex][j]); in testBalance()302 EXPECT_NEAR_EPSILON(power[j], power[outPair[j]]); in testBalance()319 EXPECT_NEAR_EPSILON(power[j], power[outPair[j]]); in testBalance()