Searched refs:floatIsDifferent (Results 1 – 1 of 1) sorted by relevance
574 if (floatIsDifferent(expected, actual, delta)) { in assertEquals()596 if (!floatIsDifferent(unexpected, actual, delta)) { in assertNotEquals()612 static private boolean floatIsDifferent(float f1, float f2, float delta) { in floatIsDifferent() method in Assert