Home
last modified time | relevance | path

Searched defs:testCases (Results 1 – 25 of 41) sorted by relevance

12

/libcore/ojluni/src/test/java/lang/Math/
DFusedMultiplyAddTests.java55 double[][] testCases = { in testNonFiniteD() local
119 double[][] testCases = { in testZeroesD() local
168 double[][] testCases = { in testSimpleD() local
219 float[][] testCases = { in testNonFiniteF() local
267 float[][] testCases = { in testZeroesF() local
312 float[][] testCases = { in testSimpleF() local
DWorstCaseTests.java62 double[][] testCases = { in testWorstExp() local
111 double[][] testCases = { in testWorstLog() local
139 double[][] testCases = { in testWorstSin() local
168 double[][] testCases = { in testWorstAsin() local
196 double[][] testCases = { in testWorstCos() local
225 double[][] testCases = { in testWorstAcos() local
245 double[][] testCases = { in testWorstTan() local
270 double[][] testCases = { in testWorstAtan() local
298 double[][] testCases = { in testWorstPow2() local
322 double[][] testCases = { in testWorstSinh() local
[all …]
DIeeeRecommendedTests.java368 float[][] testCases = { in testFloatNextAfter() local
436 double[][] testCases = { in testDoubleNextAfter() local
506 float[][] testCases = { in testFloatNextUp() local
540 double[][] testCases = { in testDoubleNextUp() local
576 float[][] testCases = { in testFloatNextDown() local
611 double[][] testCases = { in testDoubleNextDown() local
648 float[] testCases = { in testFloatBooleanMethods() local
694 double[] testCases = { in testDoubleBooleanMethods() local
743 float[][] testCases = { in testFloatCopySign() local
808 double[][] testCases = { in testDoubleCopySign() local
[all …]
DSinCosCornerCasesTests.java44 double[][] testCases = { in testCornerCasesSin() local
1498 double[][] testCases = { in testCornerCasesCos() local
DRoundTests.java36 double[][] testCases = { in testNearDoubleHalfCases() local
58 float[][] testCases = { in testNearFloatHalfCases() local
DAbsTests.java39 int[][] testCases = { in testInRangeIntAbs() local
77 long[][] testCases = { in testInRangeLongAbs() local
DRint.java48 double[][] testCases = { in testRint() local
DExpCornerCaseTests.java41 double[][] testCases = { in testExpCornerCases() local
DHyperbolicTests.java74 double[][] testCases = { in testSinh() local
423 double[][] testCases = { in testCosh() local
770 double[][] testCases = { in testTanh() local
DTanTests.java49 double[][] testCases = { in testTan() local
DAtan2Tests.java48 double[][] testCases = { in testAtan2() local
/libcore/ojluni/src/test/java/lang/StrictMath/
DHyperbolicTests.java62 double[][] testCases = { in testSinh() local
156 double[][] testCases = { in testCosh() local
196 double[][] testCases = { in testTanh() local
DLog10Tests.java54 double[][] testCases = { in testLog10() local
DExpm1Tests.java55 double[][] testCases = { in testExpm1() local
DLog1pTests.java54 double[][] testCases = { in testLog1p() local
DPowTests.java51 double[][] testCases = { in testPow() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInetSocketAddressTest.java113 Object[] testCases = { in testSerializationSelf() local
125 Object[] testCases = { in testSerializationCompatibility() local
/libcore/ojluni/src/test/java/math/BigDecimal/
DStrippingZerosTest.java44 BigDecimal [][] testCases = { in testStrippingZeros() local
DPowTests.java41 BigDecimal[][] testCases = { in zeroAndOneTests() local
DDivideTests.java212 BigDecimal[][] testCases = { in properScaleTests() local
235 BigDecimal[][] testCases = { in trailingZeroTests() local
269 BigDecimal[][] testCases = { in scaledRoundedDivideTests() local
DToPlainStringTests.java44 String [][] testCases = { in testToPlainString() local
DCompareToTests.java46 BigDecimal [][] testCases = { in compareToTests() local
/libcore/luni/src/test/java/libcore/libcore/util/
DHexEncodingTest.java31 Object[][] testCases = new Object[][] { in testEncodeByte() local
56 Object[][] testCases = new Object[][] { in testEncodeBytes() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DEnumTest.java224 Object[] testCases = { enumColorMap, Sample.CURLY }; in testSerializationSelf() local
253 Object[] testCases = { Sample.CURLY, new MockEnum(), in testSerializationCompatibility() local
/libcore/ojluni/src/test/java/text/Format/MessageFormat/
DMessageTest.java62 String[] testCases = { in TestMSGPatternTest() local

12