/external/executorch/extension/llm/custom_ops/spinquant/test/ |
D | fast_hadamard_transform_special_unstrided_cpu.h | 8 void hadamard_mult_12(T* x) { in hadamard_mult_12() argument 10 out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11]; in hadamard_mult_12() 11 out[1] = + x[0] + x[1] - x[2] + x[3] - x[4] - x[5] - x[6] + x[7] + x[8] + x[9] - x[10] + x[11]; in hadamard_mult_12() 12 out[2] = + x[0] + x[1] + x[2] - x[3] + x[4] - x[5] - x[6] - x[7] + x[8] + x[9] + x[10] - x[11]; in hadamard_mult_12() 13 out[3] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] + x[11]; in hadamard_mult_12() 14 out[4] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] - x[8] - x[9] + x[10] + x[11]; in hadamard_mult_12() 15 out[5] = + x[0] + x[1] + x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] - x[9] - x[10] + x[11]; in hadamard_mult_12() 16 out[6] = + x[0] + x[1] + x[2] + x[3] - x[4] + x[5] + x[6] - x[7] + x[8] - x[9] - x[10] - x[11]; in hadamard_mult_12() 17 out[7] = + x[0] - x[1] + x[2] + x[3] + x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] - x[11]; in hadamard_mult_12() 18 out[8] = + x[0] - x[1] - x[2] + x[3] + x[4] + x[5] - x[6] + x[7] + x[8] - x[9] + x[10] - x[11]; in hadamard_mult_12() [all …]
|
/external/executorch/extension/llm/custom_ops/spinquant/ |
D | fast_hadamard_transform_special.h | 9 T x[12]; in hadamard_mult_12_strided() local 11 x[0] = input[0 * stride]; in hadamard_mult_12_strided() 12 x[1] = input[1 * stride]; in hadamard_mult_12_strided() 13 x[2] = input[2 * stride]; in hadamard_mult_12_strided() 14 x[3] = input[3 * stride]; in hadamard_mult_12_strided() 15 x[4] = input[4 * stride]; in hadamard_mult_12_strided() 16 x[5] = input[5 * stride]; in hadamard_mult_12_strided() 17 x[6] = input[6 * stride]; in hadamard_mult_12_strided() 18 x[7] = input[7 * stride]; in hadamard_mult_12_strided() 19 x[8] = input[8 * stride]; in hadamard_mult_12_strided() [all …]
|
/external/pcre/testdata/ |
D | testoutput7 | 8 /\x{100}ab/utf 9 \x{100}ab 10 0: \x{100}ab 12 /a\x{100}*b/utf 15 a\x{100}b 16 0: a\x{100}b 17 a\x{100}\x{100}b 18 0: a\x{100}\x{100}b 20 /a\x{100}+b/utf 21 a\x{100}b [all …]
|
D | testinput4 | 16 a\x{100}b 21 a\x{4000}xyb 22 a\x{4000}\x7fyb 23 a\x{4000}\x{100}yb 25 a\x{4000}b 32 a\x{100}b 38 a\x{100}b 44 a\x{240}bcd 50 a\x{240}bcd 56 a\x{240}bcd [all …]
|
D | testoutput4 | 17 0: a\x{7f}b 18 a\x{100}b 19 0: a\x{100}b 25 a\x{4000}xyb 26 0: a\x{4000}xyb 27 1: \x{4000}xy 28 a\x{4000}\x7fyb 29 0: a\x{4000}\x{7f}yb 30 1: \x{4000}\x{7f}y 31 a\x{4000}\x{100}yb [all …]
|
D | testinput7 | 8 /\x{100}ab/utf 9 \x{100}ab 11 /a\x{100}*b/utf 13 a\x{100}b 14 a\x{100}\x{100}b 16 /a\x{100}+b/utf 17 a\x{100}b 18 a\x{100}\x{100}b 25 \x{300}Xoanon 34 \x{300}Xoanon [all …]
|
D | testinput12 | 1 # This set of tests is for UTF-16 and UTF-32 support, including Unicode 2 # properties. It is relevant only to the 16-bit and 32-bit libraries. The 12 /\x{ffff}/IB,utf 14 /\x{10000}/IB,utf 16 /\x{100}/IB,utf 18 /\x{1000}/IB,utf 20 /\x{10000}/IB,utf 22 /\x{100000}/IB,utf 24 /\x{10ffff}/IB,utf 26 /[\x{ff}]/IB,utf [all …]
|
D | testinput5 | 1 # This set of tests checks the API, internals, and non-Perl stuff for UTF 3 # results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and 11 # However, it *is* in that file for Unicode 10, but when I came to re-check, 14 # 2066-2069 are graphic and printable according to Perl, though they are 19 \x{061c} 23 \x{61c} 24 \x{2066} 25 \x{2067} 26 \x{2068} 27 \x{2069} [all …]
|
D | testoutput22-8 | 2 # for DFA matching in UTF mode, so this test is not run with -dfa. The output 3 # of this test is different in 8-, 16-, and 32-bit modes. Some tests may match 16 # This should produce an error diagnostic (\C in UTF lookbehind) in 8-bit and 17 # 16-bit modes, but not in 32-bit mode. 19 /(?<=ab\Cde)X/utf 20 Failed: error 136 at offset 0: \C is not allowed in a lookbehind assertion in UTF-8 mode 25 /\C+\X \X+\C/Bx 26 ------------------------------------------------------------------ 34 ------------------------------------------------------------------ 36 /\C+\X \X+\C/Bx,utf [all …]
|
D | testoutput5 | 1 # This set of tests checks the API, internals, and non-Perl stuff for UTF 3 # results in 8-bit, 16-bit, and 32-bit modes are excluded (see tests 10 and 11 # However, it *is* in that file for Unicode 10, but when I came to re-check, 14 # 2066-2069 are graphic and printable according to Perl, though they are 19 \x{061c} 20 0: \x{61c} 24 \x{61c} 26 \x{2066} 28 \x{2067} 30 \x{2068} [all …]
|
/external/mesa3d/src/intel/isl/ |
D | isl_format.c | 65 #define x 0xFFFF macro 81 * smpl - Sampling Engine 82 * filt - Sampling Engine Filtering 83 * shad - Sampling Engine Shadow Map 84 * CK - Sampling Engine Chroma Key 85 * RT - Render Target 86 * AB - Alpha Blend Render Target 87 * VB - Input Vertex Buffer 88 * SO - Steamed Output Vertex Buffers (transform feedback) 89 * color - Color Processing [all …]
|
/external/rust/android-crates-io/crates/zerotrie/tests/data/ |
D | data.rs | 3 // (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). 7 const fn single_byte_intermediate_value(x: u8) -> u8 { in single_byte_intermediate_value() 8 debug_assert!(x <= 0b00001111); in single_byte_intermediate_value() 9 x | 0b10000000 in single_byte_intermediate_value() 14 const fn single_byte_branch_equal(x: u8) -> u8 { in single_byte_branch_equal() 15 debug_assert!(x <= 0b00001111); in single_byte_branch_equal() 16 x | 0b11000000 in single_byte_branch_equal() 22 pub fn strings_to_litemap<'a>(strings: &[&'a str]) -> LiteMap<&'a [u8], usize> { in strings_to_litemap() 26 .map(|x| x.as_bytes()) in strings_to_litemap() 192 "arc-Nbat", [all …]
|
/external/ksp/test-utils/testData/api/ |
D | equivalentJavaWildcards.kt | 3 * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. 9 * http://www.apache.org/licenses/LICENSE-2.0 21 // X : Any -> Any 22 // <init> : X -> X 23 // Y : X -> X 24 // <init> : Y -> Y 25 // A : Any -> Any 26 // T1 : Any? -> Any? 27 // T2 : Any? -> Any? 28 // <init> : A<T1, T2> -> A<T1, T2> [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | v60Intrins.ll | 1 ; RUN: llc -march=hexagon -mcpu=hexagonv60 -O2 -disable-post-ra < %s | FileCheck %s 3 ; CHECK: q{{[0-3]}} = vand(v{{[0-9]*}},r{{[0-9]*}}) 4 ; CHECK: q{{[0-3]}} = vsetq(r{{[0-9]*}}) 5 ; CHECK: q{{[0-3]}} |= vand(v{{[0-9]*}},r{{[0-9]*}}) 6 ; CHECK: v{{[0-9]*}} = vand(q{{[0-3]}},r{{[0-9]*}}) 7 ; CHECK: q{{[0-3]}} = vcmp.eq(v{{[0-9]*}}.b,v{{[0-9]*}}.b) 8 ; CHECK: v{{[0-9]*}} = vand(q{{[0-3]}},r{{[0-9]*}}) 9 ; CHECK: q{{[0-3]}} = vcmp.eq(v{{[0-9]*}}.h,v{{[0-9]*}}.h) 10 ; CHECK: v{{[0-9]*}} = vand(q{{[0-3]}},r{{[0-9]*}}) 11 ; CHECK: q{{[0-3]}} = vcmp.eq(v{{[0-9]*}}.w,v{{[0-9]*}}.w) [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | vbits.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+neon -mcpu=cortex-a8 %s -o - | FileCheck %s 3 define <8 x i8> @v_andi8(<8 x i8>* %A, <8 x i8>* %B) nounwind { 4 ;CHECK-LABEL: v_andi8: 6 %tmp1 = load <8 x i8>, <8 x i8>* %A 7 %tmp2 = load <8 x i8>, <8 x i8>* %B 8 %tmp3 = and <8 x i8> %tmp1, %tmp2 9 ret <8 x i8> %tmp3 12 define <4 x i16> @v_andi16(<4 x i16>* %A, <4 x i16>* %B) nounwind { 13 ;CHECK-LABEL: v_andi16: 15 %tmp1 = load <4 x i16>, <4 x i16>* %A [all …]
|
D | vshl.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s 3 define <8 x i8> @vshls8(<8 x i8>* %A, <8 x i8>* %B) nounwind { 4 ;CHECK-LABEL: vshls8: 6 %tmp1 = load <8 x i8>, <8 x i8>* %A 7 %tmp2 = load <8 x i8>, <8 x i8>* %B 8 %tmp3 = call <8 x i8> @llvm.arm.neon.vshifts.v8i8(<8 x i8> %tmp1, <8 x i8> %tmp2) 9 ret <8 x i8> %tmp3 12 define <4 x i16> @vshls16(<4 x i16>* %A, <4 x i16>* %B) nounwind { 13 ;CHECK-LABEL: vshls16: 15 %tmp1 = load <4 x i16>, <4 x i16>* %A [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_cmp.ll | 1 ; RUN: llc -mcpu=pwr6 -mattr=+altivec < %s | FileCheck %s 3 ; Check vector comparisons using altivec. For non-native types, just basic 9 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v… 10 target triple = "powerpc64-unknown-linux-gnu" 12 define <2 x i8> @v2si8_cmp(<2 x i8> %x, <2 x i8> %y) nounwind readnone { 13 %cmp = icmp eq <2 x i8> %x, %y 14 %sext = sext <2 x i1> %cmp to <2 x i8> 15 ret <2 x i8> %sext 17 ; CHECK-LABEL: v2si8_cmp: 18 ; CHECK: vcmpequb {{[0-9]+}}, {{[0-9]+}}, {{[0-9]+}} [all …]
|
/external/clang/test/OpenMP/ |
D | atomic_messages.cpp | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s 7 …-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x+… in foo() 8 // expected-note@+1 {{expected an expression statement}} in foo() 11 goto L1; // expected-error {{use of undeclared label 'L1'}} in foo() 13 goto L2; // expected-error {{use of undeclared label 'L2'}} in foo() 15 …-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x+… in foo() 16 // expected-note@+1 {{expected an expression statement}} in foo() 43 …// expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v … in read() 44 // expected-note@+1 {{expected an expression statement}} in read() 47 …// expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v … in read() [all …]
|
D | atomic_messages.c | 1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s 7 …-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x+… in foo() 8 // expected-note@+1 {{expected an expression statement}} in foo() 11 goto L1; // expected-error {{use of undeclared label 'L1'}} in foo() 13 goto L2; // expected-error {{use of undeclared label 'L2'}} in foo() 15 …-error@+2 {{the statement for 'atomic' must be an expression statement of form '++x;', '--x;', 'x+… in foo() 16 // expected-note@+1 {{expected an expression statement}} in foo() 34 …// expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v … in readint() 35 // expected-note@+1 {{expected an expression statement}} in readint() 38 …// expected-error@+2 {{the statement for 'atomic read' must be an expression statement of form 'v … in readint() [all …]
|
/external/gmmlib/Source/GmmLib/Utility/CpuSwizzleBlt/ |
D | CpuSwizzleBlt.c | 22 // clang-format off 23 // CpuSwizzleBlt.c - Surface swizzling definitions and BLT functionality. 29 …NT_SUPPORT // Support for Partial Element Transfer (e.g. separating/merging depth-stencil). 40 /* Pixel-based surfaces commonly stored in memory row-by-row. This convention 41 has simple "y * Pitch + x" addressing but has spatial locality only in 42 horizontal direction--i.e. horizontal pixel neighbors stored next to each other 45 Since many graphics operations involve multi-dimensional data access, to 47 alternative storage conventions which have multi-dimensional spatial locality-- 51 "Tiling/Swizzling" is storage convention that increases multi-dimensional 53 laid out in row-major order across surface, with entire content of each tile [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | xop-intrinsics-x86_64-upgrade.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx,+fma4,+xop | FileCheck %s 4 define <2 x double> @test_int_x86_xop_vpermil2pd(<2 x double> %a0, <2 x double> %a1, <2 x double> %… 5 ; CHECK-LABEL: test_int_x86_xop_vpermil2pd: 7 ; CHECK-NEXT: vpermil2pd $1, %xmm2, %xmm1, %xmm0, %xmm0 8 ; CHECK-NEXT: retq 9 …%res = call <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double> %a0, <2 x double> %a1, <2 x double>… 10 ret <2 x double> %res 12 define <2 x double> @test_int_x86_xop_vpermil2pd_mr(<2 x double> %a0, <2 x double>* %a1, <2 x doubl… 13 ; CHECK-LABEL: test_int_x86_xop_vpermil2pd_mr: 15 ; CHECK-NEXT: vpermil2pd $1, %xmm1, (%rdi), %xmm0, %xmm0 [all …]
|
D | avx512vl-vec-cmp.ll | 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx | FileCheck %s 4 define <4 x i64> @test256_1(<4 x i64> %x, <4 x i64> %y) nounwind { 5 ; CHECK-LABEL: test256_1: 7 ; CHECK-NEXT: vpcmpeqq %ymm1, %ymm0, %k1 8 ; CHECK-NEXT: vpblendmq %ymm0, %ymm1, %ymm0 {%k1} 9 ; CHECK-NEXT: retq 10 %mask = icmp eq <4 x i64> %x, %y 11 %max = select <4 x i1> %mask, <4 x i64> %x, <4 x i64> %y 12 ret <4 x i64> %max 15 define <4 x i64> @test256_2(<4 x i64> %x, <4 x i64> %y, <4 x i64> %x1) nounwind { [all …]
|
D | xop-intrinsics-x86_64.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx,+fma4,+xop | FileCheck %s 4 define <2 x double> @test_int_x86_xop_vpermil2pd(<2 x double> %a0, <2 x double> %a1, <2 x i64> %a2)… 5 ; CHECK-LABEL: test_int_x86_xop_vpermil2pd: 7 ; CHECK-NEXT: vpermil2pd $1, %xmm2, %xmm1, %xmm0, %xmm0 8 ; CHECK-NEXT: retq 9 …%res = call <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double> %a0, <2 x double> %a1, <2 x i64> %a… 10 ret <2 x double> %res 12 define <2 x double> @test_int_x86_xop_vpermil2pd_mr(<2 x double> %a0, <2 x double>* %a1, <2 x i64> … 13 ; CHECK-LABEL: test_int_x86_xop_vpermil2pd_mr: 15 ; CHECK-NEXT: vpermil2pd $1, %xmm1, (%rdi), %xmm0, %xmm0 [all …]
|
/external/zxing/core/src/test/java/com/google/zxing/aztec/decoder/ |
D | DecoderTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 41 "...X. ..... ...XX XXX.. ...XX XXXX. XX.X"); in testHighLevelDecode() 43 // initial ECI code 26 (switch to UTF-8) in testHighLevelDecode() 46 "..... ..... .X. .X.. X... XXXXX ...X. XX....XX X....XXX XXX.. ...X."); in testHighLevelDecode() 49 // followed by ECI code 26 (= UTF-8) and UTF-8 text in testHighLevelDecode() 52 "XXXXX ....X X.XX...X ..... ..... .X. .X.. X... XXXXX ...X. XX....XX X....XXX XXX.. ...X."); in testHighLevelDecode() 57 "..... ..... ... XXXX. ..XX ..X. ..XX .X.. .X.X .... ..... ... .X.X X..X .XX. .X.."); in testHighLevelDecode() 69 "X X X X X X X X X X X X X X \n" + in testAztecResult() 70 "X X X X X X X X X X X X X X X \n" + in testAztecResult() 71 " X X X X X X X X X X X X \n" + in testAztecResult() [all …]
|
/external/fonttools/Tests/varLib/data/test_results/ |
D | Build.ttx | 1 <?xml version="1.0" encoding="UTF-8"?> 19 <!-- RegionAxisCount=2 --> 20 <!-- RegionCount=2 --> 23 <StartCoord value="-1.0"/> 24 <PeakCoord value="-1.0"/> 46 <!-- VarDataCount=1 --> 48 <!-- ItemCount=5 --> 50 <!-- VarRegionCount=2 --> 53 <Item index="0" value="[-10, 17]"/> 54 <Item index="1" value="[-7, 63]"/> [all …]
|