/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.vulkan100.subgroupPartitioned.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:23: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:28: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:31: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
D | spv.vulkan100.subgroupArithmetic.comp.out | 2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3 3 ERROR: 0:20: 'subgroup op' : requires SPIR-V 1.3 4 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3 5 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3 6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3 7 ERROR: 0:25: 'subgroup op' : requires SPIR-V 1.3 8 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3 9 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3 10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3 11 ERROR: 0:30: 'subgroup op' : requires SPIR-V 1.3 [all …]
|
/external/libxml2/result/ |
D | att4 | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Slava (GIVC) --> 8 <val o="0" v="53"/> 9 <val o="e08" v="53"/> 10 <val o="1c32" v="53"/> 11 <val o="2a3c" v="53"/> 12 <val o="3835" v="53"/> 13 <val o="4645" v="53"/> 14 <val o="5455" v="53"/> 15 <val o="6265" v="53"/> [all …]
|
/external/libxml2/test/ |
D | att4 | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Slava (GIVC) --> 8 <val o="0" v="53"/> 9 <val o="e08" v="53"/> 10 <val o="1c32" v="53"/> 11 <val o="2a3c" v="53"/> 12 <val o="3835" v="53"/> 13 <val o="4645" v="53"/> 14 <val o="5455" v="53"/> 15 <val o="6265" v="53"/> [all …]
|
/external/libxml2/result/noent/ |
D | att4 | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Slava (GIVC) --> 8 <val o="0" v="53"/> 9 <val o="e08" v="53"/> 10 <val o="1c32" v="53"/> 11 <val o="2a3c" v="53"/> 12 <val o="3835" v="53"/> 13 <val o="4645" v="53"/> 14 <val o="5455" v="53"/> 15 <val o="6265" v="53"/> [all …]
|
/external/bc/src/ |
D | vector.c | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2021 Gavin D. Howard and contributors. 44 void bc_vec_grow(BcVec *restrict v, size_t n) { in bc_vec_grow() argument 46 size_t len, cap = v->cap; in bc_vec_grow() 49 len = bc_vm_growSize(v->len, n); in bc_vec_grow() 54 v->v = bc_vm_realloc(v->v, bc_vm_arraySize(cap, v->size)); in bc_vec_grow() 55 v->cap = cap; in bc_vec_grow() 59 void bc_vec_init(BcVec *restrict v, size_t esize, BcVecFree dtor) { in bc_vec_init() argument 61 assert(v != NULL && esize); in bc_vec_init() 62 v->size = esize; in bc_vec_init() [all …]
|
/external/tcpdump/tests/ |
D | TESTLIST | 1 # The options -n and -t are useless in TESTLIST. They are already set 6 # We cannot rely on, for example, "print-x.out" and 7 # "print-X.out" being different files - we might be running 8 # this on a case-insensitive file system, e.g. a Windows 9 # file system or a case-insensitive HFS+ file system on 12 # Therefore, for "X" and "XX", we have "print-capX.out" 13 # and "print-capXX.out". 15 print-x print-flags.pcap print-x.out -x 16 print-xx print-flags.pcap print-xx.out -xx 17 print-X print-flags.pcap print-capX.out -X [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | llvm.fma.f16.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tahiti -verify-machineinstrs < … 2 … -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=fiji -mattr=-flat-for-global -verify-mac… 3 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -mattr=-flat-for-global -verify-ma… 9 ; GCN-LABEL: {{^}}fma_f16 10 ; GCN: buffer_load_ushort v[[A_F16:[0-9]+]] 11 ; GCN: buffer_load_ushort v[[B_F16:[0-9]+]] 12 ; GCN: buffer_load_ushort v[[C_F16:[0-9]+]] 13 ; SI: v_cvt_f32_f16_e32 v[[A_F32:[0-9]+]], v[[A_F16]] 14 ; SI: v_cvt_f32_f16_e32 v[[B_F32:[0-9]+]], v[[B_F16]] 15 ; SI: v_cvt_f32_f16_e32 v[[C_F32:[0-9]+]], v[[C_F16]] [all …]
|
D | attr-amdgpu-flat-work-group-size-vgpr-limit.ll | 1 ; -enable-misched=false makes the register usage more predictable 2 ; -regalloc=fast just makes the test run faster 3 ; RUN: llc -march=amdgcn -mcpu=gfx900 -amdgpu-function-calls=false -enable-misched=false -regalloc=… 4 …llc -march=amdgcn -mcpu=gfx1010 -amdgpu-function-calls=false -enable-misched=false -regalloc=fast … 5 …-march=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -amdgpu-function-calls=false -enable-misched=f… 6 …-march=amdgcn -mcpu=gfx1010 -mattr=+cumode -amdgpu-function-calls=false -enable-misched=false -reg… 7 …-march=amdgcn -mcpu=gfx1010 -mattr=+cumode,+wavefrontsize64 -amdgpu-function-calls=false -enable-m… 10 %v0 = call i32 asm sideeffect "; def $0", "=v"() 11 %v1 = call i32 asm sideeffect "; def $0", "=v"() 12 %v2 = call i32 asm sideeffect "; def $0", "=v"() [all …]
|
D | sdwa-peephole.ll | 1 … -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=fiji -amdgpu-sdwa-peephole=0 -verify-mac… 2 …c -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=fiji -amdgpu-sdwa-peephole -verify-mach… 3 … -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -amdgpu-sdwa-peephole -verify-mac… 4 … -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx1010 -amdgpu-sdwa-peephole -verify-ma… 6 ; GCN-LABEL: {{^}}add_shr_i32: 7 ; NOSDWA: v_lshrrev_b32_e32 v[[DST:[0-9]+]], 16, v{{[0-9]+}} 8 ; NOSDWA: v_add_u32_e32 v{{[0-9]+}}, vcc, v{{[0-9]+}}, v[[DST]] 9 ; NOSDWA-NOT: v_add_{{(_co)?}}_u32_sdwa 11 ; VI: v_add_u32_sdwa v{{[0-9]+}}, vcc, v{{[0-9]+}}, v{{[0-9]+}} dst_sel:DWORD dst_unused:UNUSED_PAD… 12 ; GFX9: v_add_u32_sdwa v{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]+}} dst_sel:DWORD dst_unused:UNUSED_PAD sr… [all …]
|
D | llvm.fmuladd.f16.ll | 1 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tahiti -denormal-fp-math=preserve-sign -d… 2 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=fiji -denormal-fp-math=preserve-sign -den… 3 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tahiti -denormal-fp-math=ieee -denormal-f… 4 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=fiji -denormal-fp-math=ieee -denormal-fp-… 5 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx1010 -denormal-fp-math=preserve-sign -… 6 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx1010 -denormal-fp-math=ieee -denormal-… 11 ; GCN-LABEL: {{^}}fmuladd_f16 12 ; GCN: buffer_load_ushort v[[A_F16:[0-9]+]] 13 ; GCN: buffer_load_ushort v[[B_F16:[0-9]+]] 14 ; GCN: buffer_load_ushort v[[C_F16:[0-9]+]] [all …]
|
D | v_mac_f16.ll | 1 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileC… 2 …-amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=fiji -mattr=-flat-for-global -verify-mach… 4 ; GCN-LABEL: {{^}}mac_f16: 5 ; GCN: {{buffer|flat}}_load_ushort v[[A_F16:[0-9]+]] 6 ; GCN: {{buffer|flat}}_load_ushort v[[B_F16:[0-9]+]] 7 ; GCN: {{buffer|flat}}_load_ushort v[[C_F16:[0-9]+]] 8 ; SI: v_cvt_f32_f16_e32 v[[A_F32:[0-9]+]], v[[A_F16]] 9 ; SI: v_cvt_f32_f16_e32 v[[B_F32:[0-9]+]], v[[B_F16]] 10 ; SI: v_cvt_f32_f16_e32 v[[C_F32:[0-9]+]], v[[C_F16]] 11 ; SI: v_mac_f32_e32 v[[C_F32]], v[[A_F32]], v[[B_F32]] [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | cast.c | 1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-unknown-unknown %s -verify 3 typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t; 11 b = (double)a; // expected-error {{pointer cannot be cast to type}} in bar() 12 a = (char*)b; // expected-error {{cannot be cast to a pointer type}} in bar() 31 void testBool(Bool v) { in testBool() argument 32 (void) (Bool) v; in testBool() 33 (void) (Int) v; in testBool() 34 (void) (Long) v; in testBool() 35 (void) (Float) v; in testBool() 36 (void) (Double) v; in testBool() [all …]
|
/external/ltp/runtest/ |
D | net.nfs | 5 nfs3_01 nfs01 -v 3 -t udp 6 nfs3t_01 nfs01 -v 3 -t tcp 7 nfs4_01 nfs01 -v 4 -t tcp 8 nfs41_01 nfs01 -v 4.1 -t tcp 9 nfs42_01 nfs01 -v 4.2 -t tcp 10 nfs3_ipv6_01 nfs01 -6 -v 3 -t udp 11 nfs3t_ipv6_01 nfs01 -6 -v 3 -t tcp 12 nfs4_ipv6_01 nfs01 -6 -v 4 -t tcp 13 nfs41_ipv6_01 nfs01 -6 -v 4.1 -t tcp 14 nfs42_ipv6_01 nfs01 -6 -v 4.2 -t tcp [all …]
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_val.c | 23 isl_val *v; in isl_val_alloc() local 25 v = isl_alloc_type(ctx, struct isl_val); in isl_val_alloc() 26 if (!v) in isl_val_alloc() 29 v->ctx = ctx; in isl_val_alloc() 31 v->ref = 1; in isl_val_alloc() 32 isl_int_init(v->n); in isl_val_alloc() 33 isl_int_init(v->d); in isl_val_alloc() 35 return v; in isl_val_alloc() 56 return isl_val_int_from_si(ctx, -1); in isl_val_negone() 63 isl_val *v; in isl_val_nan() local [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_opcode.h | 7 http://www.apache.org/licenses/LICENSE-2.0 30 // High-level optimizer instruction opcodes -- these are linear-algebra level 41 // - In extended opcode strings (HloInstruction::ExtendedOpcodeString()), to 43 // - In fully qualified names (HloInstruction::FullyQualifiedName()), to 46 #define HLO_OPCODE_LIST(V) \ argument 47 V(kAbs, "abs", 1) \ 48 V(kAdd, "add", 2) \ 49 V(kAddDependency, "add-dependency", 2) \ 50 V(kAfterAll, "after-all", kHloOpcodeIsVariadic) \ 51 V(kAllGather, "all-gather", 1) \ [all …]
|
/external/clang/test/Sema/ |
D | cast.c | 1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-unknown-unknown %s -verify 3 typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t; 11 b = (double)a; // expected-error {{pointer cannot be cast to type}} in bar() 12 a = (char*)b; // expected-error {{cannot be cast to a pointer type}} in bar() 31 void testBool(Bool v) { in testBool() argument 32 (void) (Bool) v; in testBool() 33 (void) (Int) v; in testBool() 34 (void) (Long) v; in testBool() 35 (void) (Float) v; in testBool() 36 (void) (Double) v; in testBool() [all …]
|
/external/clang/include/clang/Basic/ |
D | BuiltinsHexagon.def | 1 //===-- BuiltinsHexagon.def - Hexagon Builtin function database --*- C++ -*-==// 8 //===----------------------------------------------------------------------===// 10 // This file defines the Hexagon-specific builtin function database. Users of 13 //===----------------------------------------------------------------------===// 886 BUILTIN(__builtin_HEXAGON_S6_rol_i_r,"iii","v:60:") 887 BUILTIN(__builtin_HEXAGON_S6_rol_i_p,"LLiLLii","v:60:") 888 BUILTIN(__builtin_HEXAGON_S6_rol_i_r_acc,"iiii","v:60:") 889 BUILTIN(__builtin_HEXAGON_S6_rol_i_p_acc,"LLiLLiLLii","v:60:") 890 BUILTIN(__builtin_HEXAGON_S6_rol_i_r_nac,"iiii","v:60:") 891 BUILTIN(__builtin_HEXAGON_S6_rol_i_p_nac,"LLiLLiLLii","v:60:") [all …]
|
/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | flat.s | 1 // RUN: llvm-mc -arch=amdgcn -mcpu=bonaire -show-encoding %s | FileCheck %s --check-prefix=CIVI --c… 2 // RUN: not llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck %s --check-prefix=CIVI -… 10 // RUN: not llvm-mc -arch=amdgcn -mcpu=tonga %s 2>&1 | FileCheck %s --check-prefix=NOVI --implicit-… 11 // RUN: not llvm-mc -arch=amdgcn %s 2>&1 | FileCheck %s --check-prefix=NOSI --implicit-check-not=er… 12 // RUN: not llvm-mc -arch=amdgcn -mcpu=tahiti %s 2>&1 | FileCheck %s --check-prefix=NOSI --implicit… 14 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 18 flat_load_dword v1, v[3:4] 20 // CI: flat_load_dword v1, v[3:4] ; encoding: [0x00,0x00,0x30,0xdc,0x03,0x00,0x00,0x01] 21 // VI: flat_load_dword v1, v[3:4] ; encoding: [0x00,0x00,0x50,0xdc,0x03,0x00,0x00,0x01] [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | flat.s | 1 // RUN: llvm-mc -arch=amdgcn -mcpu=bonaire -show-encoding %s | FileCheck %s --check-prefix=CIVI --c… 2 // RUN: not llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck %s --check-prefix=CIVI -… 10 // RUN: not llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s 2>&1 | FileCheck %s --check-prefix=N… 11 // RUN: not llvm-mc -arch=amdgcn -show-encoding %s 2>&1 | FileCheck %s --check-prefix=NOSI 12 // RUN: not llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s 2>&1 | FileCheck %s --check-prefix=NOSI 14 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 18 flat_load_dword v1, v[3:4] 20 // CI: flat_load_dword v1, v[3:4] ; encoding: [0x00,0x00,0x30,0xdc,0x03,0x00,0x00,0x01] 21 // VI: flat_load_dword v1, v[3:4] ; encoding: [0x00,0x00,0x50,0xdc,0x03,0x00,0x00,0x01] [all …]
|
/external/llvm-project/libcxx/test/std/utilities/variant/variant.get/ |
D | get_type.pass.cpp | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 13 // XFAIL: with_system_cxx_lib=macosx10.12 && !no-exceptions 14 // XFAIL: with_system_cxx_lib=macosx10.11 && !no-exceptions 15 // XFAIL: with_system_cxx_lib=macosx10.10 && !no-exceptions 16 // XFAIL: with_system_cxx_lib=macosx10.9 && !no-exceptions 20 // template <class T, class... Types> constexpr T& get(variant<Types...>& v); 21 // template <class T, class... Types> constexpr T&& get(variant<Types...>&& v); [all …]
|
D | get_index.pass.cpp | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 13 // XFAIL: with_system_cxx_lib=macosx10.12 && !no-exceptions 14 // XFAIL: with_system_cxx_lib=macosx10.11 && !no-exceptions 15 // XFAIL: with_system_cxx_lib=macosx10.10 && !no-exceptions 16 // XFAIL: with_system_cxx_lib=macosx10.9 && !no-exceptions 22 // get(variant<Types...>& v); 25 // get(variant<Types...>&& v); [all …]
|
/external/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
D | move_assign.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 29 typedef MoveOnly V; in main() typedef 31 typedef test_allocator<V> A; in main() 33 typedef std::move_iterator<V*> I; in main() 34 V a1[] = in main() 36 V(1), in main() 37 V(1), in main() 38 V(1), in main() [all …]
|
/external/llvm-project/libcxx/test/std/containers/associative/set/set.cons/ |
D | move_assign.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 29 typedef MoveOnly V; in main() typedef 31 typedef test_allocator<V> A; in main() 33 typedef std::move_iterator<V*> I; in main() 34 V a1[] = in main() 36 V(1), in main() 37 V(1), in main() 38 V(1), in main() [all …]
|
/external/libcxx/test/std/containers/associative/set/set.cons/ |
D | move_assign.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 29 typedef MoveOnly V; in main() typedef 31 typedef test_allocator<V> A; in main() 33 typedef std::move_iterator<V*> I; in main() 34 V a1[] = in main() 36 V(1), in main() 37 V(1), in main() 38 V(1), in main() 39 V(2), in main() [all …]
|