HomeSort by relevance Sort by last modified time
    Searched defs:A10 (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGenCXX/
mangle-abi-tag.cpp 59 struct __attribute__((abi_tag("A", "B"))) A10 {
60 virtual ~A10() {}
61 } a10; variable in typeref:struct:A10
68 static A10 b;
70 A10 B11::b;
138 static A10 a;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h 79 A10 = 2.7557333722375069e-7; /* 0x1.27e505ab56259p-22 */
265 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
  /external/libcxxabi/test/
dynamic_cast14.pass.cpp 127 struct A10
131 virtual ~A10() {}
143 A10* getA10() {return this;}
169 : public A10,
175 A1* getA1_3() {return A10::getA1_3();}
176 A1* getA1_4() {return A10::getA1_4();}
177 A1* getA1_6() {return A10::getA1_6();}
179 A2* getA2() {return A10::getA2();}
180 A3* getA3() {return A10::getA3();}
181 A4* getA4() {return A10::getA4();
223 A10 a10; member in namespace:t1
944 A10 a10; member in namespace:t2
1665 A10 a10; member in namespace:t3
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
dynamic_cast14.pass.cpp 127 struct A10
131 virtual ~A10() {}
143 A10* getA10() {return this;}
169 : public A10,
175 A1* getA1_3() {return A10::getA1_3();}
176 A1* getA1_4() {return A10::getA1_4();}
177 A1* getA1_6() {return A10::getA1_6();}
179 A2* getA2() {return A10::getA2();}
180 A3* getA3() {return A10::getA3();}
181 A4* getA4() {return A10::getA4();
223 A10 a10; member in namespace:t1
944 A10 a10; member in namespace:t2
1665 A10 a10; member in namespace:t3
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/system-test/source-ann-better/
AnnotationTest.java 20 @interface A10 {}
44 public @AClass /*@CClass*/ class AnnotationTest<Foo extends @A10 /*@C10*/ Comparable<@A11 /*@C11*/ Integer>> {
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 571 BLT A10
637 A10: ADD $12, R3 // n += 16
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 571 BLT A10
637 A10: ADD $12, R3 // n += 16
  /external/annotation-tools/annotation-file-utilities/tests/system-test/source-ann/
AnnotationTest.java 60 @interface A10 {}
119 public @AClass /*@CClass*/ class AnnotationTest<Foo extends /*A10*/ /*C10*/ Comparable</*A11*/ /*C11*/ Integer>> {
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 230 LhsPacket A00, A01, A02, A03, A10, A11, A12, A13;
244 A10 = lhs0.template load<LhsPacket, Aligned>(j+LhsPacketSize);
246 T1 = pcj.pmadd(A10, ptmp0, pload<ResPacket>(&res[j+ResPacketSize]));
  /external/webp/src/dsp/
alpha_processing_sse2.c 291 const __m128i A10 = _mm_packus_epi16(A7, zero);
292 _mm_storel_epi64((__m128i*)&ptr[x], A10);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
Annotations57649Test.java 46 @Retention(RetentionPolicy.RUNTIME) @interface A10 {}
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 757 milliseconds