Home
last modified time | relevance | path

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

123

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h96 for(Index j2=0; j2<k2; j2+=nr) in operator() local
122 for(Index j2=k2; j2<end8; j2+=8) in operator() local
171 for(Index j2=end8; j2<(std::min)(k2+rows,packet_cols4); j2+=4) in operator() local
214 for(Index j2=k2+rows; j2<packet_cols8; j2+=8) in operator() local
232 for(Index j2=(std::max)(packet_cols8,k2+rows); j2<packet_cols4; j2+=4) in operator() local
246 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/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/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/llvm-project/clang/test/Sema/
Ddllexport-2.cpp21 __declspec(dllexport) CInt j2; //expected-error {{default initialization of an object of const type… variable
Dassign.c34 void testJ1(struct J j1, struct J j2) { in testJ1()
50 void testJ1_(J j1, J j2) { in testJ1_()
/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/jvm/test/channels/
DInvokeOnCloseStressTest.kt50 val j2 = async { in runStressTest() constant
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/llvm-project/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/llvm-project/lldb/test/API/lang/cpp/diamond/
Dmain.cpp71 Joiner2 j2; in main() 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/eigen/test/
Dstable_norm.cpp156 Index j2 = internal::random<Index>(0,cols-1); in stable_norm() local
/external/minijail/test/
Dlibminijail_test.cpp127 minijail* j2 = minijail_new(); in main() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutinesTest.kt61 val j2 = launch { in <lambda>() constant
/external/llvm-project/clang/test/CXX/temp/temp.param/
Dp10-2a.cpp135 using j2 = J<'a', nullptr>; typedef
/external/clang/test/SemaCXX/
Daddress-of-temporary.cpp48 void j2() { (void)S { A{} }; } in j2() function

123