Searched refs:ce1 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp58 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-note {{silence}} local
104 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-error {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
125 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-error {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
169 Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{silence}} expected-warning {{changes value from 100000 to -31072}} local
H A Dp7-cxx11-nowarn.cpp59 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected-note {{silence}} local
105 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-warning {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
126 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-warning {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
170 Agg<short> ce1 = { Convert<int>(100000) }; // expected-warning {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{silence}} expected-warning {{changes value from 100000 to -31072}} local
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DIntersections.cpp36 double ce1 = fT[fSwap][iEnd1];
37 bool s1in = between(cs1, s1, ce1) || startPt.approximatelyEqual(fPt[i1])
39 bool e1in = between(cs1, e1, ce1) || endPt.approximatelyEqual(fPt[i1])
63 if (s1 > ce1) {
66 } else if (e1 > ce1) {
/external/skia/experimental/Intersection/
H A DIntersections.cpp36 double ce1 = fT[fSwap][iEnd1];
37 bool s1in = between(cs1, s1, ce1) || startPt.approximatelyEqual(fPt[i1])
39 bool e1in = between(cs1, e1, ce1) || endPt.approximatelyEqual(fPt[i1])
63 if (s1 > ce1) {
66 } else if (e1 > ce1) {
/external/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp13 Constexpr1 ce1; member in struct:Constexpr2
15 constexpr Constexpr2(const Constexpr2 &o) : ce1(o.ce1) {}
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp88 : ce0(0), ce1(0),
240 charCEs[i][1] = ce1;
242 addUniqueCE(ce1, errorCode);
246 charCEs[i][1] = ce1 = 0;
252 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode);
266 ce1 = 0;
273 ce1 = Collation::latinCE1FromCE32(ce32);
281 ce1 = Collation::ceFromCE32(ce32s[1]);
294 ce1 = ces[1];
318 if(ce0 == 0) { return ce1
[all...]
H A Dcollationfastlatinbuilder.h66 int64_t ce0, ce1; member in class:CollationFastLatinBuilder
H A Drulebasedcollator.cpp566 int64_t ce1, ce2; local
569 ce1 = ci.nextCE(errorCode);
573 ce1 = ci.nextCE(errorCode);
576 if(ce1 == Collation::NO_CE || ce2 != Collation::NO_CE) {
580 setVariableTop((uint32_t)(ce1 >> 32), errorCode);
H A Dcollationdatabuilder.cpp671 int64_t ce1 = ces[1]; local
674 (ce1 & INT64_C(0xffffffff00ffffff)) == Collation::COMMON_TERTIARY_CE &&
680 (uint32_t)(ce1 >> 16) |
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp264 int64_t ce1 = ci1.nextCE(errorCode); local
269 if(ce1 != ce2) {
273 if(ce1 == Collation::NO_CE) { break; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 287 milliseconds