/external/catch2/projects/SelfTest/UsageTests/ |
D | ToStringGeneral.tests.cpp | 151 const double testDouble = 1.123456789012345678901234567899; variable 153 auto str1 = sm::convert(testDouble); 158 auto str2 = sm::convert(testDouble);
|
/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/llvm-project/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 75 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/ |
D | PluralRulesTest.java | 78 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/ |
D | def_function_test.py | 988 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/ |
D | AbstractByteHasherTest.java | 88 public void testDouble() { in testDouble() method in AbstractByteHasherTest
|
D | AbstractStreamingHasherTest.java | 106 public void testDouble() { in testDouble() method in AbstractStreamingHasherTest
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 88 public void testDouble() { in testDouble() method in AbstractByteHasherTest
|
D | AbstractStreamingHasherTest.java | 106 public void testDouble() { in testDouble() method in AbstractStreamingHasherTest
|
/external/clang/test/Sema/ |
D | cast.c | 93 void testDouble(Double v) { in testDouble() function
|
/external/llvm-project/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/llvm-project/clang/test/Analysis/ |
D | NewDelete-checker-test.cpp | 322 void testDouble() { in testDouble() function
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/ |
D | NumberSerTest.java | 84 public void testDouble() throws Exception in testDouble() method in NumberSerTest
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | decode_csv_op_test.py | 116 def testDouble(self): member in DecodeCSVOpTest
|
D | argmax_op_test.py | 114 def testDouble(self): member in ArgMaxTest
|
D | softmax_op_test.py | 165 def testDouble(self): member in SoftmaxTest
|
D | xent_op_test.py | 215 def testDouble(self): member in XentTest
|
D | sparse_xent_op_test.py | 179 def testDouble(self): member in SparseXentTest
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | PropertyAnnotationsTest.java | 71 double testDouble() default 7.8d; in testDouble() method
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 112 public void testDouble() throws Exception { in testDouble() method in ArrayAccessReplaceTest
|
/external/protobuf/php/tests/ |
D | array_test.php | 333 public function testDouble() function in RepeatedFieldTest
|
D | map_field_test.php | 277 public function testDouble() { function in MapFieldTest
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
D | NumberNodesTest.java | 148 public void testDouble() throws Exception in testDouble() method in NumberNodesTest
|