Home
last modified time | relevance | path

Searched refs:testDouble (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dvstr.ll45 define internal void @testDouble() {
46 ; ASM-LABEL: testDouble:
47 ; DIS-LABEL: 00000030 <testDouble>:
48 ; IASM-LABEL: testDouble:
Dvldr.ll44 define internal double @testDouble() {
45 ; ASM-LABEL: testDouble:
46 ; DIS-LABEL: 00000020 <testDouble>:
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java65 for (double[] testDouble : new double[][] { in testOverUnderflow()
73 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow()
74 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow()
75 assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.decimalDigits); in testOverUnderflow()
76 …assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.visibleDecimalDi… in testOverUnderflow()
77 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[1], in testOverUnderflow()
79 … assertEquals(testDouble[0] + " visibleDecimalDigitCountWithoutTrailingZeros", (int) testDouble[2], in testOverUnderflow()
81 assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.integerValue); in testOverUnderflow()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesTest.java66 for (double[] testDouble : new double[][] { in testOverUnderflow()
74 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow()
75 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow()
76 assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.decimalDigits); in testOverUnderflow()
77 …assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.visibleDecimalDi… in testOverUnderflow()
78 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[1], in testOverUnderflow()
80 … assertEquals(testDouble[0] + " visibleDecimalDigitCountWithoutTrailingZeros", (int) testDouble[2], in testOverUnderflow()
82 assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.integerValue); in testOverUnderflow()
/external/llvm/test/CodeGen/AArch64/
Darm64-2012-06-06-FPToUI.ll9 define void @testDouble(double %d) ssp {
10 ; CHECK-LABEL: testDouble:
57 call void @testDouble(double 1.159198e+01)
/external/xmlrpcpp/test/
DTestValues.cpp51 void testDouble() in testDouble() function
218 testDouble(); in main()
DTestValuesWin32.cpp54 void testDouble() in testDouble() function
228 testDouble(); in main()
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java88 public void testDouble() { in testDouble() method in AbstractByteHasherTest
DAbstractStreamingHasherTest.java111 public void testDouble() { in testDouble() method in AbstractStreamingHasherTest
/external/clang/test/Sema/
Dcast.c93 void testDouble(Double v) { in testDouble() function
/external/clang/test/Analysis/
DNewDelete-checker-test.cpp312 void testDouble() { in testDouble() function
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBundleTest.java61 public void testDouble() { in testDouble() method in BundleTest
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java110 public void testDouble() throws Exception { in testDouble() method in ArrayAccessReplaceTest
/external/mockito/src/test/java/org/mockito/internal/matchers/apachecommons/
DEqualsBuilderTest.java338 @Test public void testDouble() { in testDouble() method in EqualsBuilderTest