/external/clang/test/SemaCXX/ |
type-traits.cpp | 342 int t10[T(__is_integral(int))]; local 449 int t10[F(__is_void(float))]; local 479 int t10[F(__is_array(void))]; local 518 int t10[F(__is_function(void))]; local 552 int t10[F(__is_reference(int))]; local 564 int t10[F(__is_lvalue_reference(int))]; local 576 int t10[F(__is_rvalue_reference(int&))]; local 626 int t10[F(__is_object(type_wrapper<void(void)>::type))]; local 642 int t10[T(__is_scalar(unsigned short))]; local 676 int t10[T(__is_compound(ClassType))] local 711 int t10[T(__is_pointer(IntArNB*))]; local 740 int t10[F(__is_member_object_pointer(void (StructWithMembers::*) ()))]; local 776 int t10[F(__is_member_function_pointer(int StructWithMembers::*))]; local 813 int t10[F(__is_member_pointer(void*))]; local 853 int t10[T(__is_const(const double))]; local 902 int t10[T(__is_volatile(volatile double))]; local 1020 int t10[T(__is_trivial(long double))]; local 1054 int t10[T(__is_trivially_copyable(long double))]; local 1130 int t10[F(__is_standard_layout(CppStructNonStandardByVirt))]; local 1149 int t10[F(__is_signed(bool))]; local 1178 int t10[F(__is_unsigned(void))]; local 1638 int t10[F(__is_same(Base, const Base))]; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 109 const GLfloat t00[4], const GLfloat t10[4], 112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]); 113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]); 114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]); 115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]); 1159 GLfloat t00[4], t10[4], t01[4], t11[4]; \/* sampled texel colors *\/ local 1223 GLfloat t00[4], t10[4], t01[4], t11[4]; \/* sampled texel colors *\/ local 2730 GLfloat t00[4], t01[4], t10[4], t11[4]; local 2866 GLfloat t00[4], t01[4], t10[4], t11[4]; local [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 3798 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local 3901 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local 3996 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local 4171 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local 4281 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, 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 124 t10 = - px3 * py2 * t2; 125 t11 = (t10 + t9) * y2; 147 t28 = t10 + t27 + t25; 623 t390 = t389 + t10; 832 t552 = (t389 + t10 + t551) * y2; 1026 t652 = t540 + x1 * (px1 * t651 + py1 * t650 + t389 + t10 + t649) + t538 + t648 1097 t704 = (t10 + t703) * y2; 1143 t737 = t389 + t10 + t649; [all...] |