/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 | 366 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 …]
|
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 | Rint.java | 48 double[][] testCases = { in testRint() local
|
D | ExpCornerCaseTests.java | 41 double[][] testCases = { in testExpCornerCases() local
|
D | HyperbolicTests.java | 71 double[][] testCases = { in testSinh() local 419 double[][] testCases = { in testCosh() local 766 double[][] testCases = { in testTanh() local
|
D | Atan2Tests.java | 48 double[][] testCases = { in testAtan2() local
|
D | TanTests.java | 49 double[][] testCases = { in testTan() local
|
D | CeilAndFloorTests.java | 134 double[][] testCases = { in roundingTests() 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 | Log1pTests.java | 54 double[][] testCases = { in testLog1p() local
|
D | Log10Tests.java | 54 double[][] testCases = { in testLog10() local
|
D | Expm1Tests.java | 55 double[][] testCases = { in testExpm1() local
|
D | PowTests.java | 51 double[][] testCases = { in testPow() local
|
D | CubeRootTests.java | 70 double[][] testCases = { in testCubeRoot() 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
|