/external/clang/test/Analysis/ |
free.c | 56 void t12 () { function
|
/external/clang/test/CodeGen/ |
attributes.c | 26 // CHECK: @t12 = global i32 0, section "SECT" 27 int t12 __attribute__((section("SECT"))); variable
|
libcalls-fno-builtin.c | 75 char *t12(char *x) { return strcpy(x, "foo"); } function 76 // CHECK: t12
|
asm.c | 76 unsigned char t12(unsigned input) { function
|
arm-aapcs-zerolength-bitfield.c | 113 struct t12 struct 121 static int arr12_offset[(offsetof(struct t12, bar) == 8) ? 0 : -1]; 122 static int arr12_sizeof[(sizeof(struct t12) == 16) ? 0 : -1];
|
arm-apcs-zerolength-bitfield.c | 117 struct t12 struct 125 static int arr12_offset[(offsetof(struct t12, bar) == 4) ? 0 : -1]; 126 static int arr12_sizeof[(sizeof(struct t12) == 8) ? 0 : -1];
|
/external/clang/test/Sema/ |
function.c | 33 void t12(int) {} // expected-error{{parameter name omitted}} function
|
/external/clang/test/CodeGenCXX/ |
new.cpp | 144 void t12() { function
|
/external/skia/tests/ |
PathOpsQuadIntersectionTest.cpp | 456 double t12 = t1Seed + t1Step * 2; local 467 test = quad1.ptAtT(t12); 468 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step; 484 t10, t1Seed, t12, t20, t2Seed, t22); 487 SkDPoint p12 = quad1.ptAtT(t12);
|
PathOpsCubicIntersectionTest.cpp | 491 double t12 = t1Seed + t1Step * 2; local 502 test = cubic1.ptAtT(t12); 503 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step; 519 t10, t1Seed, t12, t20, t2Seed, t22); 522 SkDPoint p12 = cubic1.ptAtT(t12);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 622 namespace t12 namespace 676 } // t12 [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgammaf_r.c | 55 t12 = 3.1563205994e-04, /* 0x39a57b6b */ variable 192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
e_lgamma_r.c | 122 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable 259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
/external/fdlibm/ |
e_lgamma_r.c | 121 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable 265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
/external/libvorbis/lib/ |
smallft.c | 844 t11,t12; local 964 t12=t9; 966 ch[t5-1]=cc[t11-1]+cc[t12-1]; 967 ch[t6-1]=cc[t11-1]-cc[t12-1]; 968 ch[t5]=cc[t11]-cc[t12]; 969 ch[t6]=cc[t11]+cc[t12]; 973 t12+=t10; 1016 t12=t7; 1019 c2[t5++]+=ai2*ch2[t12++];
|
/external/speex/libspeex/ |
smallft.c | 846 t11,t12; local 966 t12=t9; 968 ch[t5-1]=cc[t11-1]+cc[t12-1]; 969 ch[t6-1]=cc[t11-1]-cc[t12-1]; 970 ch[t5]=cc[t11]-cc[t12]; 971 ch[t6]=cc[t11]+cc[t12]; 975 t12+=t10; 1018 t12=t7; 1021 c2[t5++]+=ai2*ch2[t12++];
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 344 int t12[T(__is_integral(long))]; local 367 int t12[F(__is_floating_point(char))]; local 395 int t12[T(__is_arithmetic(char))]; local 427 int t12[T(__is_complete_type(char))]; local 451 int t12[F(__is_void(long double))]; local 481 int t12[F(__is_array(float))]; local 520 int t12[F(__is_function(float))]; local 554 int t12[F(__is_reference(void *))]; local 566 int t12[F(__is_lvalue_reference(void *))]; local 578 int t12[F(__is_rvalue_reference(const int&))] local 593 int t12[T(__is_fundamental(char))]; local 628 int t12[F(__is_object(void))]; local 644 int t12[T(__is_scalar(unsigned int))]; local 678 int t12[T(__is_compound(Enum))]; local 713 int t12[T(__is_pointer(UnionAr*))]; local 742 int t12[F(__is_member_object_pointer(cvoid*))]; local 778 int t12[F(__is_member_function_pointer(cvoid*))]; local 815 int t12[F(__is_member_pointer(cvoid*))]; local 855 int t12[T(__is_const(const unsigned char))]; local 904 int t12[T(__is_volatile(volatile unsigned char))]; local 1022 int t12[T(__is_trivial(unsigned int))]; local 1056 int t12[T(__is_trivially_copyable(unsigned int))]; local 1132 int t12[F(__is_standard_layout(CppStructNonStandardByProt))]; local 1151 int t12[F(__is_signed(float))]; local 1180 int t12[F(__is_unsigned(float))]; local 1640 int t12[F(__is_same(Base, Derived))]; local [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 3801 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); local 4174 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); local 4284 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); local [all...] |
/external/pixman/demos/ |
quad2quad.c | 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local 126 t12 = - px2 * py3 * t5 * y3; [all...] |