HomeSort by relevance Sort by last modified time
    Searched full:note2 (Results 1 - 25 of 27) sorted by null

1 2

  /external/eigen/doc/
TopicLinearAlgebraDecompositions.dox 130 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
142 <td>Slow-very slow<sup><a href="#note2">2</a></sup></td>
154 <td>Average-slow<sup><a href="#note2">2</a></sup></td>
166 <td>Fast-average<sup><a href="#note2">2</a></sup></td>
180 <td>Average-slow<sup><a href="#note2">2</a></sup></td>
192 <td>Slow-very slow<sup><a href="#note2">2</a></sup></td>
230 <li><a name="note2">\b 2: </a>Eigenvalues, SVD and Schur decompositions rely on iterative algorithms. Their convergence speed depends on how well the eigenvalues are separated.</li>
  /external/llvm/test/MC/AsmParser/
section_names.s 29 .section .note2
59 # CHECK: Name: .note2
  /external/clang/test/SemaCXX/
delete.cpp 109 int *a = new int(5); // expected-note2 {{allocated with 'new' here}}
114 int *d{new int[1]}; // expected-note2 {{allocated with 'new[]' here}}
enable_if.cpp 20 static void s(int n) __attribute__((enable_if(n == 0, "chosen when 'n' is zero"))); // expected-note2{{candidate disabled: chosen when 'n' is zero}}
45 __attribute__((deprecated)) constexpr int old() { return 0; } // expected-note2{{'old' has been explicitly marked deprecated here}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 79 auto L = [](auto *a) ->decltype (a->foo()) { //expected-note2{{candidate template ignored:}}
  /external/clang/test/SemaObjC/
attr-deprecated.m 288 typedef struct {} S1 __attribute__((unavailable)); // expected-note2{{marked unavailable here}}
289 typedef struct {} S2 __attribute__((deprecated)); // expected-note2{{marked deprecated here}}
  /external/elfutils/src/
elfcmp.c 413 GElf_Nhdr note2; local
433 off2 = gelf_getnote (data2, off2, &note2,
442 if (note1.n_namesz != note2.n_namesz
451 if (note1.n_type != note2.n_type)
459 if (note1.n_descsz != note2.n_descsz
466 if (note1.n_descsz != note2.n_descsz)
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java 241 final String note2 = "note 2"; local
249 mValues3.put(Note.NOTE, note2);
258 assertEquals(note2, ((NoteDataItem) dataList.get(1)).getNote());
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 168 vector(const allocator<T>& = allocator<T>()) {} // expected-note2 {{instantiation of}}
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 145 * Note2: Reserved fields may someday contain valuable data. Always
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 88 * Note2:
  /external/fdlibm/
s_erf.c 86 * Note2:
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSchemaRegistryImpl.java 309 * Note2: The method is only package-private so that it can be tested with unittests
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 410 .put(Note.NOTE, "note2");
VCardExporterTests.java     [all...]
  /prebuilts/go/darwin-x86/src/math/
erf.go 98 // Note2:
  /prebuilts/go/linux-x86/src/math/
erf.go 98 // Note2:
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 228 * such drivers to use hidden SSIDs. Note2: Most nl80211-based drivers
ChangeLog     [all...]
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 61 new NoteInfo("Note2", "This is note 2"),
    [all...]
  /external/libxml2/
dict.c 36 * Note2: the fast function used for a small dict won't protect very
  /external/autotest/server/cros/dynamic_suite/
reporting.py     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/wpa_supplicant_8/hostapd/
ChangeLog     [all...]
  /system/bt/stack/include/
btm_api.h     [all...]

Completed in 774 milliseconds

1 2