Searched defs:t11 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/Analysis/
H A Dfree.c53 void t11 () { function
/external/clang/test/CodeGen/
H A Dattributes.c62 // CHECK: define void @t11() [[NUW]] section "SECT" {
63 void __attribute__((section("SECT"))) t11(void) {} function
H A Dlibcalls-fno-builtin.c78 int t11(void) { return strncmp("foo", "bar", 3); } function
79 // CHECK: t11
H A Dasm.c67 unsigned t11(signed char input) { function
H A Dms_struct-bitfield.c158 } ATTR t11; variable in typeref:struct:__anon2586
159 int s11 = sizeof(t11);
H A Darm-aapcs-zerolength-bitfield.c102 struct t11 struct
110 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1];
111 static int arr11_sizeof[(sizeof(struct t11) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c106 struct t11 struct
114 static int arr11_offset[(offsetof(struct t11, bar2) == 5) ? 0 : -1];
115 static int arr11_sizeof[(sizeof(struct t11) == 8) ? 0 : -1];
/external/clang/test/Sema/
H A Dms-inline-asm.c147 void t11() { function
H A Dfunction.c30 void t11(){t10(1);} // expected-warning{{too many arguments}} function
H A Dthread-specifier.c48 __thread __private_extern__ int t11; local
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp103 struct t11 struct
111 static_assert(offsetof(struct t11, bar2) == 9);
112 static_assert(sizeof(struct t11) == 16);
H A Dnew.cpp129 void t11(int n) { function
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp211 namespace t11 { namespace
H A Dtype-traits.cpp409 int t11[T(__is_integral(unsigned int))]; local
432 int t11[F(__is_floating_point(bool))]; local
460 int t11[T(__is_arithmetic(bool))]; local
492 int t11[T(__is_complete_type(bool))]; local
516 int t11[F(__is_void(double))]; local
546 int t11[F(__is_array(cvoid))]; local
585 int t11[F(__is_function(cvoid))]; local
619 int t11[F(__is_reference(const int))]; local
631 int t11[F(__is_lvalue_reference(const int))]; local
643 int t11[ local
658 int t11[T(__is_fundamental(bool))]; local
693 int t11[F(__is_object(int&))]; local
709 int t11[T(__is_scalar(int))]; local
743 int t11[T(__is_compound(IntArNB))]; local
778 int t11[T(__is_pointer(Union*))]; local
807 int t11[F(__is_member_object_pointer(void*))]; local
843 int t11[F(__is_member_function_pointer(void*))]; local
880 int t11[F(__is_member_pointer(cvoid*))]; local
920 int t11[T(__is_const(const long double))]; local
969 int t11[T(__is_volatile(volatile long double))]; local
1087 int t11[T(__is_trivial(unsigned char))]; local
1121 int t11[T(__is_trivially_copyable(unsigned char))]; local
1200 int t11[F(__is_standard_layout(CppStructNonStandardByMemb))]; local
1219 int t11[F(__is_signed(cvoid))]; local
1248 int t11[F(__is_unsigned(cvoid))]; local
1718 int t11[F(__is_same(Base, Base&))]; local
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp573 namespace t11 namespace
627 } // t11
2429 t11::test();
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtuple_test.cc473 auto t11 = builder.GetTupleElement(t1, 1); local
474 auto sum = builder.Add(builder.Add(t10, t11, {1}), t0);
/external/fdlibm/
H A De_lgamma_r.c120 t11 = -5.38595305356740546715e-04, /* 0xBF41A610, 0x9C73E0EC */ variable
267 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
/external/speex/libspeex/
H A Dsmallft.c846 t11,t12; local
928 t11=t8;
933 t11-=2;
934 ch[t5-1]=cc[t9-1]+cc[t11-1];
935 ch[t6-1]=cc[t9-1]-cc[t11-1];
936 ch[t5]=cc[t9]-cc[t11];
937 ch[t6]=cc[t9]+cc[t11];
965 t11=t8;
968 ch[t5-1]=cc[t11-1]+cc[t12-1];
969 ch[t6-1]=cc[t11
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c112 const GLfloat t01[4], const GLfloat t11[4])
114 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
115 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
116 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
117 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1162 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ local
1200 get_border_color(samp, img, t11);
1203 swImg->FetchTexel(swImg, i1, j1, 0, t11);
1206 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);
1226 GLfloat t00[4], t10[4], t01[4], t11[ local
110 lerp_rgba_2d(GLfloat result[4], GLfloat a, GLfloat b, const GLfloat t00[4], const GLfloat t10[4], const GLfloat t01[4], const GLfloat t11[4]) argument
2735 GLfloat t00[4], t01[4], t10[4], t11[4]; local
2871 GLfloat t00[4], t01[4], t10[4], t11[4]; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c2796 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
2941 t11 = newTemp(Ity_I8);
3014 assign(t11, IRExpr_ITE(mkexpr(t9),
3067 /* t17 = t15|t11|t7|t3 */
3070 binop(Iop_8HLto16, mkexpr(t15), mkexpr(t11)),
3457 t11 = newTemp(Ity_I1);
3529 assign(t11, binop(Iop_CmpNE32,
3550 unop(Iop_1Sto32, mkexpr(t11))),
3582 t11 = newTemp(Ity_I1);
3669 assign(t11, bino
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3713 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10, local
3715 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X);
4150 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10, local
4152 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X);
4283 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10, local
4285 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X);

Completed in 1070 milliseconds