Home
last modified time | relevance | path

Searched defs:testCases (Results 1 – 25 of 39) 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.java366 float[][] testCases = { in testFloatNextAfter() local
434 double[][] testCases = { in testDoubleNextAfter() local
504 float[][] testCases = { in testFloatNextUp() local
538 double[][] testCases = { in testDoubleNextUp() local
574 float[][] testCases = { in testFloatNextDown() local
609 double[][] testCases = { in testDoubleNextDown() local
646 float[] testCases = { in testFloatBooleanMethods() local
692 double[] testCases = { in testDoubleBooleanMethods() local
741 float[][] testCases = { in testFloatCopySign() local
806 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
DRint.java48 double[][] testCases = { in testRint() local
DExpCornerCaseTests.java41 double[][] testCases = { in testExpCornerCases() local
DHyperbolicTests.java71 double[][] testCases = { in testSinh() local
419 double[][] testCases = { in testCosh() local
766 double[][] testCases = { in testTanh() local
DAtan2Tests.java48 double[][] testCases = { in testAtan2() local
DTanTests.java49 double[][] testCases = { in testTan() local
DCeilAndFloorTests.java134 double[][] testCases = { in roundingTests() 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
DLog1pTests.java54 double[][] testCases = { in testLog1p() local
DLog10Tests.java54 double[][] testCases = { in testLog10() local
DExpm1Tests.java55 double[][] testCases = { in testExpm1() local
DPowTests.java51 double[][] testCases = { in testPow() local
DCubeRootTests.java70 double[][] testCases = { in testCubeRoot() 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

12