Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 25 of 1218) sorted by relevance

12345678910>>...49

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.promotions.frag8 uniform bool3 b3;
28 float3 Fn_R_F3B(out float3 p) { p = b3; return b3; }
32 int3 Fn_R_I3B(out int3 p) { p = b3; return b3; }
38 uint3 Fn_R_U3B(out uint3 p) { p = b3; return b3; }
48 double3 Fn_R_D3B(out double3 p) { p = b3; return b3; }
55 float3 r01 = b3;
59 int3 r10 = b3;
64 uint3 r20 = b3;
77 double3 r43 = b3;
81 r01 *= b3;
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.promotions.frag8 uniform bool3 b3;
28 float3 Fn_R_F3B(out float3 p) { p = b3; return b3; }
32 int3 Fn_R_I3B(out int3 p) { p = b3; return b3; }
38 uint3 Fn_R_U3B(out uint3 p) { p = b3; return b3; }
48 double3 Fn_R_D3B(out double3 p) { p = b3; return b3; }
55 float3 r01 = b3;
59 int3 r10 = b3;
64 uint3 r20 = b3;
77 double3 r43 = b3;
81 r01 *= b3;
[all …]
/external/libffi/testsuite/libffi.closures/
Dstret_large2.c37 struct_116byte b3) in cls_struct_116byte_fn() argument
41 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_116byte_fn()
42 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_116byte_fn()
43 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_116byte_fn()
44 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_116byte_fn()
45 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_116byte_fn()
46 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_116byte_fn()
47 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_116byte_fn()
48 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_116byte_fn()
49 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_116byte_fn()
[all …]
Dstret_large.c36 struct_108byte b3) in cls_struct_108byte_fn() argument
40 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_108byte_fn()
41 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_108byte_fn()
42 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_108byte_fn()
43 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_108byte_fn()
44 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_108byte_fn()
45 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_108byte_fn()
46 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_108byte_fn()
47 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_108byte_fn()
48 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_108byte_fn()
[all …]
Dstret_medium2.c29 struct_72byte b3) in cls_struct_72byte_fn() argument
33 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn()
34 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn()
35 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn()
36 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn()
37 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn()
38 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn()
39 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn()
40 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn()
41 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn()
[all …]
Dstret_medium.c28 struct_72byte b3) in cls_struct_72byte_fn() argument
32 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn()
33 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn()
34 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn()
35 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn()
36 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn()
37 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn()
38 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn()
39 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn()
40 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn()
[all …]
/external/libffi/testsuite/libffi.call/
Dstret_large2.c37 struct_116byte b3) in cls_struct_116byte_fn() argument
41 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_116byte_fn()
42 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_116byte_fn()
43 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_116byte_fn()
44 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_116byte_fn()
45 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_116byte_fn()
46 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_116byte_fn()
47 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_116byte_fn()
48 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_116byte_fn()
49 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_116byte_fn()
[all …]
Dstret_large.c36 struct_108byte b3) in cls_struct_108byte_fn() argument
40 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_108byte_fn()
41 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_108byte_fn()
42 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_108byte_fn()
43 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_108byte_fn()
44 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_108byte_fn()
45 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_108byte_fn()
46 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_108byte_fn()
47 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_108byte_fn()
48 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_108byte_fn()
[all …]
Dstret_medium2.c29 struct_72byte b3) in cls_struct_72byte_fn() argument
33 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn()
34 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn()
35 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn()
36 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn()
37 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn()
38 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn()
39 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn()
40 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn()
41 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn()
[all …]
Dstret_medium.c28 struct_72byte b3) in cls_struct_72byte_fn() argument
32 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn()
33 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn()
34 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn()
35 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn()
36 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn()
37 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn()
38 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn()
39 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn()
40 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstret_large2.c37 struct_116byte b3) in cls_struct_116byte_fn() argument
41 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_116byte_fn()
42 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_116byte_fn()
43 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_116byte_fn()
44 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_116byte_fn()
45 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_116byte_fn()
46 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_116byte_fn()
47 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_116byte_fn()
48 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_116byte_fn()
49 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_116byte_fn()
[all …]
Dstret_large.c36 struct_108byte b3) in cls_struct_108byte_fn() argument
40 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_108byte_fn()
41 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_108byte_fn()
42 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_108byte_fn()
43 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_108byte_fn()
44 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_108byte_fn()
45 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_108byte_fn()
46 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_108byte_fn()
47 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_108byte_fn()
48 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_108byte_fn()
[all …]
Dstret_medium2.c29 struct_72byte b3) in cls_struct_72byte_fn() argument
33 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn()
34 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn()
35 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn()
36 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn()
37 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn()
38 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn()
39 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn()
40 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn()
41 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn()
[all …]
Dstret_medium.c28 struct_72byte b3) in cls_struct_72byte_fn() argument
32 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn()
33 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn()
34 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn()
35 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn()
36 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn()
37 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn()
38 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn()
39 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn()
40 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn()
[all …]
/external/sonivox/arm-wt-22k/vectors/
Dabba.imy9b3*4a4*4b3.*5#c3*5#c2*5a4*5a3*5#g4*5#g3*5#f4*5#f1*5#c1*4b2*5d1*5#c4*4b3*4a4*4b3.*5#c3*5#c2*4b2*4a1…
/external/llvm-project/polly/lib/External/isl/test_inputs/codegen/omega/
Dwak1-1.c3 for (int c0 = a3; c0 <= min(min(a1 - 1, b3), a2 - 1); c0 += 1)
5 for (int c0 = max(a3, a2); c0 <= min(min(a1 - 1, b3), b2); c0 += 1) {
9 for (int c0 = max(max(a3, b3 + 1), a2); c0 <= min(a1 - 1, b2); c0 += 1)
17 for (int c0 = max(a1, a3); c0 <= min(min(b1, b3), a2 - 1); c0 += 1) {
21 for (int c0 = max(max(a1, a3), b3 + 1); c0 <= min(b1, a2 - 1); c0 += 1)
23 for (int c0 = max(max(a1, a3), a2); c0 <= min(min(b1, b3), b2); c0 += 1) {
28 for (int c0 = max(max(max(a1, a3), b3 + 1), a2); c0 <= min(b1, b2); c0 += 1) {
34 for (int c0 = max(max(a3, a2), b2 + 1); c0 <= min(a1 - 1, b3); c0 += 1)
36 for (int c0 = max(max(max(a1, a3), a2), b2 + 1); c0 <= min(b1, b3); c0 += 1) {
40 for (int c0 = max(max(max(max(a1, a3), b3 + 1), a2), b2 + 1); c0 <= b1; c0 += 1)
[all …]
/external/llvm-project/llvm/test/Transforms/LICM/
Dloopsink.ll12 ; b3 b4 |
19 ; b3: 7
25 ; CHECK: .b3:
42 br i1 %c2, label %.b3, label %.b4
44 .b3:
53 %p5 = phi i32 [ %t3, %.b3 ], [ %t4, %.b4 ]
75 ; b3 b4 |
82 ; b3: 8
84 ; Sink load to b3 and b6
88 ; CHECK: .b3:
[all …]
/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c32 __m256i b3 = _mm256_sub_epi16(a2, a3); in hadamard_col8x2_avx2() local
39 a1 = _mm256_add_epi16(b1, b3); in hadamard_col8x2_avx2()
41 a3 = _mm256_sub_epi16(b1, b3); in hadamard_col8x2_avx2()
50 b3 = _mm256_add_epi16(a2, a6); in hadamard_col8x2_avx2()
58 a1 = _mm256_unpacklo_epi16(b2, b3); in hadamard_col8x2_avx2()
60 a3 = _mm256_unpackhi_epi16(b2, b3); in hadamard_col8x2_avx2()
69 b3 = _mm256_unpackhi_epi32(a4, a5); in hadamard_col8x2_avx2()
77 in[2] = _mm256_unpacklo_epi64(b2, b3); in hadamard_col8x2_avx2()
78 in[3] = _mm256_unpackhi_epi64(b2, b3); in hadamard_col8x2_avx2()
156 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_avx2.c32 __m256i b3 = _mm256_sub_epi32(a2, a3); in highbd_hadamard_col8_avx2() local
39 a1 = _mm256_add_epi32(b1, b3); in highbd_hadamard_col8_avx2()
41 a3 = _mm256_sub_epi32(b1, b3); in highbd_hadamard_col8_avx2()
50 b3 = _mm256_add_epi32(a2, a6); in highbd_hadamard_col8_avx2()
58 a1 = _mm256_unpacklo_epi32(b2, b3); in highbd_hadamard_col8_avx2()
60 a3 = _mm256_unpackhi_epi32(b2, b3); in highbd_hadamard_col8_avx2()
69 b3 = _mm256_unpackhi_epi64(a4, a5); in highbd_hadamard_col8_avx2()
77 in[2] = _mm256_permute2x128_si256(b2, b3, 0x20); in highbd_hadamard_col8_avx2()
78 in[3] = _mm256_permute2x128_si256(b2, b3, 0x31); in highbd_hadamard_col8_avx2()
157 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in vpx_highbd_hadamard_16x16_avx2() local
[all …]
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dhwloop-le.ll9 br i1 %v0, label %b1, label %b3
24 br i1 %v8, label %b2, label %b3
26 b3: ; preds = %b2, %b0
36 br i1 %v0, label %b1, label %b3
51 br i1 %v8, label %b2, label %b3
53 b3: ; preds = %b2, %b0
63 br i1 %v0, label %b1, label %b3
78 br i1 %v8, label %b2, label %b3
80 b3: ; preds = %b2, %b0
90 br i1 %v0, label %b1, label %b3
[all …]
Dhwloop-ne.ll9 br i1 %v0, label %b1, label %b3
24 br i1 %v8, label %b2, label %b3
26 b3: ; preds = %b2, %b0
36 br i1 %v0, label %b1, label %b3
51 br i1 %v8, label %b2, label %b3
53 b3: ; preds = %b2, %b0
63 br i1 %v0, label %b1, label %b3
78 br i1 %v8, label %b2, label %b3
80 b3: ; preds = %b2, %b0
90 br i1 %v0, label %b1, label %b3
[all …]
Djump-table-isel.ll40 i32 27, label %b3
41 i32 44, label %b3
44 b3: ; preds = %b7, %b7, %b7, %b6, %b6, %b5, %b5, %b4,…
53 i32 27, label %b3
54 i32 44, label %b3
61 i32 27, label %b3
62 i32 44, label %b3
69 i32 27, label %b3
70 i32 44, label %b3
77 i32 40, label %b3
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DTwofishEngine.java393 int b0, b1, b2, b3; in setKey() local
397 b0 = b1 = b2 = b3 = i; in setKey()
404 gSBox[i*2+0x201] = gMDS3[(P[P_31][b3] & 0xff) ^ b3(k0)]; in setKey()
410 b3 = (P[P_34][b3] & 0xff) ^ b3(k3); in setKey()
416 b3 = (P[P_33][b3] & 0xff) ^ b3(k2); in setKey()
426 [(P[P_32][b3] & 0xff) ^ b3(k1)] & 0xff) ^ b3(k0)]; in setKey()
528 int b3 = b3(x); in F32() local
541 gMDS3[(P[P_31][b3] & 0xff) ^ b3(k0)]; in F32()
547 b3 = (P[P_34][b3] & 0xff) ^ b3(k3); in F32()
552 b3 = (P[P_33][b3] & 0xff) ^ b3(k2); in F32()
[all …]
/external/llvm-project/llvm/test/MC/AArch64/
Darmv8.1a-lse.s985 cas b2, b3, [sp]
1005 casa b2, b3, [sp]
1025 casb b2, b3, [sp]
1045 cash b2, b3, [sp]
1065 casah b2, b3, [sp]
1085 casalh b2, b3, [sp]
1106 casl b2, b3, [sp]
1126 caslb b2, b3, [sp]
1147 casalb b2, b3, [sp]
1167 casalh b2, b3, [sp]
[all …]
/external/okhttp/okio/okio/src/test/java/okio/
DTestUtil.java79 ByteString b3 = new ByteString(b3Bytes); in assertEquivalent() local
80 assertFalse(b1.equals(b3)); in assertEquivalent()
81 assertFalse(b1.hashCode() == b3.hashCode()); in assertEquivalent()
83 ByteString b3 = ByteString.encodeUtf8("a"); in assertEquivalent() local
84 assertFalse(b1.equals(b3)); in assertEquivalent()
85 assertFalse(b1.hashCode() == b3.hashCode()); in assertEquivalent()
116 Buffer b3 = new Buffer().write(b3Bytes); in assertEquivalent() local
117 assertFalse(b1.equals(b3)); in assertEquivalent()
118 assertFalse(b1.hashCode() == b3.hashCode()); in assertEquivalent()
120 Buffer b3 = new Buffer().writeUtf8("a"); in assertEquivalent() local
[all …]

12345678910>>...49