/external/OpenCL-CTS/test_conformance/commonfns/ |
D | test_binary_fn.cpp | 72 int test_double = 0; in test_binary_fn() local 76 test_double = 1; in test_binary_fn() 82 if (test_double) input_ptr_double[i] = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_binary_fn() 85 if (test_double) output_ptr_double = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_binary_fn() 95 if (test_double) in test_binary_fn() 109 if (test_double) in test_binary_fn() 122 if (test_double) in test_binary_fn() 150 if (test_double) in test_binary_fn() 204 if (test_double) in test_binary_fn() 239 for( i = 0; i < ((test_double) ? 6 : 3); i++ ) in test_binary_fn() [all …]
|
D | test_clamp.cpp | 135 int test_double = 0; in test_clamp() local 138 test_double = 1; in test_clamp() 147 if (test_double) input_ptr_double[i] = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_clamp() 150 if (test_double) output_ptr_double = (cl_double*)malloc(sizeof(cl_double) * num_elements); in test_clamp() 164 if (test_double) in test_clamp() 184 if (test_double) { in test_clamp() 197 if (test_double) { in test_clamp() 211 if (test_double) { in test_clamp() 253 if (test_double) in test_clamp() 290 for( i = 0; i < ((test_double) ? 8 : 4); i++ ) in test_clamp() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
D | select-fconstant.mir | 14 define double @test_double() { 64 name: test_double 78 ; CHECK_NOPIC64-LABEL: name: test_double 83 ; CHECK_LARGE64-LABEL: name: test_double 89 ; CHECK_SMALL32-LABEL: name: test_double 94 ; CHECK_LARGE32-LABEL: name: test_double 99 ; CHECK_PIC64-LABEL: name: test_double
|
D | phi.ll | 152 define double @test_double(i32 %a, double %f, double %t) { 153 ; ALL-LABEL: test_double:
|
D | select-phi.mir | 86 define double @test_double(i32 %a, double %f, double %t) { 420 name: test_double 436 ; ALL-LABEL: name: test_double
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_fneg.ll | 23 define void @test_double(<2 x double>* %A) { 24 ; CHECK-LABEL: test_double 25 ; CHECK-NOVSX-LABEL: test_double
|
D | vec_abs.ll | 50 define <2 x double> @test_double(<2 x double> %aa) #0 { 52 ; CHECK-LABEL: test_double 53 ; CHECK-NOVSX-LABEL: test_double
|
D | ppc64le-aggregates.ll | 83 tail call void @test_double(i64 %x, [7 x double] %y, i64 %x) 88 ; CHECK: bl test_double 90 declare void @test_double(i64, [7 x double], i64)
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | vec_fneg.ll | 23 define void @test_double(<2 x double>* %A) { 24 ; CHECK-LABEL: test_double 25 ; CHECK-NOVSX-LABEL: test_double
|
D | vec_abs.ll | 50 define <2 x double> @test_double(<2 x double> %aa) #0 { 52 ; CHECK-LABEL: test_double 53 ; CHECK-NOVSX-LABEL: test_double
|
D | ppc64le-aggregates.ll | 87 tail call void @test_double(i64 %x, [7 x double] %y, i64 %x) 92 ; CHECK: bl test_double 94 declare void @test_double(i64, [7 x double], i64)
|
/external/llvm-project/llvm/test/Transforms/Inline/ARM/ |
D | inline-fp.ll | 11 ; NOFP-DAG: double not inlined into test_double because too costly to inline (cost=125, threshold=7… 12 ; NOFP-DAG: double not inlined into test_double because too costly to inline (cost=125, threshold=7… 22 ; FULLFP-DAG: double inlined into test_double with (cost=0, threshold=75) 23 ; FULLFP-DAG: double inlined into test_double with (cost=-15000, threshold=75) 33 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho… 34 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho… 52 define i32 @test_double(i32 %a, i8 %b, i32 %c, i8 %d) #0 {
|
/external/pigweed/pw_protobuf/ |
D | decoder_test.cc | 40 decoder.ReadDouble(&test_double); in ProcessField() 60 double test_double = 0; member in pw::protobuf::__anon85fbaddb0111::TestDecodeHandler 187 EXPECT_EQ(handler.test_double, 3.14159); in TEST()
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | pr46054-md-nonlocaldefcache-cleanup.ll | 9 define void @test_double(double* %data) { 10 ; CHECK-LABEL: @test_double(
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 44 define void @test_double(double %a, double %b) { 45 ; CHECK-LABEL: test_double:
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 44 define void @test_double(double %a, double %b) { 45 ; CHECK-LABEL: test_double:
|
/external/python/cpython2/Lib/test/ |
D | test_decorators.py | 183 def test_double(self): member in TestDecorators 279 def test_double(self): member in TestClassDecorators
|
D | test_xdrlib.py | 71 def test_double(self): member in ConversionErrorTest
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 186 def test_double(self): member in TestDecorators 321 def test_double(self): member in TestClassDecorators
|
D | test_xdrlib.py | 70 def test_double(self): member in ConversionErrorTest
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 304 void test_double(double x) { in test_double() function
|
D | compare-cxx2a.cpp | 413 void test_double(_Complex double x, _Complex double y) { // expected-warning 2 {{'_Complex' is a C9… in test_double() function
|
/external/clang/test/Sema/ |
D | warn-absolute-value.c | 277 void test_double(double x) { in test_double() function
|
/external/llvm-project/clang/test/Sema/ |
D | warn-absolute-value.c | 277 void test_double(double x) { in test_double() function
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 304 void test_double(double x) { in test_double() function
|