/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/ |
H A D | subgroup_common_templates.h | 46 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 D | test_subgroup_clustered_reduce.cpp | 61 int nw = test_params.local_workgroup_size; in gen() local 71 int nw = test_params.local_workgroup_size; in chk() local
|
H A D | test_barrier.cpp | 77 int nw = test_params.local_workgroup_size; in gen() local 109 int nw = test_params.local_workgroup_size; in chk() local
|
H A D | test_subgroup_non_uniform_vote.cpp | 37 int nw = test_params.local_workgroup_size; in gen() local 95 int nw = test_params.local_workgroup_size; in chk() local
|
H A D | test_subgroup.cpp | 39 int nw = test_params.local_workgroup_size; in gen() local 82 int nw = test_params.local_workgroup_size; in chk() local
|
H A D | test_workitem.cpp | 38 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 D | test_ifp.cpp | 238 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 D | fftsg.c | 290 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 D | fftsg.f | 270 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 D | fft4f2d.c | 346 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 D | android_rscompat_usage_io_driver.cpp | 15 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/ |
D | IStatsSetter.cpp | 14 namespace nw { namespace 29 namespace nw { namespace 82 namespace nw { namespace
|
/aosp_15_r20/external/musl/src/string/ |
H A D | strstr.c | 6 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 D | memmem.c | 7 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/ |
D | strstr.c | 6 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
|
D | memmem.c | 7 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 D | strstr.c | 32 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 D | memmem.c | 32 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/ |
D | discrete_distribution.h | 73 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 D | discrete_distribution.h | 75 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 D | discrete_distribution.h | 73 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 D | discrete_distribution.h | 73 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 D | discrete_distribution.h | 73 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 D | discrete_distribution.h | 73 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 D | discrete_distribution.h | 73 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()
|