Searched refs:t13 (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-aapcs-zerolength-bitfield.c124 struct t13 struct
130 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1];
131 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c128 struct t13 struct
134 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1];
135 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
H A Dattributes.c7 // CHECK: @t13 = global %struct.s0 zeroinitializer, section "SECT"
9 struct s0 t13 __attribute__((section("SECT"))) = { 0 }; variable in typeref:struct:s0
H A Dasm.c84 unsigned char t13(unsigned input) { function
H A Dlibcalls-fno-builtin.c79 char *t13(char *x) { return stpcpy(x, "foo"); } function
80 // CHECK: t13
H A Dms-inline-asm.c118 void t13() {
123 // CHECK: t13
/external/clang/test/Analysis/
H A Dfree.c60 void t13 (char a) { function
/external/clang/test/Coverage/
H A Dc-language-features.inc108 int t13 = va_arg(ap, int);
111 int t14 = __extension__(t13);
112 int t15 = +t13;
/external/clang/test/Sema/
H A Dfunction.c36 void t13() { function
37 return 0; // expected-error {{void function 't13' should not return a value}}
/external/jpeg/
H A Djsimd_arm_neon.S115 t10, t11, t12, t13, t14
130 vqdmulh.s16 \t13, \x2, d0[1]
132 vadd.s16 \x2, \x2, \t13
133 vqdmulh.s16 \t13, \x3, d0[3]
135 vadd.s16 \t12, \t12, \t13
136 vqdmulh.s16 \t13, \t10, d0[2]
138 vadd.s16 \t10, \t10, \t13
139 vqdmulh.s16 \t13, \t11, d0[1]
140 vadd.s16 \t11, \t11, \t13
142 vqdmulh.s16 \t13, \x
[all...]
/external/clang/test/CodeGenCXX/
H A Dnew.cpp158 void t13(int n) { function
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp345 int t13[T(__is_integral(unsigned long))]; local
368 int t13[F(__is_floating_point(signed char))]; local
396 int t13[T(__is_arithmetic(signed char))]; local
428 int t13[T(__is_complete_type(signed char))]; local
452 int t13[F(__is_void(bool))]; local
482 int t13[F(__is_array(double))]; local
521 int t13[F(__is_function(double))]; local
579 int t13[F(__is_rvalue_reference(void * const &))]; local
594 int t13[T(__is_fundamental(signed char))]; local
645 int t13[ local
714 int t13[T(__is_pointer(StructWithMembers*))]; local
743 int t13[F(__is_member_object_pointer(cvoid*))]; local
779 int t13[F(__is_member_function_pointer(cvoid*))]; local
816 int t13[F(__is_member_pointer(char*))]; local
856 int t13[T(__is_const(const unsigned int))]; local
905 int t13[T(__is_volatile(volatile unsigned int))]; local
1023 int t13[T(__is_trivial(unsigned long long))]; local
1057 int t13[T(__is_trivially_copyable(unsigned long long))]; local
1133 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local
1152 int t13[F(__is_signed(double))]; local
1181 int t13[F(__is_unsigned(double))]; local
[all...]
/external/fdlibm/
H A De_lgamma_r.c122 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable
266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
/external/pixman/demos/
H A Dquad2quad.c23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local
128 t13 = px2 * py3 * x2 * x3 * y3;
1661 + t121 + py1 * t113 + px1 * t29 * t109 + t13 + t12 + t11
1668 + t1 * (px1 * (t13 + t12 + t11) + t8));
1695 + px1 * (t696 + t13 + t695) + t8) + px1 * x1 * y2 * t606
1718 + px0 * (x1 * (t702 + py1 * t698 + t696 + t13 + t695)
1837 + t1 * (t840 + px1 * t850 + t13 + t752 + t825))
1851 + py1 * (t13 + t752 + t825) + py1 * t29 * t36
1933 + y1 * (py1 * x1 * t801 + py1 * (t1024 + t13 + t1023) + t830)
1937 + y1 * (x1 * (t1026 + px1 * t1025 + t1024 + t13
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3807 SDValue t13 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, TwoToFracPartOfX); local
3810 t13, IntegerPartOfX));
4180 SDValue t13 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, local
4184 t13, IntegerPartOfX));
4289 SDValue t13 = DAG.getNode(ISD::BITCAST, dl,MVT::i32,TwoToFractionalPartOfX); local
4292 t13, IntegerPartOfX));

Completed in 162 milliseconds