/external/swiftshader/third_party/llvm-7.0/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 | 143 define double @test_double(i32 %a, double %f, double %t) { 144 ; ALL-LABEL: test_double:
|
D | select-phi.mir | 86 define double @test_double(i32 %a, double %f, double %t) { 413 name: test_double 429 ; ALL-LABEL: name: test_double
|
D | legalize-phi.mir | 102 define double @test_double(i32 %a, double %f, double %t) { 519 name: test_double 542 ; ALL-LABEL: name: test_double
|
/external/spirv-llvm/test/SPIRV/ |
D | vec_type_hint.ll | 7 ; void test_double() {} 26 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_double" 45 define spir_kernel void @test_double() #0 { 75 ; CHECK-LLVM: @test_double 89 !7 = !{void ()* @test_double, !1, !2, !3, !4, !5, !8}
|
/external/swiftshader/third_party/llvm-7.0/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… 20 ; FULLFP-DAG: double inlined into test_double with cost=0 (threshold=75) 21 ; FULLFP-DAG: double inlined into test_double with cost=-15000 (threshold=75) 29 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho… 30 ; SINGLEFP-DAG: double not inlined into test_double because too costly to inline (cost=125, thresho… 46 define i32 @test_double(i32 %a, i8 %b, i32 %c, i8 %d) #0 {
|
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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 | 182 def test_double(self): member in TestDecorators 278 def test_double(self): member in TestClassDecorators
|
D | test_xdrlib.py | 70 def test_double(self): member in ConversionErrorTest
|
/external/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
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_callbacks.py | 84 def test_double(self): member in Callbacks
|
D | test_cfuncs.py | 150 def test_double(self): member in CFunctions
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_callbacks.py | 78 def test_double(self): member in Callbacks
|
D | test_cfuncs.py | 150 def test_double(self): member in CFunctions
|
/external/gflags/test/ |
D | gflags_unittest.cc | 80 DEFINE_double(test_double, -1.0, "");
|