| /external/eigen/Eigen/src/Core/products/ |
| D | SelfadjointMatrixMatrix.h | 113 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/ |
| D | cxx11_tensor_uint128.cpp | 47 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/ |
| D | LimitedParallelismSharedTest.kt | 23 val j2 = launch(view2) { j1.cancel() } in <lambda>() constant
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
| D | ReusableCancellableContinuationInvariantStressTest.kt | 40 val j2 = launch(Dispatchers.Default) { in doTest() constant
|
| /external/fft2d/src/fft2d/fft2d/sample2d/ |
| D | shrtdctt.c | 45 int j1, j2, seed = 0; in putdata2d() local 57 int j1, j2, seed = 0; in errorcheck2d() local
|
| D | fftsg2dt.c | 84 int j1, j2, seed = 0; in putdata2d() local 96 int j1, j2, seed = 0; in errorcheck2d() local
|
| D | fft4f2dt.c | 86 int j1, j2, seed = 0; in putdata2d() local 98 int j1, j2, seed = 0; in errorcheck2d() local
|
| D | fftsg3dt.c | 101 int j1, j2, j3, seed = 0; in putdata3d() local 115 int j1, j2, j3, seed = 0; in errorcheck3d() local
|
| D | fft4f2dt.f | 62 integer n1max, n1, n2, j1, j2, seed local 74 integer n1max, n1, n2, j1, j2, seed local
|
| D | fftsg2dt.f | 61 integer n1max, n1, n2, j1, j2, seed local 73 integer n1max, n1, n2, j1, j2, seed local
|
| D | fftsg3dt.f | 82 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/ |
| D | ooura_fft.cc | 146 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/ |
| D | StateFlowUpdateStressTest.kt | 35 val j2 = launch(Dispatchers.Default) { in <lambda>() constant
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ |
| D | InvokeOnCloseStressTest.kt | 49 val j2 = async { in runStressTest() constant
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/ |
| D | ChannelCancelUndeliveredElementStressTest.kt | 38 val j2 = launch(Dispatchers.Default) { in <lambda>() constant
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/pairs/pairs.pair/ |
| D | assign_const_copy_convert.pass.cpp | 52 long j2 = 4; in test() local
|
| D | assign_const_move_convert.pass.cpp | 52 long j2 = 4; in test() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | const_convert_move.pass.cpp | 49 long j2 = 4; in test() local
|
| D | const_pair_move.pass.cpp | 52 long j2 = 4; in test() local
|
| D | const_convert_copy.pass.cpp | 50 long j2 = 4; in test() local
|
| D | const_pair_copy.pass.cpp | 52 long j2 = 4; in test() local
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/ |
| D | LimitedParallelismConcurrentTest.kt | 58 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/ |
| D | op_spaceship.pass.cpp | 77 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/ |
| D | p3-0x.cpp | 15 int &j2 = g2(i); variable
|
| /external/OpenCL-CTS/test_conformance/basic/ |
| D | test_imagedim.cpp | 82 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
|