HomeSort by relevance Sort by last modified time
    Searched defs:e2 (Results 101 - 125 of 440) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/speex/libspeex/
pseudofloat.h 248 int e1, e2; local
256 e2 = spx_ilog2(ABS32(b));
257 b = VSHR32(b, e2-14);
259 r.e = e1+e2-13;
  /external/clang/test/Parser/
MicrosoftExtensions.c 41 enum __declspec(deprecated) E2 { i, j, k }; /* expected-note {{'E2' has been explicitly marked deprecated here}} */
46 enum E2 e1; /* expected-warning {{'E2' is deprecated}} */
47 enum E3 e2; /* No warning expected, the deprecation follows the variable */ local
declarators.c 113 enum E2 { e2 } : 4; // ok enumerator in enum:EnumBitfield::E2
  /external/clang/test/Sema/
attr-aligned.c 45 char e2[__alignof__(e.member) == 2 ?: -1] = {0}; variable
function-redecl.c 95 enum e { e1, e2 }; enumerator in enum:e
string-init.c 34 int e2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} local
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 84 E1 e1, e2; variable
87 e1 = e2; // expected-note{{assignment operator for 'E1' first required here}}
member-name-lookup.cpp 21 enum E2 { enumerator2 };
48 D::E2 e2 = D::enumerator2; // okay local
64 E2 e2 = enumerator2; // okay local
72 enum E2 { enumerator2 };
104 D2::E2 e2 = D2::enumerator2; // okay local
123 E2 e2 = enumerator2; // oka local
    [all...]
string-init.cpp 29 int e2[] = u8"a"; // expected-error{{array initializer must be an initializer list}} local
  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 61 X<void>::D::E e2; // expected-note{{in instantiation of member class 'X<void>::D::E' requested here}} variable
  /external/speex/libspeex/
pseudofloat.h 248 int e1, e2; local
256 e2 = spx_ilog2(ABS32(b));
257 b = VSHR32(b, e2-14);
259 r.e = e1+e2-13;
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 126 AllocEntry *e2 = &entries[i+1]; local
128 bool swap = e1->size < e2->size;
129 if (e1->size == e2->size) {
131 if (e1->backtrace[j] == e2->backtrace[j]) {
134 swap = e1->backtrace[j] < e2->backtrace[j];
  /art/runtime/
fault_handler.cc 359 int e2 = sigaction(SIGABRT, &action, &oldabortaction); local
360 if (e1 != 0 || e2 != 0) {
  /bionic/libc/bionic/
malloc_debug_common.cpp 123 const HashEntry* e2 = *static_cast<HashEntry* const*>(arg2); local
127 result = (e2 == NULL) ? 0 : 1;
128 } else if (e2 == NULL) {
132 size_t nbAlloc2 = e2->allocations;
134 size_t size2 = e2->size & ~SIZE_FLAG_MASK;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 145 Element e2 = eb2.add(Element.U8(mRS), "UTest").create(); local
147 assertTrue(e1.equals(e2));
148 assertTrue(e2.equals(e1));
149 assertTrue(e1.hashCode() == e2.hashCode());
150 assertTrue(e1.isCompatible(e2));
151 assertTrue(e2.isCompatible(e1));
406 Element e2 = eb.create(); local
407 assertFalse(e2.isComplex());
411 eb.add(e2, "e2");
    [all...]
IntrinsicHistogram.java 28 Element e2; local
38 case 4: e2 = Element.I32_4(mRS); break;
39 case 3: e2 = Element.I32_3(mRS); break;
40 case 2: e2 = Element.I32_2(mRS); break;
41 default: e2 = Element.I32(mRS); break;
48 mAout = Allocation.createSized(mRS, e2, 256);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseWrapCipher.java 332 catch (IllegalBlockSizeException e2)
334 throw new InvalidKeyException(e2.getMessage());
386 catch (InvalidKeySpecException e2)
388 throw new InvalidKeyException("Unknown key type " + e2.getMessage());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEStreamCipher.java 431 catch (IllegalBlockSizeException e2)
433 throw new InvalidKeyException(e2.getMessage());
489 catch (InvalidKeySpecException e2)
491 throw new InvalidKeyException("Unknown key type " + e2.getMessage());
  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 215 NavigationEntryImpl* e2 = new NavigationEntryImpl( local
223 delete e2;
272 NavigationEntryImpl* e2 = new NavigationEntryImpl(*e1); local
275 e2->set_site_instance(instance2);
277 // The first SiteInstance should go away after deleting e1, since e2 should
283 // The second SiteInstance should go away after deleting e2.
284 delete e2;
  /external/chromium_org/third_party/icu/source/common/
uvector.cpp 499 UElement e2 = *static_cast<const UElement *>(right); local
500 int32_t result = (*compare)(e1, e2);
512 const UElement *e2 = static_cast<const UElement *>(right); local
513 int32_t result = e1->integer < e2->integer? -1 :
514 e1->integer == e2->integer? 0 : 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
extensions.c 809 const struct extension *e2 = &extension_table[i2]; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization.cpp 446 double e2, f2, g2, h2; local
448 alt_set_abcd(&two[0].y, e2, f2, g2, h2);
450 set_abcd(&two[0].y, e2, f2, g2, h2);
451 calc_ABCD(a2, e2, p2);
466 double e2 = two[0].y; local
470 calc_ABCD(a2, b2, c2, d2, e2, f2, g2, h2, p2);
485 p2[index] = (*calc_proc[procIndex])(a2, b2, c2, d2, e2, f2, g2, h2);
  /external/chromium_org/third_party/skia/samplecode/
SampleColorFilter.cpp 59 int e2 = 0; local
79 e2 += err2;
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 15 template<typename T> enum A<T>::E : T { e1, e2 }; // expected-note 2 {{declared here}} enumerator in enum:T
25 A<char>::E a2 = A<char>::e2;
27 template<typename T> typename A<T>::E A<T>::h() { return e2; }
41 template<typename T> enum class B<T>::E { e1, e2 };
44 B<char>::E b2 = B<char>::E::e2;
46 template<typename T> typename B<T>::E B<T>::g() { return e2; }
94 template<> enum class D<int>::E { e2 };
95 D<int>::E d2 = D<int>::E::e2;
97 D<char>::E d4 = D<char>::E::e2; // expected-error {{no member named 'e2' in 'D<char>::E'; did you mean simply 'e2'?}
    [all...]
  /external/clang/test/CodeGenCXX/
pr12251.cpp 23 enum e2 { e2_a = 0 }; enum
24 e2 g2(e2 *x) {

Completed in 1609 milliseconds

1 2 3 45 6 7 8 91011>>