Searched refs:ub (Results 1 - 25 of 77) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dno-scevccp-noreassoc-slp-reduc-7.c9 unsigned int ub[N] = {0,3,6,9,12,15,18,121,24,27,113,33,36,39,42,45}; variable
20 max = max < ub[2*i] ? ub[2*i] : max;
21 max = max < ub[2*i + 1] ? ub[2*i + 1] : max;
H A DO3-vect-pr34223.c9 foo (int n, int *ub, int *uc) argument
20 ub[i] = tmp1;
26 int uc[16], ub[16]; local
28 foo (16, uc, ub);
H A Dslp-reduc-2.c8 unsigned int ub[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
20 udiff1 += (ub[2*i + 1] - uc[2*i + 1]);
21 udiff0 += (ub[2*i] - uc[2*i]);
H A Dslp-reduc-1.c8 unsigned int ub[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
20 udiff3 += (ub[4*i + 3] - uc[4*i + 3]);
21 udiff2 += (ub[4*i + 2] - uc[4*i + 2]);
22 udiff1 += (ub[4*i + 1] - uc[4*i + 1]);
23 udiff0 += (ub[4*i] - uc[4*i]);
H A Dpr31343.c15 unsigned int ub[N] = local
27 udiffx = (ub[j] - uc[j]);
28 udiffy = (ub[j] - uc[j]);
H A Dvect-reduc-3.c8 unsigned int ub[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
22 udiff += (ub[i] - uc[i]);
H A Dslp-24-big-array.c15 unsigned char ub[N*2]; variable
33 udiff += (unsigned char) (ub[i] - uc[i]);
35 ua1[2*i+1] = ub[2*i+1];
36 ua1[2*i] = ub[2*i];
47 if (ua1[2*i] != ub[2*i]
48 || ua1[2*i+1] != ub[2*i+1]
67 ub[0] = uc[0] = 1;
69 ub[i] = (i%5 == 0)?i*3:i;
71 check_diff += (unsigned char) (ub[i] - uc[i]);
76 ub[
[all...]
H A Dslp-24.c16 unsigned char ub[N*2] = {1,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,1,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
33 udiff += (unsigned char)(ub[i] - uc[i]);
35 ua1[2*i+1] = ub[2*i+1];
36 ua1[2*i] = ub[2*i];
47 if (ua1[2*i] != ub[2*i]
48 || ua1[2*i+1] != ub[2*i+1]
H A Dvect-reduc-1char-big-array.c8 unsigned char ub[N]; variable
24 ub[i] = i;
28 ub[i] = i+2;
41 udiff += (unsigned char) (ub[i] - uc[i]);
/haiku-buildtools/isl/test_inputs/codegen/omega/
H A Dlu_spmd-0.c1 if (ub >= lb)
2 for (int c0 = 1; c0 <= ub; c0 += 1)
8 if (n >= ub + 1)
11 for (int c3 = max(c0, lb); c3 <= ub; c3 += 1)
H A Dlu_spmd-1.c1 if (ub >= lb)
2 for (int c0 = 1; c0 <= ub; c0 += 1)
8 if (n >= ub + 1)
11 for (int c3 = max(c0, lb); c3 <= ub; c3 += 1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/autopar/
H A Dpr49580.c10 unsigned int ub[N]; variable
19 if (regno> ub[regno])
22 nr=ub[nr];
26 ub[regno + nr] = 0;
H A Dreduc-3.c9 unsigned int ub[N]; variable
22 udiff += (ub[i] - uc[i]);
39 ub[i] = i * 3;
H A Dreduc-1.c10 unsigned int ub[N]; variable
24 udiff += (ub[i] - uc[i]);
51 ub[0] = 1;
55 ub[i] = i * 3;
H A Dreduc-1char.c10 unsigned char ub[N] = {1,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
22 udiff += (unsigned char)(ub[i] - uc[i]);
49 ub[i] = 1;
H A Dreduc-1short.c10 unsigned short ub[N] = {1,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; variable
22 udiff += (unsigned short)(ub[i] - uc[i]);
49 ub[i] = 1;
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.21.1.c12 a21 (int lb, int ub, int stride) argument
16 for (i = lb; i < ub; i += stride)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr63883.f905 INTEGER :: k,n,lb(3),ub(3),dim,pt local in subroutine:influence_factor
8 DO pt = lb (dim), ub (dim)
H A Dcmplx_intrinsic_1.f906 INTEGER, DIMENSION(3) :: lz, ub, uz local in subroutine:send_forward
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-1.c27 vector unsigned long long ub = {3L, 86L}; local
28 vector unsigned long long uc = vec_and (ua, ub);
31 vector unsigned long long uf = vec_and (ud, ub);
37 vector unsigned long long ug = vec_andc (ua, ub);
39 vector unsigned long long ui = vec_andc (ud, ub);
49 vector unsigned long long uj = vec_mergeh (ua, ub);
57 vector unsigned long long um = vec_mergel (ua, ub);
65 vector unsigned long long up = vec_nor (ua, ub);
73 vector unsigned long long us = vec_or (ua, ub);
79 vector unsigned long long uv = vec_perm (ua, ub, c
[all...]
H A Dp8vector-vectorize-1.c34 UNS_TYPE ub[SIZE] ALIGN_ATTR;
124 ua[i] = ub[i] + uc[i];
133 ua[i] = ub[i] - uc[i];
142 ua[i] = ub[i] << uc[i];
151 ua[i] = ub[i] >> uc[i];
160 ua[i] = (ub[i] > uc[i]) ? ub[i] : uc[i];
169 ua[i] = (ub[i] < uc[i]) ? ub[i] : uc[i];
178 ua[i] = (ub[
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/unique_ptr/assign/
H A D48635_neg.cc41 std::unique_ptr<int, B&> ub(nullptr, b);
43 ub = std::move(ud);
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Ditof.d13 c: fc 44 00 itof \[r0\]\.ub, r0
14 f: fc 44 0f itof \[r0\]\.ub, r15
23 32: fc 44 f0 itof \[r15\]\.ub, r0
24 35: fc 44 ff itof \[r15\]\.ub, r15
33 58: fc 45 00 fc itof 252\[r0\]\.ub, r0
34 5c: fc 45 0f fc itof 252\[r0\]\.ub, r15
43 88: fc 45 f0 fc itof 252\[r15\]\.ub, r0
44 8c: fc 45 ff fc itof 252\[r15\]\.ub, r15
53 b8: fc 46 00 fc ff itof 65532\[r0\]\.ub, r0
54 bd: fc 46 0f fc ff itof 65532\[r0\]\.ub, r1
[all...]
H A Dxchg.d13 c: fc 40 00 xchg \[r0\]\.ub, r0
14 f: fc 40 0f xchg \[r0\]\.ub, r15
23 32: fc 40 f0 xchg \[r15\]\.ub, r0
24 35: fc 40 ff xchg \[r15\]\.ub, r15
33 58: fc 41 00 fc xchg 252\[r0\]\.ub, r0
34 5c: fc 41 0f fc xchg 252\[r0\]\.ub, r15
43 88: fc 41 f0 fc xchg 252\[r15\]\.ub, r0
44 8c: fc 41 ff fc xchg 252\[r15\]\.ub, r15
53 b8: fc 42 00 fc ff xchg 65532\[r0\]\.ub, r0
54 bd: fc 42 0f fc ff xchg 65532\[r0\]\.ub, r1
[all...]
H A Dutof.d13 c: fc 54 00 utof \[r0\]\.ub, r0
14 f: fc 54 0f utof \[r0\]\.ub, r15
23 32: fc 54 f0 utof \[r15\]\.ub, r0
24 35: fc 54 ff utof \[r15\]\.ub, r15
33 58: fc 55 00 fc utof 252\[r0\]\.ub, r0
34 5c: fc 55 0f fc utof 252\[r0\]\.ub, r15
43 88: fc 55 f0 fc utof 252\[r15\]\.ub, r0
44 8c: fc 55 ff fc utof 252\[r15\]\.ub, r15
53 b8: fc 56 00 fc ff utof 65532\[r0\]\.ub, r0
54 bd: fc 56 0f fc ff utof 65532\[r0\]\.ub, r1
[all...]

Completed in 303 milliseconds

1234