Home
last modified time | relevance | path

Searched refs:nw (Results 1 – 25 of 199) sorted by relevance

12345678

/external/OpenCL-CTS/test_conformance/subgroups/
Dsubgroup_common_templates.h73 int nw = test_params.local_workgroup_size; in gen() local
75 int nj = (nw + ns - 1) / ns; in gen()
77 int non_uniform_size = ng % nw; in gen()
78 ng = ng / nw; in gen()
93 set_last_workgroup_params(non_uniform_size, nj, ns, nw, in gen()
105 n = ii + ns > nw ? nw - ii : ns; in gen()
164 for (j = 0; j < nw; ++j) in gen()
170 x += nw; in gen()
171 m += 4 * nw; in gen()
180 int nw = test_params.local_workgroup_size; in chk() local
[all …]
Dtest_barrier.cpp66 int nw = test_params.local_workgroup_size; in gen() local
69 int nj = (nw + ns - 1) / ns; in gen()
70 ng = ng / nw; in gen()
79 n = ii + ns > nw ? nw - ii : ns; in gen()
85 for (j = 0; j < nw; ++j) in gen()
90 x += nw; in gen()
91 m += 2 * nw; in gen()
99 int nw = test_params.local_workgroup_size; in chk() local
102 int nj = (nw + ns - 1) / ns; in chk()
103 ng = ng / nw; in chk()
[all …]
Dtest_subgroup_non_uniform_vote.cpp28 int nw = test_params.local_workgroup_size; in gen() local
32 int nj = (nw + ns - 1) / ns; in gen()
33 int non_uniform_size = ng % nw; in gen()
34 ng = ng / nw; in gen()
44 test_params.global_workgroup_size, nw, ns, work_items_mask, in gen()
56 set_last_workgroup_params(non_uniform_size, nj, ns, nw, in gen()
68 n = ii + ns > nw ? nw - ii : ns; in gen()
86 for (j = 0; j < nw; ++j) in gen()
90 x += nw; in gen()
91 m += 4 * nw; in gen()
[all …]
Dtest_subgroup.cpp32 int nw = test_params.local_workgroup_size; in gen() local
34 int nj = (nw + ns - 1) / ns; in gen()
36 ng = ng / nw; in gen()
44 n = ii + ns > nw ? nw - ii : ns; in gen()
61 for (j = 0; j < nw; ++j) in gen()
66 x += nw; in gen()
67 m += 4 * nw; in gen()
76 int nw = test_params.local_workgroup_size; in chk() local
78 int nj = (nw + ns - 1) / ns; in chk()
80 ng = ng / nw; in chk()
[all …]
Dtest_subgroup_clustered_reduce.cpp175 int nw = test_params.local_workgroup_size; in gen() local
178 ng = ng / nw; in gen()
182 genrand<Ty, operation>(x, t, m, ns, nw, ng); in gen()
188 int nw = test_params.local_workgroup_size; in chk() local
191 int nj = (nw + ns - 1) / ns; in chk()
192 ng = ng / nw; in chk()
198 for (int j = 0; j < nw; ++j) in chk()
221 int n = ii + ns > nw ? nw - ii : ns; in chk()
255 x += nw; in chk()
256 y += nw; in chk()
[all …]
Dtest_workitem.cpp37 static int check_group(const get_test_data *result, int nw, cl_uint ensg, in check_group() argument
45 for (i = 0; i < nw; ++i) in check_group()
94 for (i = 0; i < nw; ++i) in check_group()
192 int i, j, k, q, r, nw; in test_work_item_functions() local
275 nw = (int)local; in test_work_item_functions()
279 error = check_group(result, nw, ensg, maxwgs); in test_work_item_functions()
282 q = (int)global / nw; in test_work_item_functions()
283 r = (int)global % nw; in test_work_item_functions()
288 for (j = 0; j < nw; ++j) in test_work_item_functions()
290 i = k * nw + j; in test_work_item_functions()
[all …]
/external/fft2d/src/fft2d/fft2d/
Dfftsg.c287 void makewt(int nw, int *ip, double *w); in cdft()
288 void cftfsub(int n, double *a, int *ip, int nw, double *w); in cdft()
289 void cftbsub(int n, double *a, int *ip, int nw, double *w); in cdft()
290 int nw; in cdft() local
292 nw = ip[0]; in cdft()
293 if (n > (nw << 2)) { in cdft()
294 nw = n >> 2; in cdft()
295 makewt(nw, ip, w); in cdft()
298 cftfsub(n, a, ip, nw, w); in cdft()
300 cftbsub(n, a, ip, nw, w); in cdft()
[all …]
Dfftsg.f270 integer n, isgn, ip(0 : *), nw local
272 nw = ip(0)
273 if (n .gt. 4 * nw) then
274 nw = n / 4
275 call makewt(nw, ip, w)
278 call cftfsub(n, a, ip, nw, w)
280 call cftbsub(n, a, ip, nw, w)
285 integer n, isgn, ip(0 : *), nw, nc local
287 nw = ip(0)
288 if (n .gt. 4 * nw) then
[all …]
Dfftsg2d.f327 integer n1max, n1, n2, isgn, ip(0 : *), n, nw, nc, j local
331 nw = ip(0)
332 if (n .gt. 4 * nw) then
333 nw = n / 4
334 call makewt(nw, ip, w)
339 call makect(nc, ip, w(nw))
386 integer n1max, n1, n2, isgn, ip(0 : *), n, nw, nc, j local
390 nw = ip(0)
391 if (n .gt. 4 * nw) then
392 nw = n / 4
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dshift.c68 int i, nw, lb, rb; in BN_lshift() local
78 nw = n / BN_BITS2; in BN_lshift()
79 if (!bn_wexpand(r, a->width + nw + 1)) { in BN_lshift()
86 t[a->width + nw] = 0; in BN_lshift()
89 t[nw + i] = f[i]; in BN_lshift()
94 t[nw + i + 1] |= l >> rb; in BN_lshift()
95 t[nw + i] = l << lb; in BN_lshift()
98 OPENSSL_memset(t, 0, nw * sizeof(t[0])); in BN_lshift()
99 r->width = a->width + nw + 1; in BN_lshift()
/external/boringssl/src/crypto/fipsmodule/bn/
Dshift.c68 int i, nw, lb, rb; in BN_lshift() local
78 nw = n / BN_BITS2; in BN_lshift()
79 if (!bn_wexpand(r, a->width + nw + 1)) { in BN_lshift()
86 t[a->width + nw] = 0; in BN_lshift()
89 t[nw + i] = f[i]; in BN_lshift()
94 t[nw + i + 1] |= l >> rb; in BN_lshift()
95 t[nw + i] = l << lb; in BN_lshift()
98 OPENSSL_memset(t, 0, nw * sizeof(t[0])); in BN_lshift()
99 r->width = a->width + nw + 1; in BN_lshift()
/external/python/cpython2/Demo/threads/
Dsync.py431 self.nw = 0 # number writers either waiting to write or writing
440 while self.nw:
457 self.nw = self.nw + 1
469 self.nw = self.nw - 1
470 if self.nw:
482 self.nw = self.nw - 1
484 if not self.nw:
/external/libaom/libaom/av1/encoder/
Ddwt.c76 int lv, i, j, nh, nw, hh = height, hw = width; in dyadic_analyze_53_uint8_input() local
97 nw = hw; in dyadic_analyze_53_uint8_input()
99 if ((nh < 2) || (nw < 2)) return; in dyadic_analyze_53_uint8_input()
101 memcpy(buffer, &c[i * pitch_c], nw * sizeof(tran_low_t)); in dyadic_analyze_53_uint8_input()
102 analysis_53_row(nw, buffer, &c[i * pitch_c], &c[i * pitch_c] + hw); in dyadic_analyze_53_uint8_input()
104 for (j = 0; j < nw; j++) { in dyadic_analyze_53_uint8_input()
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dtestfrmw.c51 time_t nw; in output() local
54 nw = time(NULL); in output()
55 now = localtime(&nw); in output()

12345678