Searched refs:actualB (Results 1 – 2 of 2) sorted by relevance
22 const PlainObject>::type actualB(other.derived()); in isApprox()24 …return (actualA - actualB).squaredNorm() <= prec * prec * numext::mini(actualA.squaredNorm(), actu… in isApprox()
65 final int actualB = actual.get() & 0xFF; in assertEquals() local69 if (actualR != expectedR || actualG != expectedG || actualB != expectedB) { in assertEquals()73 + " but was: " + "(" + actualR + ", " + actualG + ", " + actualB + ")."); in assertEquals()