Home
last modified time | relevance | path

Searched refs:S3 (Results 1 – 25 of 187) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSwitch.h98 StringLiteral S3, T Value) { in Cases() argument
99 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases()
103 StringLiteral S3, StringLiteral S4, T Value) { in Cases() argument
104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases()
108 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument
110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases()
114 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument
116 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases()
120 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument
122 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h122 const char (&S2)[N2], const char (&S3)[N3], in Cases()
124 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases()
130 const char (&S2)[N2], const char (&S3)[N3], in Cases()
132 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases()
139 const char (&S2)[N2], const char (&S3)[N3], in Cases()
142 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases()
149 const char (&S2)[N2], const char (&S3)[N3], in Cases()
152 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases()
159 const char (&S2)[N2], const char (&S3)[N3], in Cases()
163 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases()
[all …]
/third_party/skia/third_party/externals/tint/test/struct/
Dtype_constructor.wgsl.expected.spvasm16 OpName %S3 "S3"
17 OpMemberName %S3 0 "g"
18 OpMemberName %S3 1 "h"
19 OpMemberName %S3 2 "i"
29 OpMemberDecorate %S3 0 Offset 0
30 OpMemberDecorate %S3 1 Offset 4
31 OpMemberDecorate %S3 2 Offset 20
49 %S3 = OpTypeStruct %int %S1 %S2
50 %19 = OpConstantNull %S3
60 %29 = OpConstantComposite %S3 %int_1 %21 %28
[all …]
Dtype_constructor.wgsl.expected.wgsl13 struct S3 {
29 let nested_empty : S3 = S3();
30 let nested_nonempty : S3 = S3(1, S1(2, 3, 4, 5), S2(6, S1(7, 8, 9, 10)));
31 …let nested_nonempty_with_expr : S3 = S3(1, S1(2, x, (x + 1), nested_nonempty.i.f.d), S2(6, nonempt…
Dtype_constructor.wgsl13 struct S3 {
33 let nested_empty : S3 = S3();
34 let nested_nonempty : S3 = S3(1, S1(2, 3, 4, 5), S2(6, S1(7, 8, 9, 10)));
35 let nested_nonempty_with_expr : S3 =
36 S3(1, S1(2, x, x + 1, nested_nonempty.i.f.d), S2(6, nonempty));
Dtype_constructor.wgsl.expected.glsl14 struct S3 {
29 S3 nested_empty = S3(0, S1(0, 0, 0, 0), S2(0, S1(0, 0, 0, 0)));
33 S3 nested_nonempty = S3(1, tint_symbol_1, tint_symbol_3);
36 S3 nested_nonempty_with_expr = S3(1, tint_symbol_4, tint_symbol_5);
Dtype_constructor.wgsl.expected.hlsl11 struct S3 {
26 const S3 nested_empty = (S3)0;
30 const S3 nested_nonempty = {1, tint_symbol, tint_symbol_2};
33 const S3 nested_nonempty_with_expr = {1, tint_symbol_3, tint_symbol_4};
Dtype_constructor.wgsl.expected.msl14 struct S3 {
34 S3 const nested_empty = {};
38 S3 const nested_nonempty = {.g=1, .h=tint_symbol_1, .i=tint_symbol_3};
41 S3 const nested_nonempty_with_expr = {.g=1, .h=tint_symbol_4, .i=tint_symbol_5};
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-armv4.pl443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
483 vdup.32 $S3,r4
515 vmlal.u32 $D0,$R2,${S3}[1]
517 vmlal.u32 $D1,$R3,${S3}[1]
518 vmlal.u32 $D2,$R4,${S3}[1]
621 vshl.u32 $S3,$R3,#2
626 vadd.i32 $S3,$S3,$R3
631 vst4.32 {${S2}[0],${R3}[0],${S3}[0],${R4}[0]},[$tbl0]!
632 vst4.32 {${S2}[1],${R3}[1],${S3}[1],${R4}[1]},[$tbl1]!
648 vshl.u32 $S3,$D3#lo,#2
[all …]
Dpoly1305-s390x.pl228 my ($R3, $S3, $R4, $S4) = map("%v$_",(15..18));
301 vmalof ($ACC0,$H2,$S3,$ACC0);
308 vmalof ($ACC1,$H3,$S3,$ACC1);
315 vmalof ($ACC2,$H4,$S3,$ACC2);
400 veslg ($S3,$R3,2);
409 vag ($S3,$S3,$R3);
426 veslg ($S3,$R3,2);
430 vag ($S3,$S3,$R3);
443 veslf ($S3,$R3,2);
447 vaf ($S3,$S3,$R3);
[all …]
Dpoly1305-c64xplus.pl34 ($R0,$R1,$R2,$R3,$S1,$S2,$S3,$S3b)=("A0","B0","A1","B1","A12","B12","A13","B13");
131 LDDW *${CTXA}[5],$S3:$S1 ; load s3:s1
159 MPY32U A24,$S3,A21:A20 ; MPY32U $H1,$S3,A21:A20
168 || MPY32U B25,$S3b,B25:B24 ; MPY32U $H2,$S3,B25:B24
183 MPY32U $H3,$S3,A31:A30
Dpoly1305-armv8.pl215 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
502 ld1 {$S2,$R3,$S3,$R4},[x15],#64
592 umlal $ACC0,$IN23_2,${S3}[2]
601 umlal $ACC1,$IN23_3,${S3}[2]
612 umlal $ACC2,$IN23_4,${S3}[2]
626 umlal $ACC0,$IN01_2,${S3}[0]
670 umlal $ACC1,$IN01_3,${S3}[0]
683 umlal $ACC2,$IN01_4,${S3}[0]
745 umull2 $ACC0,$IN23_2,${S3}
769 umlal2 $ACC1,$IN23_3,${S3}
[all …]
Dpoly1305-ppc.pl768 my ($R3, $S3, $R4, $S4) = ($R1, $S1, $R2, $S2);
1010 my ($R3,$S3,$R4,$S4)=($I1,$I2,$I3,$I4);
1085 vmulouw $T0,$H2,$S3
1087 vmulouw $T0,$H3,$S3
1089 vmulouw $T0,$H4,$S3
1224 mtvrwz $S3,$h3
1250 vsld $S3,$R3,$T0
1254 vaddudm $S3,$S3,$R3
1273 vslw $S3,$R3,$T0
1277 vadduwm $S3,$S3,$R3
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom/
Difs.c386 SIMI *S, *S1, *S2, *S3, *S4; in draw_ifs() local
407 S3 = S2 + F->Nb_Simi; in draw_ifs()
408 S4 = S3 + F->Nb_Simi; in draw_ifs()
410 for (i = F->Nb_Simi; i; --i, S++, S1++, S2++, S3++, S4++) { in draw_ifs()
411 S->c_x = u0 * S1->c_x + u1 * S2->c_x + u2 * S3->c_x + u3 * S4->c_x; in draw_ifs()
412 S->c_y = u0 * S1->c_y + u1 * S2->c_y + u2 * S3->c_y + u3 * S4->c_y; in draw_ifs()
413 S->r = u0 * S1->r + u1 * S2->r + u2 * S3->r + u3 * S4->r; in draw_ifs()
414 S->r2 = u0 * S1->r2 + u1 * S2->r2 + u2 * S3->r2 + u3 * S4->r2; in draw_ifs()
415 S->A = u0 * S1->A + u1 * S2->A + u2 * S3->A + u3 * S4->A; in draw_ifs()
416 S->A2 = u0 * S1->A2 + u1 * S2->A2 + u2 * S3->A2 + u3 * S4->A2; in draw_ifs()
[all …]
/third_party/glslang/Test/
D420.tese44 struct S3 {
51 S3 s[2];
67 S3[2](S3(3.0, mat2x3(4.0)),
68 S3(5.0, mat2x3(6.0))));
/third_party/musl/src/math/
D__sinl.c32 S3 = -0.00019841269841269427, /* -0x1a01a01a019f81.0p-65 */ variable
38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))))
52 S3 = -0.00019841269841269841269841269839935785325638310428717L, variable
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
/third_party/musl/porting/liteos_a/kernel/src/math/
D__sinl.c32 S3 = -0.00019841269841269427, /* -0x1a01a01a019f81.0p-65 */ variable
38 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))))
52 S3 = -0.00019841269841269841269841269839935785325638310428717L, variable
63 #define POLY(z) (S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ \
/third_party/typescript/tests/baselines/reference/
DsubtypingWithObjectMembersOptionality2.errors.txt5 …subtypingWithObjectMembersOptionality2.ts(26,11): error TS2430: Interface 'S3' incorrectly extends…
6 Property ''1'' is optional in type 'S3' but required in type 'T3'.
41 interface S3 extends T3 {
43 !!! error TS2430: Interface 'S3' incorrectly extends interface 'T3'.
44 !!! error TS2430: Property ''1'' is optional in type 'S3' but required in type 'T3'.
DsubtypingWithObjectMembersOptionality.symbols68 interface S3 extends T3 {
69 >S3 : Symbol(S3, Decl(subtypingWithObjectMembersOptionality.ts, 32, 1))
73 >'1.' : Symbol(S3['1.'], Decl(subtypingWithObjectMembersOptionality.ts, 34, 25))
138 interface S3 extends T3 {
139 >S3 : Symbol(S3, Decl(subtypingWithObjectMembersOptionality.ts, 62, 5))
143 >'1.' : Symbol(S3['1.'], Decl(subtypingWithObjectMembersOptionality.ts, 64, 29))
DsubtypingWithObjectMembersOptionality4.symbols55 interface S3 extends T3 {
56 >S3 : Symbol(S3, Decl(subtypingWithObjectMembersOptionality4.ts, 23, 1))
60 >'1.0' : Symbol(S3['1.0'], Decl(subtypingWithObjectMembersOptionality4.ts, 25, 25))
DsubtypingWithObjectMembersOptionality2.symbols55 interface S3 extends T3 {
56 >S3 : Symbol(S3, Decl(subtypingWithObjectMembersOptionality2.ts, 23, 1))
60 >'1' : Symbol(S3['1'], Decl(subtypingWithObjectMembersOptionality2.ts, 25, 25))
DsubtypingWithObjectMembersOptionality3.symbols55 interface S3 extends T3 {
56 >S3 : Symbol(S3, Decl(subtypingWithObjectMembersOptionality3.ts, 23, 1))
60 >'1.0' : Symbol(S3['1.0'], Decl(subtypingWithObjectMembersOptionality3.ts, 25, 25))
/third_party/libabigail/tests/data/test-abicompat/
Dtest0-fn-changed-libapp-v0.cc37 struct S3 struct
41 S3() in S3() argument
77 fun3(S3*) in fun3() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/S3/
DS3_s3tc.txt17 There is significant IP associated with the S3TC format. In 1999 S3
20 licenses directly with S3 or its successors (Sonic Blue, S3
24 known that when S3 exited the graphics hardware business, part of
26 Taiwanese venture with Via Technologies, called S3 Graphics.
/third_party/openGLES/extensions/S3/
DS3_s3tc.txt17 There is significant IP associated with the S3TC format. In 1999 S3
20 licenses directly with S3 or its successors (Sonic Blue, S3
24 known that when S3 exited the graphics hardware business, part of
26 Taiwanese venture with Via Technologies, called S3 Graphics.

12345678