Searched refs:expectedInt (Results 1 – 8 of 8) sorted by relevance
95 int expectedInt = 0x0000abcd; in testFromBytes_copyOccurs() local98 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()103 assertEquals(expectedInt, hashCode.asInt()); in testFromBytes_copyOccurs()
466 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() local467 assertEquals(expectedInt, IntMath.factorial(n)); in testFactorial()486 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testBinomial() local487 assertEquals(expectedInt, IntMath.binomial(n, k)); in testBinomial()
299 int expectedInt = fitsInInt(expectedBig) ? expectedBig.intValue() : Integer.MAX_VALUE; in testFactorial() local300 assertEquals(expectedInt, IntMath.factorial(n)); in testFactorial()
479 int expectedInt = (referenceByte & 0xFF); in testNewInput() local480 stillEqual = (expectedInt == input.read()); in testNewInput()
550 int expectedInt = (referenceByte & 0xFF); in testNewInput() local551 stillEqual = (expectedInt == input.read()); in testNewInput()
2406 int expectedInt; in TestNumericProperties() local2409 expectedInt = -1; in TestNumericProperties()2411 expectedInt = (int)values[i][2]; in TestNumericProperties()2412 if (expectedInt < 0 || expectedInt != values[i][2]) { in TestNumericProperties()2414 expectedInt = -2; in TestNumericProperties()2418 expectedInt = (int)values[i][3]; in TestNumericProperties()2421 if (nvInt != expectedInt) { in TestNumericProperties()2423 + ") = " + nvInt + " should be " + expectedInt); in TestNumericProperties()
2403 int expectedInt; in TestNumericProperties() local2406 expectedInt = -1; in TestNumericProperties()2408 expectedInt = (int)values[i][2]; in TestNumericProperties()2409 if (expectedInt < 0 || expectedInt != values[i][2]) { in TestNumericProperties()2411 expectedInt = -2; in TestNumericProperties()2415 expectedInt = (int)values[i][3]; in TestNumericProperties()2418 if (nvInt != expectedInt) { in TestNumericProperties()2420 + ") = " + nvInt + " should be " + expectedInt); in TestNumericProperties()
2048 SType expectedInt = fValueId[0].bits(); in compareBytes() local2049 ValueId expectedValueId = static_cast<ValueId>(expectedInt); in compareBytes()