Home
last modified time | relevance | path

Searched refs:note2 (Results 1 – 5 of 5) sorted by relevance

/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox131 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
143 <td>Slow-very slow<sup><a href="#note2">2</a></sup></td>
155 <td>Average-slow<sup><a href="#note2">2</a></sup></td>
167 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
181 <td>Average-slow<sup><a href="#note2">2</a></sup></td>
193 <td>Slow-very slow<sup><a href="#note2">2</a></sup></td>
231 <li><a name="note2">\b 2: </a>Eigenvalues, SVD and Schur decompositions rely on iterative algorithm…
/external/llvm/test/MC/AsmParser/
Dsection_names.s29 .section .note2
59 # CHECK: Name: .note2
/external/elfutils/src/
Delfcmp.c427 GElf_Nhdr note2; in main() local
448 off2 = gelf_getnote (data2, off2, &note2, in main()
454 const char *name2 = (note2.n_namesz == 0 in main()
458 if (note1.n_namesz != note2.n_namesz in main()
467 if (note1.n_type != note2.n_type) in main()
475 if (note1.n_descsz != note2.n_descsz in main()
482 if (note1.n_descsz != note2.n_descsz) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dsection_names.s31 .section .note2
71 # CHECK: Name: .note2
/external/clang/test/SemaObjC/
Dattr-deprecated.m288 typedef struct {} S1 __attribute__((unavailable)); // expected-note2{{marked unavailable here}}
289 typedef struct {} S2 __attribute__((deprecated)); // expected-note2{{marked deprecated here}}