Home
last modified time | relevance | path

Searched defs:j2 (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h113 for(Index j2=0; j2<k2; j2+=nr) in operator() local
139 for(Index j2=k2; j2<end8; j2+=8) in operator() local
188 for(Index j2=end8; j2<(std::min)(k2+rows,packet_cols4); j2+=4) in operator() local
231 for(Index j2=k2+rows; j2<packet_cols8; j2+=8) in operator() local
249 for(Index j2=(std::max)(packet_cols8,k2+rows); j2<packet_cols4; j2+=4) in operator() local
263 for(Index j2=packet_cols4; j2<cols; ++j2) in operator() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_uint128.cpp47 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_add() local
66 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_sub() local
85 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_mul() local
104 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_div() local
121 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) { in test_misc1() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.jthread/
H A Dassign.move.pass.cpp49 std::jthread j2 = support::make_test_jthread([] {}); in main() local
84 std::jthread j2 = support::make_test_jthread([] {}); in main() local
97 std::jthread j2 = support::make_test_jthread([] {}); in main() local
107 std::jthread j2 = support::make_test_jthread([] {}); in main() local
H A Dcons.move.pass.cpp34 std::jthread j2(std::move(j1)); in main() local
45 std::jthread j2(std::move(j1)); in main() local
/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
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
434 xtfloatx2 j1, j2; in xa_nn_reduce_sum_4D_f32_f32() local
/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
/aosp_15_r20/art/test/Interfaces/
H A DInterfaces.java24 public void j2(); in j2() method
34 public void j2() {}; in j2() method in Interfaces.A
38 public void j2() {}; in j2() method in Interfaces.B
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_cyclic_ptrs.cpp71 J j2; member in K
109 J j1, j2; in test1() local
132 J *j2 = reinterpret_cast<J *>(0xBAADF00D); in test2() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
H A DLimitedParallelismSharedTest.kt20 val j2 = launch(view2) { j1.cancel() } in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DReusableCancellableContinuationInvariantStressTest.kt37 val j2 = 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/jvm/test/flow/
H A DStateFlowUpdateStressTest.kt32 val j2 = launch(Dispatchers.Default) { in <lambda>() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dinsertion_sort.hpp47 BirdirectionalIterator j2 = last2; in insertion_sort_op() local
108 BirdirectionalRawIterator j2 = last2; in insertion_sort_uninitialized_copy() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
H A DInvokeOnCloseStressTest.kt46 val j2 = async { in runStressTest() constant
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_256/
H A Dfft4g.cc455 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/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/
H A DChannelCancelUndeliveredElementStressTest.kt35 val j2 = launch(Dispatchers.Default) { in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
H A DLimitedParallelismConcurrentTest.kt55 val j2 = launch(view2) { j1.cancel() } in <lambda>() constant
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfft4f2d.f813 integer n1max, n, n2, i, j, j1, j2, j3, k, k1, ks, l, m local
926 integer n1max, n1, n, i, j, j1, j2, j3, k, k1, ks, l, m local
1045 integer n1max, n, n2, i, j, j1, j2, j3, k, k1, ks, l, m local
1158 integer n1max, n1, n, i, j, j1, j2, j3, k, k1, ks, l, m local
1325 integer n1max, n1, n2, nc, kk1, kk2, ks1, ks2, n2h, j2, local
1392 integer n1max, n1, n2, nc, kk1, kk2, ks1, ks2, n2h, j2, local
1459 integer n1max, n1, n2, nc, kk1, kk2, ks1, ks2, n2h, j2, local
1526 integer n1max, n1, n2, nc, kk1, kk2, ks1, ks2, n2h, j2, local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
H A DFgsManagerControllerTest.java158 UserVisibleJobSummary j2 = new UserVisibleJobSummary(1, "pkg2", 0, "pkg2", null, 1); in testNumPackages_jobs() local
404 UserVisibleJobSummary j2 = new UserVisibleJobSummary(1, "pkg2", 0, "pkg2", null, 1); in testShowUserVisibleJobsToggling() local

123456