Searched defs:ces (Results 1 - 25 of 30) sorted by relevance

12

/external/eigen/doc/snippets/
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/icu/icu4c/source/test/intltest/
H A Dcolldata.h117 uint32_t *ces; member in class:CEList
266 * @param ces - the CEs
271 int32_t minLengthInChars(const CEList *ces, int32_t offset) const;
284 * @param ces - the CEs
291 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
H A Dcollationtest.cpp168 UVector64 ces(errorCode);
169 rbc->internalGetCEs(UnicodeString(FALSE, s, 2), ces, errorCode); local
171 if(ces.size() != 2) {
172 errln("expected 2 CEs for <FFFE, FFFF>, got %d", (int)ces.size());
175 int64_t ce = ces.elementAti(0);
181 ce = ces.elementAti(1);
884 UVector64 ces(errorCode);
932 ces.removeAllElements();
933 rbc->internalGetCEs(s, ces, errorCode);
935 for(int32_t i = 0; i < ces
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationsets.h93 virtual void handleExpansion(const int64_t ces[], int32_t length) = 0;
137 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; member in class:ContractionsAndExpansions
H A Dcoleitr.cpp401 virtual void handleExpansion(const int64_t ces[], int32_t length) { argument
408 count += ceNeedsTwoParts(ces[i]) ? 2 : 1;
411 int64_t ce = ces[length - 1];
H A Dcollationbuilder.h308 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; member in class:CollationBuilder
366 * A temporary CE in the ces[] array may point to a non-tailored reset-before-position node,
H A Dcollationdata.h57 ce32s(NULL), ces(NULL), contexts(NULL), base(NULL),
116 int64_t dataCE = ces[Collation::indexFromCE32(ce32)];
183 const int64_t *ces; member in struct:CollationData
H A Dcollationsets.cpp157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)];
188 const int64_t *ces = data->ces + Collation::indexFromCE32(ce32); local
191 const int64_t *baseCEs = baseData->ces + Collation::indexFromCE32(baseCE32);
199 if(ces[i] != baseCEs[i]) {
457 ces[0] = Collation::latinCE0FromCE32(ce32);
458 ces[1] = Collation::latinCE1FromCE32(ce32);
459 sink->handleExpansion(ces, 2);
472 ces[i] = Collation::ceFromCE32(*ce32s++);
474 sink->handleExpansion(ces, lengt
[all...]
H A Dcollationfastlatinbuilder.cpp273 const int64_t *ces = data.ces + Collation::indexFromCE32(ce32); local
276 ce0 = ces[0];
278 ce1 = ces[1];
H A Dusrchimp.h156 int32_t *ces; member in struct:UPattern
H A Dcollationiterator.cpp283 const int64_t *ces = d->ces + Collation::indexFromCE32(ce32); local
287 ceBuffer.appendUnsafe(*ces++);
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);
511 ces, errorCode) &&
524 ces, errorCode)) {
396 hasMultiplePrimaryWeights( const RuleBasedCollator &coll, uint32_t variableTop, const UnicodeString &s, UVector64 &ces, UErrorCode &errorCode) argument
H A Dcollationdatabuilder.cpp132 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
172 int64_t ces[], int32_t cesLength) {
175 builderData.ces = builder.ce64s.getBuffer();
201 ces[cesLength] = ce;
399 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i);
464 return fromBase ? base->ces[i] : ce64s.elementAti(i);
530 const int64_t ces[], int32_t cesLength,
532 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode);
656 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, argument
672 return encodeOneCE(ces[
171 fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength) argument
529 add(const UnicodeString &prefix, const UnicodeString &s, const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) argument
704 encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode) argument
1508 getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength) argument
1513 getCEs(const UnicodeString &prefix, const UnicodeString &s, int64_t ces[], int32_t cesLength) argument
1524 getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength) argument
[all...]
H A Dcollationbuilder.cpp299 ces[0] = getSpecialResetPosition(str, parserErrorReason, errorCode);
302 U_ASSERT((ces[0] & Collation::CASE_AND_QUATERNARY_MASK) == 0);
310 cesLength = dataBuilder->getCEs(nfdString, ces, 0);
429 strength = ceStrength(ces[cesLength - 1]);
435 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength);
701 int64_t ce = ces[cesLength - 1];
725 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);
738 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength);
752 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode);
754 addWithClosure(nfdPrefix, nfdString, ces, cesLengt
1583 CEFinalizer(const int64_t *ces) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationData.java112 long dataCE = ces[Collation.indexFromCE32(ce32)];
159 return d.ces[Collation.indexFromCE32(ce32)];
495 long[] ces; field in class:CollationData
H A DContractionsAndExpansions.java39 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in class:ContractionsAndExpansions
43 void handleExpansion(long ces[], int start, int length); argument
147 ces[0] = Collation.latinCE0FromCE32(ce32);
148 ces[1] = Collation.latinCE1FromCE32(ce32);
149 sink.handleExpansion(ces, 0, 2);
162 ces[i] = Collation.ceFromCE32(data.ce32s[idx + i]);
164 sink.handleExpansion(ces, 0, length);
176 sink.handleExpansion(data.ces, idx, length);
H A DCollationBuilder.java115 ces[0] = getSpecialResetPosition(str);
117 assert((ces[0] & Collation.CASE_AND_QUATERNARY_MASK) == 0);
121 cesLength = dataBuilder.getCEs(nfdString, ces, 0);
232 strength = ceStrength(ces[cesLength - 1]);
234 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength);
484 long ce = ces[cesLength - 1];
502 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);
510 cesLength = dataBuilder.getCEs(nfdExtension, ces, cesLength);
522 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32);
524 addWithClosure(nfdPrefix, nfdString, ces, cesLengt
1327 CEFinalizer(long[] ces) argument
1507 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in class:CollationBuilder
[all...]
H A DCollationDataBuilder.java120 void add(CharSequence prefix, CharSequence s, long ces[], int cesLength) { argument
121 int ce32 = encodeCEs(ces, cesLength);
126 * Encodes the ces as either the returned ce32 by itself,
129 * <p>add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
131 int encodeCEs(long ces[], int cesLength) { argument
143 return encodeOneCE(ces[0]);
146 long ce0 = ces[0];
147 long ce1 = ces[1];
167 int ce32 = encodeOneCEAsCE32(ces[
332 getCEs(CharSequence s, long ces[], int cesLength) argument
336 getCEs(CharSequence prefix, CharSequence s, long ces[], int cesLength) argument
481 encodeExpansion(long ces[], int start, int length) argument
1166 getCEs(CharSequence s, int start, long ces[], int cesLength) argument
1218 fetchCEs(CharSequence str, int start, long ces[], int cesLength) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationElementIterator.java580 public void handleExpansion(long ces[], int start, int length) { argument
587 count += ceNeedsTwoParts(ces[start + i]) ? 2 : 1;
590 long ce = ces[start + length - 1];
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java110 long dataCE = ces[Collation.indexFromCE32(ce32)];
157 return d.ces[Collation.indexFromCE32(ce32)];
493 long[] ces; field in class:CollationData
H A DContractionsAndExpansions.java35 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in class:ContractionsAndExpansions
39 void handleExpansion(long ces[], int start, int length); argument
143 ces[0] = Collation.latinCE0FromCE32(ce32);
144 ces[1] = Collation.latinCE1FromCE32(ce32);
145 sink.handleExpansion(ces, 0, 2);
158 ces[i] = Collation.ceFromCE32(data.ce32s[idx + i]);
160 sink.handleExpansion(ces, 0, length);
172 sink.handleExpansion(data.ces, idx, length);
H A DCollationBuilder.java111 ces[0] = getSpecialResetPosition(str);
113 assert((ces[0] & Collation.CASE_AND_QUATERNARY_MASK) == 0);
117 cesLength = dataBuilder.getCEs(nfdString, ces, 0);
228 strength = ceStrength(ces[cesLength - 1]);
230 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength);
480 long ce = ces[cesLength - 1];
498 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);
506 cesLength = dataBuilder.getCEs(nfdExtension, ces, cesLength);
518 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32);
520 addWithClosure(nfdPrefix, nfdString, ces, cesLengt
1323 CEFinalizer(long[] ces) argument
1503 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in class:CollationBuilder
[all...]
H A DCollationDataBuilder.java119 void add(CharSequence prefix, CharSequence s, long ces[], int cesLength) { argument
120 int ce32 = encodeCEs(ces, cesLength);
125 * Encodes the ces as either the returned ce32 by itself,
128 * <p>add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
130 int encodeCEs(long ces[], int cesLength) { argument
142 return encodeOneCE(ces[0]);
145 long ce0 = ces[0];
146 long ce1 = ces[1];
166 int ce32 = encodeOneCEAsCE32(ces[
331 getCEs(CharSequence s, long ces[], int cesLength) argument
335 getCEs(CharSequence prefix, CharSequence s, long ces[], int cesLength) argument
480 encodeExpansion(long ces[], int start, int length) argument
1165 getCEs(CharSequence s, int start, long ces[], int cesLength) argument
1217 fetchCEs(CharSequence str, int start, long ces[], int cesLength) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java597 public void handleExpansion(long ces[], int start, int length) { argument
604 count += ceNeedsTwoParts(ces[start + i]) ? 2 : 1;
607 long ce = ces[start + length - 1];
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c89 // Pointers to the entries. ces[0 .. ces_used-1] are non-NULL.
90 // ces[ces_used .. CACHE_N_ENTRIES-1] are NULL.
93 CEnt* ces[CACHE_N_ENTRIES]; member in struct:_DiImage
425 vg_assert(img->ces[entNo] == NULL);
426 img->ces[entNo] = ML_(dinfo_zalloc)("di.alloc_CEnt.1", sizeof(CEnt));
436 CEnt* tmp = img->ces[entNo];
438 img->ces[entNo] = img->ces[entNo-1];
441 img->ces[0] = tmp;
456 vg_assert(img->ces[entN
[all...]

Completed in 1955 milliseconds

12