Home
last modified time | relevance | path

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

123

/external/eigen/Eigen/src/Core/products/
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
/external/eigen/unsupported/test/
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
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DLimitedParallelismSharedTest.kt23 val j2 = launch(view2) { j1.cancel() } in <lambda>() constant
DCoroutinesTest.kt61 val j2 = launch { in <lambda>() constant
/external/webrtc/common_audio/third_party/ooura/fft_size_128/
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
/external/fft2d/src/fft2d/fft2d/sample2d/
Dshrtdctt.c45 int j1, j2, seed = 0; in putdata2d() local
57 int j1, j2, seed = 0; in errorcheck2d() local
Dfftsg2dt.c84 int j1, j2, seed = 0; in putdata2d() local
96 int j1, j2, seed = 0; in errorcheck2d() local
Dfft4f2dt.c86 int j1, j2, seed = 0; in putdata2d() local
98 int j1, j2, seed = 0; in errorcheck2d() local
Dfftsg3dt.c101 int j1, j2, j3, seed = 0; in putdata3d() local
115 int j1, j2, j3, seed = 0; in errorcheck3d() local
Dfftsg2dt.f61 integer n1max, n1, n2, j1, j2, seed local
73 integer n1max, n1, n2, j1, j2, seed local
Dfft4f2dt.f62 integer n1max, n1, n2, j1, j2, seed local
74 integer n1max, n1, n2, j1, j2, seed local
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
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DStateFlowUpdateStressTest.kt35 val j2 = launch(Dispatchers.Default) { in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DInvokeOnCloseStressTest.kt50 val j2 = async { in runStressTest() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
DLimitedParallelismConcurrentTest.kt57 val j2 = launch(view2) { j1.cancel() } in <lambda>() constant
/external/rust/crates/tokio/tests/
Dtask_local.rs13 let j2 = tokio::spawn(REQ_ID.scope(2, async move { in local() localVariable
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/
DChannelCancelUndeliveredElementStressTest.kt38 val j2 = launch(Dispatchers.Default) { in <lambda>() constant
/external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
Dp3-0x.cpp15 int &j2 = g2(i); variable
/external/OpenCL-CTS/test_conformance/basic/
Dtest_imagedim.cpp82 int i, j, i2, j2, err = 0; in test_imagedim_pow2() local
289 int i, j, i2, j2, err = 0; in test_imagedim_non_pow2() local
/external/webrtc/common_audio/third_party/ooura/fft_size_256/
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
/external/minijail/test/
Dlibminijail_test.cpp127 minijail* j2 = minijail_new(); in main() local
/external/clang/test/SemaCXX/
Daddress-of-temporary.cpp48 void j2() { (void)S { A{} }; } in j2() function
Ddr1301.cpp60 int j2 = J().f(); // ok variable
/external/eigen/test/
Dstable_norm.cpp165 Index j2 = internal::random<Index>(0,cols-1); in stable_norm() local
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DSnippetFormatter.java147 int j2 = NOT_WHITESPACE.indexIn(replacement, j + 1); in toReplacements() local

123