Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 5905) sorted by relevance

12345678910>>...237

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dtiled_layout.md26 Without tiling, an element e=(e<sub>n</sub>, e<sub>n-1</sub>, ... ,
27 e<sub>1</sub>) in an array with array bounds d=(d<sub>n</sub>, d<sub>n-1</sub>,
28 ... , d<sub>1</sub>) (d1 is the most minor dimension) is laid out by major to
32 = linear_index((e<sub>n</sub>, e<sub>n-1</sub>, ... , e<sub>1</sub>),
33 (d<sub>n</sub>, d<sub>n-1</sub>, ... , d<sub>1</sub>)) \
34 = e<sub>n</sub>d<sub>n-1</sub>...d<sub>1</sub> +
35 e<sub>n-1</sub>d<sub>n-2</sub>...d<sub>1</sub> + ... + e<sub>1</sub>
44 When tiling of size (t<sub>n</sub>, t<sub>n-1</sub>, ... , t<sub>1</sub>) is
45 used, an element in the array with indices (e<sub>n</sub>, e<sub>n-1</sub>, ...
46 , e<sub>1</sub>) is mapped to this position in the final layout:
[all …]
/external/libaom/libaom/aom_dsp/
Dfft_common.h125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
133 const T_VEC w1 = sub(i0, i2); \
135 const T_VEC w3 = sub(i1, i3); \
138 store(output + 2 * stride, sub(w0, w2)); \
139 store(output + 3 * stride, sub(kWeight0, w3)); \
142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
155 const T_VEC w1 = sub(i0, i4); \
157 const T_VEC w3 = sub(i2, i6); \
159 const T_VEC w5 = sub(w0, w2); \
161 const T_VEC w8 = sub(i1, i5); \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dsub.s10 sub z0.h, z0.h, z0.h label
16 sub z21.b, z10.b, z21.b label
22 sub z31.d, p7/m, z31.d, z31.d label
28 sub z23.h, p3/m, z23.h, z13.h label
34 sub z31.h, z31.h, z31.h label
40 sub z21.h, z10.h, z21.h label
46 sub z31.b, z31.b, z31.b label
52 sub z0.s, z0.s, z0.s label
58 sub z23.s, p3/m, z23.s, z13.s label
64 sub z23.b, z13.b, z8.b label
[all …]
Dsub-diagnostics.s4 sub z3.h, z26.h, z32.h label
10 sub z4.h, z27.h, z31.x label
16 sub z0.h, z8.h, z8.b label
22 sub z29.d, p7/a, z29.d, z8.d label
28 sub z29.d, p7, z29.d, z8.d label
36 sub z26.b, p8/m, z26.b, z27.b label
41 sub z14.h, p8/m, z14.h, z18.h label
46 sub z30.s, p8/m, z30.s, z23.s label
51 sub z29.d, p8/m, z29.d, z3.d label
59 sub z25.b, p4/m, z26.b, z2.b label
[all …]
/external/llvm/test/MC/Hexagon/
Dalign.s5 { r1 = sub(#1, r1) }
6 # CHECK: 76414021 { r1 = sub(#1, r1)
12 { r1 = sub(#1, r1)
13 r2 = sub(#1, r2) }
14 # CHECK: 76414021 { r1 = sub(#1, r1)
15 # CHECK-NEXT: 76424022 r2 = sub(#1, r2)
20 { r1 = sub(#1, r1)
21 r2 = sub(#1, r2)
22 r3 = sub(#1, r3) }
23 # CHECK: 76434023 r3 = sub(#1, r3)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dabs_abs.ll7 ; CHECK-NEXT: [[SUB:%.*]] = sub nsw i32 0, [[X]]
12 %sub = sub nsw i32 0, %x
13 %cond = select i1 %cmp, i32 %x, i32 %sub
15 %sub16 = sub nsw i32 0, %cond
23 ; CHECK-NEXT: [[SUB:%.*]] = sub nsw <2 x i32> zeroinitializer, [[X]]
28 %sub = sub nsw <2 x i32> zeroinitializer, %x
29 %cond = select <2 x i1> %cmp, <2 x i32> %x, <2 x i32> %sub
31 %sub16 = sub nsw <2 x i32> zeroinitializer, %cond
39 ; CHECK-NEXT: [[SUB:%.*]] = sub nsw i32 0, [[X]]
44 %sub = sub nsw i32 0, %x
[all …]
Dsub.ll12 %B = sub i32 %A, %A
20 %B = sub i32 %A, 0
28 %B = sub i32 0, %A
29 %C = sub i32 0, %B
38 %B = sub i32 0, %A
39 %C = sub i32 %x, %B
52 ; CHECK-NEXT: [[SUB:%.*]] = sub i8 [[Y]], [[X]]
59 %sub = sub i8 %nx, %ny
62 ret i8 %sub
67 ; CHECK-NEXT: [[SUB:%.*]] = sub <2 x i8> [[Y:%.*]], [[X:%.*]]
[all …]
D2007-12-28-IcmpSub2.ll8 %sub = sub i32 %tmp, 1
9 %cmp = icmp ule i32 %sub, 0
19 %sub = sub i32 %tmp, 1
20 %cmp = icmp ugt i32 %sub, 0
30 %sub = sub i32 %tmp, 1
31 %cmp = icmp slt i32 %sub, 0
41 %sub = sub i32 %tmp, 1
42 %cmp = icmp sle i32 %sub, 0
52 %sub = sub i32 %tmp, 1
53 %cmp = icmp sge i32 %sub, 0
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
Dalign.s5 { r1 = sub(#1, r1) }
6 # CHECK: 76414021 { r1 = sub(#1,r1)
12 { r1 = sub(#1, r1)
13 r2 = sub(#1, r2) }
14 # CHECK: 76414021 { r1 = sub(#1,r1)
15 # CHECK-NEXT: 76424022 r2 = sub(#1,r2)
20 { r1 = sub(#1, r1)
21 r2 = sub(#1, r2)
22 r3 = sub(#1, r3) }
23 # CHECK: 76434023 r3 = sub(#1,r3)
[all …]
/external/llvm/test/Transforms/InstCombine/
Dabs_abs.ll5 %sub = sub nsw i32 0, %x
6 %cond = select i1 %cmp, i32 %x, i32 %sub
8 %sub16 = sub nsw i32 0, %cond
13 ; CHECK-NEXT: [[NEG:%[a-z0-9]+]] = sub nsw i32 0, %x
20 %sub = sub nsw i32 0, %x
21 %cond = select i1 %cmp, i32 %x, i32 %sub
23 %sub16 = sub nsw i32 0, %cond
28 ; CHECK-NEXT: [[NEG:%[a-z0-9]+]] = sub nsw i32 0, %x
35 %sub = sub nsw i32 0, %x
36 %cond = select i1 %cmp, i32 %sub, i32 %x
[all …]
Dsub.ll8 %B = sub i32 %A, %A
15 %B = sub i32 %A, 0
22 %B = sub i32 0, %A
23 %C = sub i32 0, %B
30 %B = sub i32 0, %A
31 %C = sub i32 %x, %B
39 %D = sub i32 %B, %C
40 %E = sub i32 %A, %D
43 ; CHECK: %D1 = sub i32 %C, %B
50 %D = sub i32 %A, %C
[all …]
D2007-12-28-IcmpSub2.ll8 %sub = sub i32 %tmp, 1
9 %cmp = icmp ule i32 %sub, 0
19 %sub = sub i32 %tmp, 1
20 %cmp = icmp ugt i32 %sub, 0
30 %sub = sub i32 %tmp, 1
31 %cmp = icmp slt i32 %sub, 0
41 %sub = sub i32 %tmp, 1
42 %cmp = icmp sle i32 %sub, 0
52 %sub = sub i32 %tmp, 1
53 %cmp = icmp sge i32 %sub, 0
[all …]
/external/tcpdump/tests/
Disis-seg-fault-1-v.out17 IS Neighbor: f500.0000.0000.00, no sub-TLVs present
18 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
19 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
20 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
21 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
22 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
23 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
24 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
25 IS Neighbor: 0000.0000.0000.00, sub-TLVs present (37)
47 IS Neighbor: 0000.0000.0000.00, no sub-TLVs present
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/import_public/
Da.pb.go9 sub "github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub" packageName
24 const Default_M_DefaultField = sub.Default_M_DefaultField
27 type M = sub.M
28 type M_OneofInt32 = sub.M_OneofInt32
29 type M_OneofInt64 = sub.M_OneofInt64
32 type M_Grouping = sub.M_Grouping
35 type M_Submessage = sub.M_Submessage
36 type M_Submessage_SubmessageOneofInt32 = sub.M_Submessage_SubmessageOneofInt32
37 type M_Submessage_SubmessageOneofInt64 = sub.M_Submessage_SubmessageOneofInt64
40 type E = sub.E
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Lanai/
Dsub-cmp-peephole.ll6 ; CHECK: sub.f %r6, %r7, [[IN:%.*]]
9 %sub = sub nsw i32 %a, %b
10 %sub. = select i1 %cmp, i32 %sub, i32 0
11 ret i32 %sub.
17 ; CHECK: sub.f %r7, %r6, [[IN:%.*]]
20 %sub = sub nsw i32 %b, %a
21 %sub. = select i1 %cmp, i32 %sub, i32 0
22 ret i32 %sub.
28 ; CHECK: sub.f %r6, 0x3, [[IN:%.*]]
31 %sub = sub nsw i32 %a, 3
[all …]
/external/llvm/test/CodeGen/Lanai/
Dsub-cmp-peephole.ll6 ; CHECK: sub.f %r6, %r7, [[IN:%.*]]
9 %sub = sub nsw i32 %a, %b
10 %sub. = select i1 %cmp, i32 %sub, i32 0
11 ret i32 %sub.
17 ; CHECK: sub.f %r7, %r6, [[IN:%.*]]
20 %sub = sub nsw i32 %b, %a
21 %sub. = select i1 %cmp, i32 %sub, i32 0
22 ret i32 %sub.
28 ; CHECK: sub.f %r6, 0x3, [[IN:%.*]]
31 %sub = sub nsw i32 %a, 3
[all …]
/external/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() argument
14 set(sub[0]); in setBounds()
15 add(sub[2]); in setBounds()
18 if (!sub.monotonicInX()) { in setBounds()
19 roots = SkDQuad::FindExtrema(&sub[0].fX, tValues); in setBounds()
21 if (!sub.monotonicInY()) { in setBounds()
22 roots += SkDQuad::FindExtrema(&sub[0].fY, &tValues[roots]); in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() argument
31 set(sub[0]); in setBounds()
32 add(sub[2]); in setBounds()
[all …]
/external/skqp/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() argument
14 set(sub[0]); in setBounds()
15 add(sub[2]); in setBounds()
18 if (!sub.monotonicInX()) { in setBounds()
19 roots = SkDQuad::FindExtrema(&sub[0].fX, tValues); in setBounds()
21 if (!sub.monotonicInY()) { in setBounds()
22 roots += SkDQuad::FindExtrema(&sub[0].fY, &tValues[roots]); in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() argument
31 set(sub[0]); in setBounds()
32 add(sub[2]); in setBounds()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsub-cmp-peephole.ll12 %sub = sub nsw i32 %a, %b
13 %sub. = select i1 %cmp, i32 %sub, i32 0
14 ret i32 %sub.
23 %sub = sub nsw i32 %b, %a
24 %sub. = select i1 %cmp, i32 %sub, i32 0
25 ret i32 %sub.
34 %sub = sub nsw i32 %a, 3
35 %sub. = select i1 %cmp, i32 %sub, i32 %b
36 ret i32 %sub.
46 %sub = sub i32 %b, %a
[all …]
/external/llvm/test/CodeGen/ARM/
Dsub-cmp-peephole.ll12 %sub = sub nsw i32 %a, %b
13 %sub. = select i1 %cmp, i32 %sub, i32 0
14 ret i32 %sub.
23 %sub = sub nsw i32 %b, %a
24 %sub. = select i1 %cmp, i32 %sub, i32 0
25 ret i32 %sub.
34 %sub = sub nsw i32 %a, 3
35 %sub. = select i1 %cmp, i32 %sub, i32 %b
36 ret i32 %sub.
46 %sub = sub i32 %b, %a
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2007-12-28-IcmpSub2.ll8 %sub = sub i32 %tmp, 1
9 %cmp = icmp ule i32 %sub, 0
19 %sub = sub i32 %tmp, 1
20 %cmp = icmp ugt i32 %sub, 0
30 %sub = sub i32 %tmp, 1
31 %cmp = icmp slt i32 %sub, 0
41 %sub = sub i32 %tmp, 1
42 %cmp = icmp sle i32 %sub, 0
52 %sub = sub i32 %tmp, 1
53 %cmp = icmp sge i32 %sub, 0
[all …]
/external/freetype/src/gzip/
Dinfblock.c75 ZFREE(z, s->sub.trees.blens); in inflate_blocks_reset()
77 inflate_codes_free(s->sub.decode.codes, z); in inflate_blocks_reset()
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); in inflate_blocks()
162 if (s->sub.decode.codes == Z_NULL) in inflate_blocks()
194 s->sub.left = (uInt)b & 0xffff; in inflate_blocks()
196 Tracev((stderr, "inflate: stored length %u\n", s->sub.left)); in inflate_blocks()
197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); in inflate_blocks()
203 t = s->sub.left; in inflate_blocks()
209 if ((s->sub.left -= t) != 0) in inflate_blocks()
218 s->sub.trees.table = t = (uInt)b & 0x3fff; in inflate_blocks()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dcmp-to-predreg.ll9 %sub = sub nsw i32 %a, %b
10 %add.sub = select i1 %cmp, i32 %add, i32 %sub
11 ret i32 %add.sub
19 %sub = sub nsw i32 %a, 10
20 %add.sub = select i1 %cmp, i32 %add, i32 %sub
21 ret i32 %add.sub
28 %sub = sub nsw i32 %a, %b
30 %sub.add = select i1 %cmp, i32 %sub, i32 %add
31 ret i32 %sub.add
38 %sub = sub nsw i32 %a, 10
[all …]
/external/llvm/test/CodeGen/Hexagon/
Dcmp-to-predreg.ll9 %sub = sub nsw i32 %a, %b
10 %add.sub = select i1 %cmp, i32 %add, i32 %sub
11 ret i32 %add.sub
19 %sub = sub nsw i32 %a, 10
20 %add.sub = select i1 %cmp, i32 %add, i32 %sub
21 ret i32 %add.sub
28 %sub = sub nsw i32 %a, %b
30 %sub.add = select i1 %cmp, i32 %sub, i32 %add
31 ret i32 %sub.add
38 %sub = sub nsw i32 %a, 10
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-sub-01.ll13 %sub = sub i32 %a, %b
14 ret i32 %sub
23 %sub = sub i32 %a, %b
24 ret i32 %sub
34 %sub = sub i32 %a, %b
35 ret i32 %sub
45 %sub = sub i32 %a, %b
46 ret i32 %sub
56 %sub = sub i32 %a, %b
57 ret i32 %sub
[all …]

12345678910>>...237