Searched refs:ces (Results 1 - 25 of 45) sorted by relevance

12

/external/eigen/doc/snippets/
H A DComplexEigenSolver_eigenvalues.cpp2 ComplexEigenSolver<MatrixXcf> ces(ones, /* computeEigenvectors = */ false);
4 << endl << ces.eigenvalues() << endl;
H A DComplexEigenSolver_eigenvectors.cpp2 ComplexEigenSolver<MatrixXcf> ces(ones);
4 << endl << ces.eigenvectors().col(1) << endl;
H A DComplexEigenSolver_compute.cpp4 ComplexEigenSolver<MatrixXcf> ces; variable
5 ces.compute(A);
6 cout << "The eigenvalues of A are:" << endl << ces.eigenvalues() << endl;
7 cout << "The matrix of eigenvectors, V, is:" << endl << ces.eigenvectors() << endl << endl;
9 complex<float> lambda = ces.eigenvalues()[0];
11 VectorXcf v = ces.eigenvectors().col(0);
16 << ces.eigenvectors() * ces.eigenvalues().asDiagonal() * ces.eigenvectors().inverse() << endl;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.h115 uint32_t *ces; member in class:CEList
264 * @param ces - the CEs
269 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
282 * @param ces - the CEs
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
H A Dcolldata.cpp39 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
69 ces = ceBuffer;
100 if (ces != ceBuffer) {
101 DELETE_ARRAY(ces);
120 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
122 if (ces != ceBuffer) {
123 DELETE_ARRAY(ces);
126 ces = newCEs;
130 ces[listSize++] = ce;
136 return ces[inde
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.h115 uint32_t *ces; member in class:CEList
264 * @param ces - the CEs
269 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
282 * @param ces - the CEs
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
H A Dcolldata.cpp41 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
71 ces = ceBuffer;
102 if (ces != ceBuffer) {
103 DELETE_ARRAY(ces);
122 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
124 if (ces != ceBuffer) {
125 DELETE_ARRAY(ces);
128 ces = newCEs;
132 ces[listSize++] = ce;
138 return ces[inde
[all...]
H A Dcollationtest.cpp169 UVector64 ces(errorCode);
170 rbc->internalGetCEs(UnicodeString(FALSE, s, 2), ces, errorCode); local
172 if(ces.size() != 2) {
173 errln("expected 2 CEs for <FFFE, FFFF>, got %d", (int)ces.size());
176 int64_t ce = ces.elementAti(0);
184 ce = ces.elementAti(1);
859 UVector64 ces(errorCode);
905 ces.removeAllElements();
906 rbc->internalGetCEs(s, ces, errorCode);
908 for(int32_t i = 0; i < ces
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationbasedatabuilder.h64 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
66 void addRootElements(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
H A Dcollationdata.h38 ce32s(NULL), ces(NULL), contexts(NULL), base(NULL),
97 int64_t dataCE = ces[Collation::indexFromCE32(ce32)];
154 const int64_t *ces; member in struct:CollationData
H A Dcollationdatabuilder.h96 const int64_t ces[], int32_t cesLength,
100 * Encodes the ces as either the returned ce32 by itself,
103 * add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
105 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
155 * Looks up CEs for s and appends them to the ces array.
163 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
165 int64_t ces[], int32_t cesLength);
193 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
219 int32_t getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_
[all...]
H A Dcollationsets.cpp155 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)];
186 const int64_t *ces = data->ces + Collation::indexFromCE32(ce32); local
189 const int64_t *baseCEs = baseData->ces + Collation::indexFromCE32(baseCE32);
197 if(ces[i] != baseCEs[i]) {
455 ces[0] = Collation::latinCE0FromCE32(ce32);
456 ces[1] = Collation::latinCE1FromCE32(ce32);
457 sink->handleExpansion(ces, 2);
470 ces[i] = Collation::ceFromCE32(*ce32s++);
472 sink->handleExpansion(ces, lengt
[all...]
H A Dcollationdatabuilder.cpp128 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
168 int64_t ces[], int32_t cesLength) {
171 builderData.ces = builder.ce64s.getBuffer();
197 ces[cesLength] = ce;
395 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i);
459 return fromBase ? base->ces[i] : ce64s.elementAti(i);
525 const int64_t ces[], int32_t cesLength,
527 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode);
651 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, argument
667 return encodeOneCE(ces[
167 fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength) argument
524 add(const UnicodeString &prefix, const UnicodeString &s, const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) argument
699 encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode) argument
1501 getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength) argument
1506 getCEs(const UnicodeString &prefix, const UnicodeString &s, int64_t ces[], int32_t cesLength) argument
1517 getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength) argument
[all...]
H A Dcollationsets.h91 virtual void handleExpansion(const int64_t ces[], int32_t length) = 0;
135 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; member in class:ContractionsAndExpansions
H A Dcollationbasedatabuilder.cpp256 CollationBaseDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) { argument
257 addRootElements(ces, cesLength, errorCode);
258 return CollationDataBuilder::encodeCEs(ces, cesLength, errorCode);
262 CollationBaseDataBuilder::addRootElements(const int64_t ces[], int32_t cesLength, argument
266 addRootElement(ces[i], errorCode);
H A Dcollationbuilder.cpp290 ces[0] = getSpecialResetPosition(str, parserErrorReason, errorCode);
293 U_ASSERT((ces[0] & Collation::CASE_AND_QUATERNARY_MASK) == 0);
301 cesLength = dataBuilder->getCEs(nfdString, ces, 0);
462 strength = ceStrength(ces[cesLength - 1]);
468 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength);
694 int64_t ce = ces[cesLength - 1];
718 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);
731 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength);
745 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode);
747 addWithClosure(nfdPrefix, nfdString, ces, cesLengt
1540 CEFinalizer(const int64_t *ces) argument
[all...]
H A Dcoleitr.cpp399 virtual void handleExpansion(const int64_t ces[], int32_t length) { argument
406 count += ceNeedsTwoParts(ces[i]) ? 2 : 1;
409 int64_t ce = ces[length - 1];
H A Dalphaindex.cpp398 const UnicodeString &s, UVector64 &ces, UErrorCode &errorCode) {
399 ces.removeAllElements();
400 coll.internalGetCEs(s, ces, errorCode);
403 for (int32_t i = 0; i < ces.size(); ++i) {
404 int64_t ce = ces.elementAti(i);
427 UVector64 ces(errorCode);
512 ces, errorCode) &&
525 ces, errorCode)) {
396 hasMultiplePrimaryWeights( const RuleBasedCollator &coll, uint32_t variableTop, const UnicodeString &s, UVector64 &ces, UErrorCode &errorCode) argument
H A Dcollationbuilder.h306 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; member in class:CollationBuilder
363 * A temporary CE in the ces[] array may point to a non-tailored reset-before-position node,
H A Dcollationfastlatinbuilder.cpp289 const int64_t *ces = data.ces + Collation::indexFromCE32(ce32); local
292 ce0 = ces[0];
294 ce1 = ces[1];
H A Dcollationdatawriter.cpp305 copyData(indexes, CollationDataReader::IX_CES_OFFSET, data.ces, dest);
H A Dcollationiterator.cpp281 const int64_t *ces = d->ces + Collation::indexFromCE32(ce32); local
285 ceBuffer.appendUnsafe(*ces++);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c87 // Pointers to the entries. ces[0 .. ces_used-1] are non-NULL.
88 // ces[ces_used .. CACHE_N_ENTRIES-1] are NULL.
91 CEnt* ces[CACHE_N_ENTRIES]; member in struct:_DiImage
406 vg_assert(img->ces[entNo] == NULL);
407 img->ces[entNo] = ML_(dinfo_zalloc)("di.alloc_CEnt.1", sizeof(CEnt));
417 CEnt* tmp = img->ces[entNo];
419 img->ces[entNo] = img->ces[entNo-1];
422 img->ces[0] = tmp;
437 vg_assert(img->ces[entN
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcitertst.c1162 static char * getCEs(char *str, uint32_t *ces, UErrorCode *status) { argument
1186 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1215 ces[count ++] = value;
1220 ces[count] = 0;
1271 uint32_t ces[20]; local
1317 while((ces[preContextCeLen] = ucol_next(iter, &status)) != (uint32_t)UCOL_NULLORDER) {
1323 getCEs(str, ces+preContextCeLen, &status);
1344 if (ce != ces[count] || U_FAILURE(status)) {
1348 if (ces[count] == 0) {
/external/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h775 void internalGetCEs(const UnicodeString &str, UVector64 &ces, UErrorCode &errorCode) const;

Completed in 262 milliseconds

12