Home
last modified time | relevance | path

Searched defs:nw (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dsubgroup_common_templates.h46 int nw = test_params.local_workgroup_size; in gen() local
150 int nw = test_params.local_workgroup_size; in chk() local
364 void generate_inputs(Ty *x, Ty *t, cl_int *m, int ns, int nw, int ng) in generate_inputs()
426 int nw = test_params.local_workgroup_size; in gen() local
489 size_t nw = test_params.local_workgroup_size; in chk() local
584 int nw = test_params.local_workgroup_size; in gen() local
595 int nw = test_params.local_workgroup_size; in chk() local
683 int nw = test_params.local_workgroup_size; in gen() local
694 int nw = test_params.local_workgroup_size; in chk() local
799 int nw = test_params.local_workgroup_size; in gen() local
[all …]
H A Dtest_subgroup_clustered_reduce.cpp61 int nw = test_params.local_workgroup_size; in gen() local
71 int nw = test_params.local_workgroup_size; in chk() local
H A Dtest_barrier.cpp77 int nw = test_params.local_workgroup_size; in gen() local
109 int nw = test_params.local_workgroup_size; in chk() local
H A Dtest_subgroup_non_uniform_vote.cpp37 int nw = test_params.local_workgroup_size; in gen() local
95 int nw = test_params.local_workgroup_size; in chk() local
H A Dtest_subgroup.cpp39 int nw = test_params.local_workgroup_size; in gen() local
82 int nw = test_params.local_workgroup_size; in chk() local
H A Dtest_workitem.cpp38 static int check_group(const get_test_data *result, int nw, cl_uint ensg, in check_group()
193 int i, j, k, q, r, nw; in test_work_item_functions() local
H A Dtest_ifp.cpp238 int nw = test_params.local_workgroup_size; in gen() local
258 int nw = test_params.local_workgroup_size; in chk() local
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfftsg.c290 int nw; in cdft() local
313 int nw, nc; in rdft() local
358 int j, nw, nc; in ddct() local
414 int j, nw, nc; in ddst() local
468 int j, k, l, m, mh, nw, nc; in dfct() local
561 int j, k, l, m, mh, nw, nc; in dfst() local
643 void makewt(int nw, int *ip, double *w) in makewt()
704 void makeipt(int nw, int *ip) in makeipt()
800 void cftfsub(int n, double *a, int *ip, int nw, double *w) in cftfsub()
848 void cftbsub(int n, double *a, int *ip, int nw, double *w) in cftbsub()
[all …]
H A Dfftsg.f270 integer n, isgn, ip(0 : *), nw local
285 integer n, isgn, ip(0 : *), nw, nc local
320 integer n, isgn, ip(0 : *), j, nw, nc local
366 integer n, isgn, ip(0 : *), j, nw, nc local
412 integer n, ip(0 : *), j, k, l, m, mh, nw, nc local
497 integer n, ip(0 : *), j, k, l, m, mh, nw, nc local
574 subroutine makewt(nw, ip, w) argument
575 integer nw, ip(0 : *), j, nwh, nw0, nw1 local
631 subroutine makeipt(nw, ip) argument
632 integer nw, ip(0 : *), j, l, m, m2, p, q local
[all …]
H A Dfft4f2d.c346 int n, nw, nc, n1h, i, j; in rdft2d() local
430 int n, nw, nc, n1h, n2h, i, ix, ic, j, jx, jc; in ddct2d() local
565 int n, nw, nc, n1h, n2h, i, ix, ic, j, jx, jc; in ddst2d() local
690 void makewt(int nw, int *ip, double *w) in makewt()
/aosp_15_r20/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io_driver.cpp15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer()
33 extern "C" void rscAllocationSetSurface(RsContext rscR, RsAllocation allocR, ANativeWindow *nw) { in rscAllocationSetSurface()
85 ANativeWindow *nw = drv->wndSurface; in rscAllocationDestroy() local
98 ANativeWindow *nw = drv->wndSurface; in rscAllocationIoSend() local
/aosp_15_r20/out/soong/.intermediates/system/core/trusty/stats/aidl/android.trusty.stats.nw.setter-cpp-source/gen/android/trusty/stats/nw/setter/
DIStatsSetter.cpp14 namespace nw { namespace
29 namespace nw { namespace
82 namespace nw { namespace
/aosp_15_r20/external/musl/src/string/
H A Dstrstr.c6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local
13 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local
21 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
H A Dmemmem.c7 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local
15 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_memmem() local
24 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_memmem() local
/aosp_15_r20/external/trusty/musl/src/string/
Dstrstr.c6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local
13 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local
21 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
Dmemmem.c7 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local
15 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_memmem() local
24 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_memmem() local
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrstr.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local
40 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local
49 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
H A Dmemmem.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local
41 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_memmem() local
51 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_memmem() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h75 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
125 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/
H A Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()
/aosp_15_r20/external/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/
H A Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/
H A Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()

12345678910>>...13