/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | BlockSparseMatrix.h | 415 for(StorageIndex bj = 0; bj < m_outerBSize; ++bj) 419 blockPattern.startVec(bj); 420 for(StorageIndex j = blockOuterIndex(bj); j < blockOuterIndex(bj+1); ++j) 430 blockPattern.insertBackByOuterInnerUnordered(bj, bi) = true; 432 m_nonzeros += blockOuterSize(bj) * blockInnerSize(bi); 443 for(StorageIndex bj = 0; bj < m_outerBSize; ++bj) 446 for(StorageIndex j = blockOuterIndex(bj); j < blockOuterIndex(bj+1); ++j) 455 while(bi > m_indices[m_outerIndex[bj]+idx]) ++idx; // Not expensive for ordered blocks 460 idxVal = m_blockPtr[m_outerIndex[bj]+idx]; 462 … idxVal += (j - blockOuterIndex(bj)) * blockOuterSize(bj) + it_spmat.index() - m_innerOffset[bi]; [all …]
|
/external/rust/crates/ring/crypto/fipsmodule/ec/asm/ |
D | ecp_nistz256-armv4.pl | 423 my ($t0,$t1,$bj,$t2,$t3)=map("r$_",(0,1,2,12,14)); 447 ldr $bj,[$b_ptr,#0] @ b[0] 450 umull @acc[0],$t3,@acc[1],$bj @ r[0]=a[0]*b[0] 455 umull @acc[1],$t0,@acc[2],$bj @ r[1]=a[1]*b[0] 456 umull @acc[2],$t1,@acc[3],$bj 458 umull @acc[3],$t2,@acc[4],$bj 460 umull @acc[4],$t3,@acc[5],$bj 462 umull @acc[5],$t0,@acc[6],$bj 464 umull @acc[6],$t1,@acc[7],$bj 466 umull @acc[7],$t2,@acc[8],$bj [all …]
|
/external/llvm-project/lldb/test/Shell/BuildScript/ |
D | modes.test | 22 COMPILE-MULTI: compiling foo.c -> foo.o{{(bj)?}} 23 COMPILE-MULTI: compiling bar.c -> bar.o{{(bj)?}} 30 BOTH: compiling foobar.c -> [[OBJFOO:foobar.exe-foobar.o(bj)?]] 33 BOTH-MULTI: compiling foo.c -> [[OBJFOO:foobar.exe-foo.o(bj)?]] 34 BOTH-MULTI: compiling bar.c -> [[OBJBAR:foobar.exe-bar.o(bj)?]]
|
/external/webrtc/modules/third_party/fft/ |
D | fft.c | 280 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; in FFTRADIX() local 574 bj = Im [k1] + Im [k2]; in FFTRADIX() 576 Im [kk] = bk + bj; in FFTRADIX() 578 bk -= 0.5 * bj; in FFTRADIX() 580 bj = (Im [k1] - Im [k2]) * s60; in FFTRADIX() 581 Re [k1] = ak - bj; in FFTRADIX() 582 Re [k2] = ak + bj; in FFTRADIX() 615 bj = bkm * s72 + bjm * s2; in FFTRADIX() 616 Re [k1] = ak - bj; in FFTRADIX() 617 Re [k4] = ak + bj; in FFTRADIX() [all …]
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 161 bj = (OPJ_INT32*)opj_malloc(l_data_size); 162 /* l_data_size is equal to 0 when numresolutions == 1 but bj is not used */ 165 bj[k] = aj[k * w]; 168 - (*p_function)(bj, dn, sn, cas_col); 169 + (*p_function) (bj, l_data_count, dn, sn, cas_col); 171 opj_dwt_deinterleave_v(bj, aj, dn, sn, w, cas_col); 175 bj[k] = aj[k]; 177 - (*p_function)(bj, dn, sn, cas_row); 178 + (*p_function) (bj, l_data_count, dn, sn, cas_row); 179 opj_dwt_deinterleave_h(bj, aj, dn, sn, cas_row);
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | BoundSet.java | 78 Bound bj = bounds.get(j); in findPairSameAs() local 79 if (bj instanceof SameAsBound) { in findPairSameAs() 80 SameAsBound sj = (SameAsBound)bj; in findPairSameAs() 107 Bound bj = bounds.get(j); in forEachPairSameAs() local 108 if (bj instanceof SameAsBound) { in forEachPairSameAs() 109 SameAsBound sj = (SameAsBound)bj; in forEachPairSameAs() 125 Bound bj = bounds.get(j); in forEachPairSameAndSubtype() local 126 if (bj instanceof SubtypeOfBound) { in forEachPairSameAndSubtype() 127 SubtypeOfBound sj = (SubtypeOfBound)bj; in forEachPairSameAndSubtype() 143 Bound bj = bounds.get(j); in forEachPairSubtypeAndSubtype() local [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Conj.pbtxt | 7 complex numbers in `input` must be of the form \\(a + bj\\), where *a* is the 10 The complex conjugate returned by this operation is of the form \\(a - bj\\).
|
D | api_def_ComplexAbs.pbtxt | 7 elements in `x` must be complex numbers of the form \\(a + bj\\). The absolute
|
D | api_def_Imag.pbtxt | 7 elements in `input` must be complex numbers of the form \\(a + bj\\), where *a*
|
D | api_def_Real.pbtxt | 7 `input` must be complex numbers of the form \\(a + bj\\), where *a* is the real
|
D | api_def_Complex.pbtxt | 7 operation returns complex numbers elementwise of the form \\(a + bj\\), where
|
D | api_def_Angle.pbtxt | 7 `input` must be complex numbers of the form \\(a + bj\\), where *a*
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | PR40267.ll | 16 …%bj = select <4 x i1> <i1 true, i1 true, i1 false, i1 false>, <4 x i32> <i32 55, i32 21, i32 92, i… 17 %E1 = extractelement <4 x i32> %bj, i32 0
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/ |
D | .gitignore | 7 [Oo]bj/ 94 [Oo]bj
|
/external/python/cpython2/Lib/ |
D | difflib.py | 562 for ai, bj, size in self.get_matching_blocks(): 569 if i < ai and j < bj: 573 elif j < bj: 576 answer.append( (tag, i, ai, j, bj) ) 577 i, j = ai+size, bj+size 581 answer.append( ('equal', ai, i, bj, j) ) 972 bj = b[j] 973 cruncher.set_seq2(bj) 976 if ai == bj:
|
/external/python/cpython3/Lib/ |
D | difflib.py | 557 for ai, bj, size in self.get_matching_blocks(): 564 if i < ai and j < bj: 568 elif j < bj: 571 answer.append( (tag, i, ai, j, bj) ) 572 i, j = ai+size, bj+size 576 answer.append( ('equal', ai, i, bj, j) ) 962 bj = b[j] 963 cruncher.set_seq2(bj) 966 if ai == bj:
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/ |
D | .gitignore | 5 [Oo]bj/
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA-spellout.txt | 27 [Ww] > dəbjə ;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | dynamic-cast-hint.cpp | 51 volatile J *bj = dynamic_cast<J *>(b); in test() local
|
/external/clang/test/CodeGenCXX/ |
D | dynamic-cast-hint.cpp | 49 volatile J *bj = dynamic_cast<J *>(b); in test() local
|
/external/icu/icu4c/source/data/translit/ |
D | dsb_dsb_FONIPA.txt | 16 bj → bʲ ; # modern spelling
|
D | cs_FONIPA_ko.txt | 17 bj } $vowel → b ; # objɛc → obeti
|
/external/cldr/common/testData/transforms/ |
D | ja-t-cs-fonipa.txt | 9 bjɛlorusko ビェロルスコ 200 zaːbjɛɦlɪt͡sɛ ザービェフリツェ
|
/external/Reactive-Extensions/RxCpp/ |
D | .gitignore | 70 [Oo]bj
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.c | 154 const GLfloat bj = _mesa_half_to_float(rowB[j][e]); \ 160 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \ 441 GLfloat aj, ak, bj, bk; in do_row() local 444 bj = _mesa_half_to_float(rowB[j][comp]); in do_row() 446 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F); in do_row() 458 GLfloat aj, ak, bj, bk; in do_row() local 461 bj = _mesa_half_to_float(rowB[j][comp]); in do_row() 463 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F); in do_row() 475 GLfloat aj, ak, bj, bk; in do_row() local 478 bj = _mesa_half_to_float(rowB[j][comp]); in do_row() [all …]
|