/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-mul-div.ll | 1 ; RUN: llc < %s -verify-machineinstrs -mtriple=arm64-none-linux-gnu -mattr=+neon | FileCheck %s 5 ; CHECK-LABEL: mul8xi8: 6 ; CHECK: mul {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 12 ; CHECK-LABEL: mul16xi8: 13 ; CHECK: mul {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b 19 ; CHECK-LABEL: mul4xi16: 20 ; CHECK: mul {{v[0-9]+}}.4h, {{v[0-9]+}}.4h, {{v[0-9]+}}.4h 26 ; CHECK-LABEL: mul8xi16: 27 ; CHECK: mul {{v[0-9]+}}.8h, {{v[0-9]+}}.8h, {{v[0-9]+}}.8h 33 ; CHECK-LABEL: mul2xi32: [all …]
|
/external/oss-fuzz/projects/exprtk/ |
D | exprtk_test_expressions.dict | 8 "a+-b" 11 "(a-a)" 14 "(b-b)" 24 "a+b-c" 25 "a-b-c" 32 "x*y-z" 36 "x+y-z" 38 "x-y*z" 39 "x-y/z" 42 "x/y-z" [all …]
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.gemspec | 1 # -*- ruby -*- 2 # encoding: utf-8 10 s.email = 'grpc-io@googlegroups.com' 14 s.license = 'Apache-2.0' 18 s.files = %w( Makefile .yardopts ) 19 s.files += %w( etc/roots.pem ) 23 # Binaries are included by rake-compiler and would lead to circular dependencies here 32 s.require_paths = %w( src/ruby/lib src/ruby/bin src/ruby/pb ) 35 s.add_dependency 'google-protobuf', '~> 3.15' 36 s.add_dependency 'googleapis-common-protos-types', '~> 1.0' [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | gradient.miff | 7 profile-icm=3144 9 …-HP cprtP3desc�lwtpt�bkpt… 10 #(-27;@EJOTY^chmrw|�������������������������…
|
/external/libpcap/ |
D | scanner.l | 10 * Flex-generated scanners may only include <inttypes.h> if __STDC_VERSION__ 12 * define it with that value, because it isn't 100% C99-compliant, even 22 * from defining them. So we include <pcap/pcap-inttypes.h>, to get 25 #include <pcap/pcap-inttypes.h> 34 #include "diag-control.h" 45 %option extra-type="compiler_state_t *" 60 %option never-interactive 71 %option bison-bridge 97 #include "pcap-int.h" 114 * https://msdn.microsoft.com/en-us/library/windows/desktop/ms738520(v=vs.85).aspx [all …]
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/test/ |
D | miller_rabin_tests.txt | 1 # This file contains test vectors for whether B is a Miller-Rabin composite 2 # witness for W. W must be odd and B must satisfy 1 <= B <= W-1. 6 # def is_miller_rabin_witness(w, b): 7 # # Variable names taken from FIPS 186-4 C.3.1 but the algorithm skips a 9 # m = w - 1 14 # # b is a composite witness for w iff the following are true: 15 # # - b^m != 1 (mod w) 16 # # - b^(m*2^j) != -1 (mod w), for 0 <= j < a 17 # z = pow(b, m, w) 19 # # b^m = 1 (mod w) [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/test/ |
D | miller_rabin_tests.txt | 1 # This file contains test vectors for whether B is a Miller-Rabin composite 2 # witness for W. W must be odd and B must satisfy 1 <= B <= W-1. 6 # def is_miller_rabin_witness(w, b): 7 # # Variable names taken from FIPS 186-4 C.3.1 but the algorithm skips a 9 # m = w - 1 14 # # b is a composite witness for w iff the following are true: 15 # # - b^m != 1 (mod w) 16 # # - b^(m*2^j) != -1 (mod w), for 0 <= j < a 17 # z = pow(b, m, w) 19 # # b^m = 1 (mod w) [all …]
|
/external/ltp/runtest/ |
D | ltp-aiodio.part2 | 2 ADSP001 aiodio_sparse -s 180k 3 ADSP002 aiodio_sparse -s 1751k -w 11k 4 ADSP003 aiodio_sparse -o 9 -s 180k -w 18k 5 ADSP004 aiodio_sparse -o 2 -w 2k -s 4k -n 2 6 ADSP005 aiodio_sparse -o 2 -w 4k -s 8k -n 2 7 ADSP006 aiodio_sparse -o 4 -w 8k -s 32k -n 2 8 ADSP007 aiodio_sparse -o 4 -w 16k -s 64k -n 2 9 ADSP008 aiodio_sparse -o 4 -w 32k -s 128k -n 2 10 ADSP009 aiodio_sparse -o 4 -w 64k -s 256k -n 2 11 ADSP010 aiodio_sparse -o 4 -w 128k -s 512k -n 2 [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_in.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS 36 char32_t w = 0; in main() local 41 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp); in main() 43 assert(wp == &w+1); in main() 45 assert(w == 0x40003); in main() 49 r = c.in(m, n, n+2, np, &w, &w+1, wp); in main() 51 assert(wp == &w+1); in main() [all …]
|
D | codecvt_utf8_in.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS 36 char32_t w = 0; in main() local 41 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp); in main() 43 assert(wp == &w+1); in main() 45 assert(w == 0x40003); in main() 50 r = c.in(m, n, n+3, np, &w, &w+1, wp); in main() 52 assert(wp == &w+1); in main() [all …]
|
/external/libcxx/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_in.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 33 char32_t w = 0; in main() local 38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp); in main() 40 assert(wp == &w+1); in main() 42 assert(w == 0x40003); in main() 46 r = c.in(m, n, n+2, np, &w, &w+1, wp); in main() 48 assert(wp == &w+1); in main() 50 assert(w == 0x1005); in main() 54 r = c.in(m, n, n+2, np, &w, &w+1, wp); in main() [all …]
|
D | codecvt_utf8_in.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 33 char32_t w = 0; in main() local 38 std::codecvt_base::result r = c.in(m, n, n+4, np, &w, &w+1, wp); in main() 40 assert(wp == &w+1); in main() 42 assert(w == 0x40003); in main() 47 r = c.in(m, n, n+3, np, &w, &w+1, wp); in main() 49 assert(wp == &w+1); in main() 51 assert(w == 0x1005); in main() 55 r = c.in(m, n, n+2, np, &w, &w+1, wp); in main() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 1 //===-- SymbolDumper.cpp - CodeView symbol info dumper ----------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 32 ScopedPrinter &W, bool PrintRecordBytes) in CVSymbolDumperImpl() argument 34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl() 53 ScopedPrinter &W; member in __anonacdfa3c10111::CVSymbolDumperImpl 62 DictScope S(W, "LocalVariableAddrRange"); in printLocalVariableAddrRange() 64 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange() 66 W.printHex("ISectStart", Range.ISectStart); in printLocalVariableAddrRange() 67 W.printHex("Range", Range.Range); in printLocalVariableAddrRange() 73 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_worklist.c | 31 nir_block_worklist_init(nir_block_worklist *w, unsigned num_blocks, in nir_block_worklist_init() argument 34 w->size = num_blocks; in nir_block_worklist_init() 35 w->count = 0; in nir_block_worklist_init() 36 w->start = 0; in nir_block_worklist_init() 38 w->blocks_present = rzalloc_array(mem_ctx, BITSET_WORD, in nir_block_worklist_init() 40 w->blocks = rzalloc_array(mem_ctx, nir_block *, num_blocks); in nir_block_worklist_init() 44 nir_block_worklist_fini(nir_block_worklist *w) in nir_block_worklist_fini() argument 46 ralloc_free(w->blocks_present); in nir_block_worklist_fini() 47 ralloc_free(w->blocks); in nir_block_worklist_fini() 51 nir_block_worklist_add_all(nir_block_worklist *w, nir_function_impl *impl) in nir_block_worklist_add_all() argument [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_audioop.py | 22 maxvalues = {w: (1 << (8 * w - 1)) - 1 for w in (1, 2, 4)} 23 minvalues = {w: -1 << (8 * w - 1) for w in (1, 2, 4)} 27 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1), 28 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab, 29 0x7fffffff, -0x80000000, -1), 42 for w in 1, 2, 4: 43 self.assertEqual(audioop.max(b'', w), 0) 44 p = packs[w] 45 self.assertEqual(audioop.max(p(5), w), 5) 46 self.assertEqual(audioop.max(p(5, -8, -1), w), 8) [all …]
|
/external/llvm/unittests/ADT/ |
D | PriorityWorklistTest.cpp | 1 //===- llvm/unittest/ADT/PriorityWorklist.cpp -----------------------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 27 TypeParam W; in TYPED_TEST() local 28 EXPECT_TRUE(W.empty()); in TYPED_TEST() 29 EXPECT_EQ(0u, W.size()); in TYPED_TEST() 30 EXPECT_FALSE(W.count(42)); in TYPED_TEST() 32 EXPECT_TRUE(W.insert(21)); in TYPED_TEST() 33 EXPECT_TRUE(W.insert(42)); in TYPED_TEST() 34 EXPECT_TRUE(W.insert(17)); in TYPED_TEST() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_audioop.py | 12 packs = {w: (lambda *data, width=w: pack(width, data)) for w in (1, 2, 3, 4)} 13 maxvalues = {w: (1 << (8 * w - 1)) - 1 for w in (1, 2, 3, 4)} 14 minvalues = {w: -1 << (8 * w - 1) for w in (1, 2, 3, 4)} 18 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1), 19 3: packs[3](0, 0x123456, 0x456789, -0x456789, 0x7fffff, -0x800000, -1), 20 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab, 21 0x7fffffff, -0x80000000, -1), 35 for w in 1, 2, 3, 4: 36 self.assertEqual(audioop.max(b'', w), 0) 37 self.assertEqual(audioop.max(bytearray(), w), 0) [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | inst_bindless_check_test.cpp | 1 // Copyright (c) 2017-2022 Valve Corporation 2 // Copyright (c) 2017-2022 LunarG Inc. 8 // http://www.apache.org/licenses/LICENSE-2.0 34 ; CHECK: OpDecorate [[output_buffer_var:%\w+]] DescriptorSet 7 40 ; CHECK: [[output_ptr_type:%\w+]] = OpTypePointer StorageBuffer [[output_buffer_type]] 45 ; CHECK: %inst_bindless_stream_write_6 = OpFunction %void None {{%\w+}} 46 ; CHECK: [[sw_shader_id:%\w+]] = OpFunctionParameter %uint 47 ; CHECK: [[sw_inst_idx:%\w+]] = OpFunctionParameter %uint 48 ; CHECK: [[sw_stage_info:%\w+]] = OpFunctionParameter %v4uint 49 ; CHECK: [[sw_param_1:%\w+]] = OpFunctionParameter %uint [all …]
|
/external/XNNPACK/src/qs8-gemm/gen/ |
D | 1x16c2s4-minmax-rndnu-neon-mlal.c | 1 // Auto-generated file. Do not edit! 2 // Template: src/qs8-gemm/c2-neon-mull-shuffle.c.in 7 // This source code is licensed under the BSD-style license found in the 24 const void* restrict w, in xnn_qs8_gemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() argument 36 assert(w != NULL); in xnn_qs8_gemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 44 int32x4_t vacc0x0123 = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_gemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 45 int32x4_t vacc0x4567 = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_gemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 46 int32x4_t vacc0x89AB = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_gemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 47 int32x4_t vacc0xCDEF = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_gemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 54 const int8x8_t vb0123c0x0 = vld1_s8(w); w = (const int8_t*) w + 8; in xnn_qs8_gemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() [all …]
|
/external/rust/crates/protobuf-codegen/2.27.1/src/ |
D | message.rs | 26 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 33 pub fn default_instance(&self, customize: &Customize) -> String { in default_instance() 57 ) -> MessageGen<'a> { in new() 85 fn expose_oneof(&self) -> bool { in expose_oneof() 89 fn oneofs(&'a self) -> Vec<OneofGen<'a>> { in oneofs() 97 fn required_fields(&'a self) -> Vec<&'a FieldGen> { in required_fields() 107 fn message_fields(&'a self) -> Vec<&'a FieldGen> { in message_fields() 114 fn fields_except_oneof(&'a self) -> Vec<&'a FieldGen> { in fields_except_oneof() 118 fn fields_except_group(&'a self) -> Vec<&'a FieldGen> { in fields_except_group() 125 fn fields_except_oneof_and_group(&'a self) -> Vec<&'a FieldGen> { in fields_except_oneof_and_group() [all …]
|
/external/XNNPACK/src/qs8-igemm/gen/ |
D | 1x16c2s4-minmax-rndnu-neon-mlal.c | 1 // Auto-generated file. Do not edit! 2 // Template: src/qs8-igemm/c2-neon-mull-shuffle.c.in 7 // This source code is licensed under the BSD-style license found in the 24 const void* restrict w, in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() argument 40 assert(w != NULL); in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 47 int32x4_t vacc0x0123 = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 48 int32x4_t vacc0x4567 = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 49 int32x4_t vacc0x89AB = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 50 int32x4_t vacc0xCDEF = vld1q_s32(w); w = (const int32_t*) w + 4; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() 65 const int8x8_t vb0123c0x0 = vld1_s8(w); w = (const int8_t*) w + 8; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c2s4__neon_mlal() [all …]
|
D | 1x16c4s2-minmax-rndnu-neon-mlal.c | 1 // Auto-generated file. Do not edit! 2 // Template: src/qs8-igemm/c4-neon-mull-shuffle.c.in 7 // This source code is licensed under the BSD-style license found in the 24 const void* restrict w, in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c4s2__neon_mlal() argument 40 assert(w != NULL); in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c4s2__neon_mlal() 47 int32x4_t vacc0x01 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const int32_t*) w + 2; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c4s2__neon_mlal() 48 int32x4_t vacc0x23 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const int32_t*) w + 2; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c4s2__neon_mlal() 49 int32x4_t vacc0x45 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const int32_t*) w + 2; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c4s2__neon_mlal() 50 int32x4_t vacc0x67 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const int32_t*) w + 2; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c4s2__neon_mlal() 51 int32x4_t vacc0x89 = vreinterpretq_s32_u64(vmovl_u32(vld1_u32(w))); w = (const int32_t*) w + 2; in xnn_qs8_igemm_minmax_rndnu_ukernel_1x16c4s2__neon_mlal() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 1 //===-- SymbolDumper.cpp - CodeView symbol info dumper ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl() argument 35 : Types(Types), ObjDelegate(ObjDelegate), W(W), CompilationCPUType(CPU), in CVSymbolDumperImpl() 58 ScopedPrinter &W; member in __anone9e2b9e30111::CVSymbolDumperImpl 82 DictScope S(W, "LocalVariableAddrRange"); in printLocalVariableAddrRange() 84 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange() 86 W.printHex("ISectStart", Range.ISectStart); in printLocalVariableAddrRange() 87 W.printHex("Range", Range.Range); in printLocalVariableAddrRange() [all …]
|
/external/rust/crates/ppv-lite86/src/ |
D | soft.rs | 1 //! Implement 256- and 512- bit in terms of 128-bit, for machines without native wide SIMD. 10 pub struct x2<W, G>(pub [W; 2], PhantomData<G>); 11 impl<W, G> x2<W, G> { 13 pub fn new(xs: [W; 2]) -> Self { in new() 19 impl<W: $trait + Copy, G> $trait for x2<W, G> { 20 type Output = x2<W::Output, G>; 22 fn $fn(self, rhs: Self) -> Self::Output { 30 impl<W: $trait + Copy, G> $trait for x2<W, G> { 42 fn $fn(self) -> Self { 47 impl<W, G> RotateEachWord32 for x2<W, G> [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 49 context->module()->ToBinary(&bin, true); in Match() 64 Generated from the following GLSL + --eliminate-local-multi-store 75 Second test (with a common sub-expression elimination): 113 // Build the given SPIR-V program in |text|, take the first loop in the first in TEST_F() 121 Module* module = context->module(); in TEST_F() 124 Function& f = *module->begin(); in TEST_F() 125 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 131 loop_count = context->get_def_use_mgr()->GetDef(loop_count_id); in TEST_F() 435 Generated from the following GLSL + --eliminate-local-multi-store [all …]
|