/libcore/ojluni/src/test/java/lang/Math/ |
D | FusedMultiplyAddTests.java | 55 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
|
D | WorstCaseTests.java | 62 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 …]
|
D | IeeeRecommendedTests.java | 368 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 …]
|
D | SinCosCornerCasesTests.java | 44 double[][] testCases = { in testCornerCasesSin() local 1498 double[][] testCases = { in testCornerCasesCos() local
|
D | RoundTests.java | 36 double[][] testCases = { in testNearDoubleHalfCases() local 58 float[][] testCases = { in testNearFloatHalfCases() local
|
D | AbsTests.java | 39 int[][] testCases = { in testInRangeIntAbs() local 77 long[][] testCases = { in testInRangeLongAbs() local
|
D | Rint.java | 48 double[][] testCases = { in testRint() local
|
D | ExpCornerCaseTests.java | 41 double[][] testCases = { in testExpCornerCases() local
|
D | HyperbolicTests.java | 74 double[][] testCases = { in testSinh() local 423 double[][] testCases = { in testCosh() local 770 double[][] testCases = { in testTanh() local
|
D | TanTests.java | 49 double[][] testCases = { in testTan() local
|
D | Atan2Tests.java | 48 double[][] testCases = { in testAtan2() local
|
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | HyperbolicTests.java | 62 double[][] testCases = { in testSinh() local 156 double[][] testCases = { in testCosh() local 196 double[][] testCases = { in testTanh() local
|
D | Log10Tests.java | 54 double[][] testCases = { in testLog10() local
|
D | Expm1Tests.java | 55 double[][] testCases = { in testExpm1() local
|
D | Log1pTests.java | 54 double[][] testCases = { in testLog1p() local
|
D | PowTests.java | 51 double[][] testCases = { in testPow() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | InetSocketAddressTest.java | 113 Object[] testCases = { in testSerializationSelf() local 125 Object[] testCases = { in testSerializationCompatibility() local
|
/libcore/ojluni/src/test/java/math/BigDecimal/ |
D | StrippingZerosTest.java | 44 BigDecimal [][] testCases = { in testStrippingZeros() local
|
D | PowTests.java | 41 BigDecimal[][] testCases = { in zeroAndOneTests() local
|
D | DivideTests.java | 212 BigDecimal[][] testCases = { in properScaleTests() local 235 BigDecimal[][] testCases = { in trailingZeroTests() local 269 BigDecimal[][] testCases = { in scaledRoundedDivideTests() local
|
D | ToPlainStringTests.java | 44 String [][] testCases = { in testToPlainString() local
|
D | CompareToTests.java | 46 BigDecimal [][] testCases = { in compareToTests() local
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | HexEncodingTest.java | 31 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/ |
D | EnumTest.java | 224 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/ |
D | MessageTest.java | 62 String[] testCases = { in TestMSGPatternTest() local
|