/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 64 for (double[] testDouble : new double[][] { in testOverUnderflow() 72 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow() 73 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow() 74 assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.decimalDigits); in testOverUnderflow() 75 …assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.visibleDecimalDi… in testOverUnderflow() 76 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[1], in testOverUnderflow() 78 … assertEquals(testDouble[0] + " visibleDecimalDigitCountWithoutTrailingZeros", (int) testDouble[2], in testOverUnderflow() 80 assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.integerValue); in testOverUnderflow()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | PluralRulesTest.java | 68 for (double[] testDouble : new double[][] { in testOverUnderflow() 76 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow() 77 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow() 78 assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.decimalDigits); in testOverUnderflow() 79 …assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.visibleDecimalDi… in testOverUnderflow() 80 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[1], in testOverUnderflow() 82 … assertEquals(testDouble[0] + " visibleDecimalDigitCountWithoutTrailingZeros", (int) testDouble[2], in testOverUnderflow() 84 assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.integerValue); in testOverUnderflow()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-2012-06-06-FPToUI.ll | 9 define void @testDouble(double %d) ssp { 10 ; CHECK-LABEL: testDouble: 57 call void @testDouble(double 1.159198e+01)
|
/external/xmlrpcpp/test/ |
D | TestValues.cpp | 51 void testDouble() in testDouble() function 218 testDouble(); in main()
|
D | TestValuesWin32.cpp | 54 void testDouble() in testDouble() function 228 testDouble(); in main()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 88 public void testDouble() { in testDouble() method in AbstractByteHasherTest
|
D | AbstractStreamingHasherTest.java | 111 public void testDouble() { in testDouble() method in AbstractStreamingHasherTest
|
/external/clang/test/Sema/ |
D | cast.c | 93 void testDouble(Double v) { in testDouble() function
|
/external/clang/test/Analysis/ |
D | NewDelete-checker-test.cpp | 312 void testDouble() { in testDouble() function
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BundleTest.java | 61 public void testDouble() { in testDouble() method in BundleTest
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 110 public void testDouble() throws Exception { in testDouble() method in ArrayAccessReplaceTest
|