Home
last modified time | relevance | path

Searched defs:j2 (Results 1 – 25 of 60) 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
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DReusableCancellableContinuationInvariantStressTest.kt40 val j2 = launch(Dispatchers.Default) { in doTest() constant
/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
Dfft4f2dt.f62 integer n1max, n1, n2, j1, j2, seed local
74 integer n1max, n1, n2, j1, j2, seed local
Dfftsg2dt.f61 integer n1max, n1, n2, j1, j2, seed local
73 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/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/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.kt49 val j2 = async { in runStressTest() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/
DChannelCancelUndeliveredElementStressTest.kt38 val j2 = launch(Dispatchers.Default) { in <lambda>() constant
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/pairs/pairs.pair/
Dassign_const_copy_convert.pass.cpp52 long j2 = 4; in test() local
Dassign_const_move_convert.pass.cpp52 long j2 = 4; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dconst_convert_move.pass.cpp49 long j2 = 4; in test() local
Dconst_pair_move.pass.cpp52 long j2 = 4; in test() local
Dconst_convert_copy.pass.cpp50 long j2 = 4; in test() local
Dconst_pair_copy.pass.cpp52 long j2 = 4; in test() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
DLimitedParallelismConcurrentTest.kt58 val j2 = launch(view2) { j1.cancel() } in <lambda>() constant
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/
Dop_spaceship.pass.cpp77 const std::move_iterator<Jt> j2 = std::move_iterator<Jt>(Jt(a + 2)); in test_two() local
/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

123