Home
last modified time | relevance | path

Searched defs:j1 (Results 1 – 25 of 198) sorted by relevance

12345678

/aosp_15_r20/external/executorch/backends/cadence/hifi/third-party/nnlib/
H A Dxa_nn_reduce_32_32.c45 xtfloat j1, j2; in vecmean16_inpx3() local
67 xtfloatx2 j1, j2; in vecmean16_inpx2() local
86 xtfloat j1; in vecmean16_inpx2() local
105 xtfloatx2 j1, j2, j3, j4; in vecmean32_inpx3() local
127 xtfloat j1, j2; in vecmean32_inpx3() local
148 xtfloatx2 j1, j2; in vecmean32_inpx2() local
164 xtfloat j1; in vecmean32_inpx2() local
317 xtfloat j1; in xa_nn_reduce_sum_4D_f32_f32() local
434 xtfloatx2 j1, j2; in xa_nn_reduce_sum_4D_f32_f32() local
451 xtfloat j1; in xa_nn_reduce_sum_4D_f32_f32() local
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfft4f2d.c742 int j, j1, k, k1, l, m, m2; in bitrv2() local
796 int i, j, j1, k, k1, l, m, m2; in bitrv2col() local
854 int i, j, j1, k, k1, l, m; in bitrv2row() local
913 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftbcol() local
1028 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftbrow() local
1149 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftfcol() local
1264 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftfrow() local
1437 int kk1, kk2, ks1, ks2, n1h, j1, k1, k2; in dctbsub() local
1505 int kk1, kk2, ks1, ks2, n1h, j1, k1, k2; in dctfsub() local
1573 int kk1, kk2, ks1, ks2, n1h, j1, k1, k2; in dstbsub() local
[all …]
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_128/
H A Dooura_fft.cc146 int j0, j1, j2, j3, k, k1, k2, m2; in cftmdl_128_C() local
271 int j1, j2, k1, k2; in rftfsub_128_C() local
292 int j1, j2, k1, k2; in rftbsub_128_C() local
414 int j, j1, j2, j3, l; in cftbsub_128() local
445 int j, j1, j2, j3, l; in cftfsub_128() local
488 unsigned int j, j1, k, k1; in bitrv2_128() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.jthread/
H A Dassign.move.pass.cpp45 std::jthread j1 = support::make_test_jthread([] {}); in main() local
83 std::jthread j1 = support::make_test_jthread([] {}); in main() local
96 std::jthread j1 = support::make_test_jthread([] {}); in main() local
106 std::jthread j1; in main() local
H A Dcons.move.pass.cpp31 std::jthread j1 = support::make_test_jthread([] {}); in main() local
42 std::jthread j1 = support::make_test_jthread([] {}); in main() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_uint128.cpp46 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_add() local
65 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_sub() local
84 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_mul() local
103 for (uint64_t j1 = 0; j1 < 100; ++j1) { in test_div() local
/aosp_15_r20/art/test/Interfaces/
H A DInterfaces.java23 public void j1(); in j1() method
33 public void j1() {}; in j1() method in Interfaces.A
37 public void j1() {}; in j1() method in Interfaces.B
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_cyclic_ptrs.cpp70 J j1; member in K
109 J j1, j2; in test1() local
130 J *j1 = new J; in test2() local
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_256/
H A Dfft4g.cc357 size_t j, j1, k, k1, l, m, m2; in bitrv2() local
455 size_t j, j1, j2, j3, l; in cftfsub() local
503 size_t j, j1, j2, j3, l; in cftbsub() local
654 size_t j, j1, j2, j3, k, k1, k2, m, m2; in cftmdl() local
/aosp_15_r20/external/eigen/test/
H A Dsparse_block.cpp129 Index j1 = internal::random<Index>(0,outer-1); in sparse_block() local
193 Index j1 = internal::random<Index>(0,outer-2); in sparse_block() local
225 Index j1 = internal::random<Index>(0,outer-2); in sparse_block() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
H A DFgsManagerControllerTest.java157 UserVisibleJobSummary j1 = new UserVisibleJobSummary(0, "pkg1", 0, "pkg1", null, 0); in testNumPackages_jobs() local
186 UserVisibleJobSummary j1 = new UserVisibleJobSummary(0, "pkg1", 0, "pkg1", null, 0); in testNumPackages_FgsAndJobs() local
403 UserVisibleJobSummary j1 = new UserVisibleJobSummary(0, "pkg1", 0, "pkg1", null, 0); in testShowUserVisibleJobsToggling() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
H A DLimitedParallelismSharedTest.kt15 val j1 = launch(view) { in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DReusableCancellableContinuationInvariantStressTest.kt28 val j1 = launch(Dispatchers.Default) { in doTest() constant
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/sample2d/
H A Dshrtdctt.c45 int j1, j2, seed = 0; in putdata2d() local
57 int j1, j2, seed = 0; in errorcheck2d() local
H A Dfftsg2dt.c84 int j1, j2, seed = 0; in putdata2d() local
96 int j1, j2, seed = 0; in errorcheck2d() local
H A Dfft4f2dt.c86 int j1, j2, seed = 0; in putdata2d() local
98 int j1, j2, seed = 0; in errorcheck2d() local
H A Dfftsg3dt.c101 int j1, j2, j3, seed = 0; in putdata3d() local
115 int j1, j2, j3, seed = 0; in errorcheck3d() local
H A Dfft4f2dt.f62 integer n1max, n1, n2, j1, j2, seed local
74 integer n1max, n1, n2, j1, j2, seed local
H A Dfftsg2dt.f61 integer n1max, n1, n2, j1, j2, seed local
73 integer n1max, n1, n2, j1, j2, seed local
H A Dfftsg3dt.f82 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
96 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/flow/
H A DStateFlowUpdateCommonTest.kt23 val j1 = launch(Dispatchers.Default) { in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
H A DStateFlowUpdateStressTest.kt26 val j1 = launch(Dispatchers.Default) { in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
H A DInvokeOnCloseStressTest.kt41 val j1 = async { in runStressTest() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/
H A DChannelCancelUndeliveredElementStressTest.kt31 val j1 = launch(Dispatchers.Default) { in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
H A DLimitedParallelismConcurrentTest.kt50 val j1 = launch(view) { in <lambda>() constant

12345678