/external/libcxx/test/libcxx/numerics/ |
D | clamp_to_integral.pass.cpp | 51 void test_float() { in test_float() function 87 test_float<short>(); in main() 88 test_float<int>(); in main() 89 test_float<long long>(); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/ |
D | select-fconstant.mir | 9 define float @test_float() { 19 name: test_float 31 ; CHECK_NOPIC64-LABEL: name: test_float 36 ; CHECK_LARGE64-LABEL: name: test_float 42 ; CHECK_SMALL32-LABEL: name: test_float 47 ; CHECK_LARGE32-LABEL: name: test_float 52 ; CHECK_PIC64-LABEL: name: test_float
|
D | fconstant.ll | 8 define void @test_float(float* %a , float %b) { 9 ; CHECK_SMALL64-LABEL: test_float: 17 ; CHECK_LARGE64-LABEL: test_float: 25 ; CHECK32-LABEL: test_float:
|
D | phi.ll | 116 define float @test_float(i32 %a, float %f, float %t) { 117 ; ALL-LABEL: test_float:
|
/external/spirv-llvm/test/SPIRV/ |
D | vec_type_hint.ll | 3 ; void test_float() {} 25 ; CHECK-SPIRV: {{[0-9]+}} EntryPoint {{[0-9]+}} {{[0-9]+}} "test_float" 39 define spir_kernel void @test_float() #0 { 73 ; CHECK-LLVM: @test_float 82 !0 = !{void ()* @test_float, !1, !2, !3, !4, !5, !6}
|
/external/libcxx/test/std/strings/string.conversions/ |
D | to_wstring.pass.cpp | 94 test_float() in test_float() function 124 test_float<float>(); in main() 125 test_float<double>(); in main() 126 test_float<long double>(); in main()
|
D | to_string.pass.cpp | 94 test_float() in test_float() function 124 test_float<float>(); in main() 125 test_float<double>(); in main() 126 test_float<long double>(); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | vec_abs.ll | 7 define <4 x float> @test_float(<4 x float> %aa) #0 { 9 ; CHECK-LABEL: test_float 10 ; CHECK-NOVSX-LABEL: test_float 11 ; CHECK-NOVSX-LABEL: test_float
|
D | vec_fneg.ll | 8 define void @test_float(<4 x float>* %A) { 9 ; CHECK-LABEL: test_float 10 ; CHECK-NOVSX-LABEL: test_float
|
D | vec_mul.ll | 70 define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) { 79 ; CHECK-LABEL: test_float: 83 ; CHECK-LE-LABEL: test_float: 87 ; CHECK-VSX-LABEL: test_float: 89 ; CHECK-LE-VSX-LABEL: test_float:
|
D | ppc64le-aggregates.ll | 68 tail call void @test_float([7 x float] %y, [7 x float] %y, i64 %x) 73 ; CHECK: bl test_float 75 declare void @test_float([7 x float], [7 x float], i64)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_abs.ll | 7 define <4 x float> @test_float(<4 x float> %aa) #0 { 9 ; CHECK-LABEL: test_float 10 ; CHECK-NOVSX-LABEL: test_float 11 ; CHECK-NOVSX-LABEL: test_float
|
D | vec_fneg.ll | 8 define void @test_float(<4 x float>* %A) { 9 ; CHECK-LABEL: test_float 10 ; CHECK-NOVSX-LABEL: test_float
|
D | vec_mul.ll | 70 define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) { 79 ; CHECK-LABEL: test_float: 83 ; CHECK-LE-LABEL: test_float: 87 ; CHECK-VSX-LABEL: test_float: 89 ; CHECK-LE-VSX-LABEL: test_float:
|
D | ppc64le-aggregates.ll | 64 tail call void @test_float([7 x float] %y, [7 x float] %y, i64 %x) 69 ; CHECK: bl test_float 71 declare void @test_float([7 x float], [7 x float], i64)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-insert-subvector.ll | 3 define <2 x float> @test_float(<6 x float>* %src) { 8 ; CHECK-LABEL: test_float
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 5 define void @test_float(float %a, float %b) { 6 ; CHECK-LABEL: test_float:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 5 define void @test_float(float %a, float %b) { 6 ; CHECK-LABEL: test_float:
|
/external/clang/test/CodeGenCXX/ |
D | blocks-cxx11.cpp | 26 namespace test_float { namespace
|
/external/python/cpython3/Lib/test/ |
D | test_abstract_numbers.py | 20 def test_float(self): member in TestNumbers
|
D | test_xdrlib.py | 67 def test_float(self): member in ConversionErrorTest
|
/external/python/cpython2/Lib/test/ |
D | test_abstract_numbers.py | 29 def test_float(self): member in TestNumbers
|
D | test_xdrlib.py | 68 def test_float(self): member in ConversionErrorTest
|
/external/python/cpython2/Lib/json/tests/ |
D | test_decode.py | 13 def test_float(self): member in TestDecode
|
/external/python/cpython3/Lib/test/test_json/ |
D | test_decode.py | 13 def test_float(self): member in TestDecode
|