Home
last modified time | relevance | path

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

12

/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp151 const double testDouble = 1.123456789012345678901234567899; variable
153 auto str1 = sm::convert(testDouble);
158 auto str2 = sm::convert(testDouble);
/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/llvm-project/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java75 for (double[] testDouble : new double[][] { in testOverUnderflow()
83 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow()
84 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow()
85 … assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.getDecimalDigits()); in testOverUnderflow()
86 …assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.getVisibleDecima… in testOverUnderflow()
87 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[1], in testOverUnderflow()
89 … assertEquals(testDouble[0] + " visibleDecimalDigitCountWithoutTrailingZeros", (int) testDouble[2], in testOverUnderflow()
91 … assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.getIntegerValue()); in testOverUnderflow()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesTest.java78 for (double[] testDouble : new double[][] { in testOverUnderflow()
86 FixedDecimal fd = new FixedDecimal(testDouble[0]); in testOverUnderflow()
87 assertEquals(testDouble[0] + "=doubleValue()", testDouble[0], fd.doubleValue()); in testOverUnderflow()
88 … assertEquals(testDouble[0] + " decimalDigits", (int) testDouble[1], fd.getDecimalDigits()); in testOverUnderflow()
89 …assertEquals(testDouble[0] + " visibleDecimalDigitCount", (int) testDouble[2], fd.getVisibleDecima… in testOverUnderflow()
90 assertEquals(testDouble[0] + " decimalDigitsWithoutTrailingZeros", (int) testDouble[1], in testOverUnderflow()
92 … assertEquals(testDouble[0] + " visibleDecimalDigitCountWithoutTrailingZeros", (int) testDouble[2], in testOverUnderflow()
94 … assertEquals(testDouble[0] + " integerValue", (long) testDouble[3], fd.getIntegerValue()); in testOverUnderflow()
/external/tensorflow/tensorflow/python/eager/
Ddef_function_test.py988 def testDouble(self, a): member in DefFunctionTest.test_experimental_get_tracing_count_method.TestClass
992 obj1.testDouble(constant_op.constant(1))
993 obj1.testDouble(constant_op.constant(2))
994 obj1.testDouble(constant_op.constant(1.1))
995 self.assertAllEqual(obj1.testDouble.experimental_get_tracing_count(), 2)
997 obj2.testDouble(constant_op.constant(1))
998 obj2.testDouble(constant_op.constant(1.1))
999 obj2.testDouble(constant_op.constant('a'))
1000 self.assertAllEqual(obj2.testDouble.experimental_get_tracing_count(), 3)
1001 self.assertAllEqual(obj1.testDouble.experimental_get_tracing_count(), 2)
/external/guava/android/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java88 public void testDouble() { in testDouble() method in AbstractByteHasherTest
DAbstractStreamingHasherTest.java106 public void testDouble() { in testDouble() method in AbstractStreamingHasherTest
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java88 public void testDouble() { in testDouble() method in AbstractByteHasherTest
DAbstractStreamingHasherTest.java106 public void testDouble() { in testDouble() method in AbstractStreamingHasherTest
/external/clang/test/Sema/
Dcast.c93 void testDouble(Double v) { in testDouble() function
/external/llvm-project/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/llvm-project/clang/test/Analysis/
DNewDelete-checker-test.cpp322 void testDouble() { in testDouble() function
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DNumberSerTest.java84 public void testDouble() throws Exception in testDouble() method in NumberSerTest
/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_csv_op_test.py116 def testDouble(self): member in DecodeCSVOpTest
Dargmax_op_test.py114 def testDouble(self): member in ArgMaxTest
Dsoftmax_op_test.py165 def testDouble(self): member in SoftmaxTest
Dxent_op_test.py215 def testDouble(self): member in XentTest
Dsparse_xent_op_test.py179 def testDouble(self): member in SparseXentTest
/external/auto/value/src/test/java/com/google/auto/value/processor/
DPropertyAnnotationsTest.java71 double testDouble() default 7.8d; in testDouble() method
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java112 public void testDouble() throws Exception { in testDouble() method in ArrayAccessReplaceTest
/external/protobuf/php/tests/
Darray_test.php333 public function testDouble() function in RepeatedFieldTest
Dmap_field_test.php277 public function testDouble() { function in MapFieldTest
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DNumberNodesTest.java148 public void testDouble() throws Exception in testDouble() method in NumberNodesTest

12