/external/clang/test/SemaTemplate/ |
template-class-traits.cpp | 8 int t01[T(__is_polymorphic(InheritPolymorph<int>))]; variable
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 457 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b' 458 M_EXT_XINT $offset, t00, t01, t10, t11 460 M_HSUM_XOR t01, t11, tmp ;// s0', l0' 464 ;// t00, t01, t10, t11 required from previous loop 471 M_AVG4 t01, t11, t21, t31, $rndVal ;// s0', l0', s1', l1' 472 STRD t00, t01, [pDst], dstStep ;// store the average 476 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b' 478 M_EXT_XINT $offset, t00, t01, t10, t11 480 M_HSUM_XOR t01, t11, tmp 482 M_AVG4 t21, t31, t01, t11, $rndVa 595 t01 RN 5 label [all...] |
/external/clang/test/SemaCXX/ |
type-traits.cpp | 333 int t01[T(__is_integral(bool))]; local 362 int t01[T(__is_floating_point(float))]; local 391 int t01[T(__is_arithmetic(float))]; local 423 int t01[T(__is_complete_type(float))]; local 446 int t01[T(__is_void(void))]; local 475 int t01[T(__is_array(IntAr))]; local 513 int t01[T(__is_function(type_wrapper<void(void)>::type))]; local 548 int t01[T(__is_reference(int&))]; local 559 int t01[T(__is_lvalue_reference(int&))]; local 573 int t01[T(__is_rvalue_reference(const int&&))] local 589 int t01[T(__is_fundamental(float))]; local 618 int t01[T(__is_object(int))]; local 633 int t01[T(__is_scalar(float))]; local 667 int t01[T(__is_compound(void*))]; local 702 int t01[T(__is_pointer(void*))]; local 738 int t01[T(__is_member_object_pointer(int StructWithMembers::*))]; local 774 int t01[T(__is_member_function_pointer(void (StructWithMembers::*) ()))]; local 810 int t01[T(__is_member_pointer(int StructWithMembers::*))]; local 844 int t01[T(__is_const(cvoid))]; local 1011 int t01[T(__is_trivial(char))]; local 1045 int t01[T(__is_trivially_copyable(char))]; local 1119 int t01[T(__is_standard_layout(int))]; local 1170 int t01[T(__is_unsigned(bool))]; local 1634 int t01[T(__is_same(Base, Base))]; local 1668 int t01[T(__is_convertible(IntWrapper, IntWrapper))]; local 1921 int t01[T(__array_rank(IntAr) == 1)]; local 1926 int t01[T(__array_extent(IntAr, 0) == 10)]; local [all...] |
/external/aac/libAACenc/src/ |
bit_cnt.cpp | 456 INT t0,t1,t00,t01; local 468 t01 = fixMin(t1,16); 469 bc11+= (INT) FDKaacEnc_huff_ltab11[t00][t01]; 548 INT i,t0,t1,t2,t3,t00,t01; local 743 t01 = fixMin(t1,16); 745 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01]; 782 INT i,t0,t1,t2,t3,t00,t01; local 1071 t01 = fixMin(t1,16); 1073 codeWord = FDKaacEnc_huff_ctab11[t00][t01]; 1074 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01]; [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
bit_cnt.c | 390 Word32 t0,t1,t00,t01,i; local 404 t01 = min(t1,16); 405 bc11 = bc11 + huff_ltab11[t00][t01]; 498 Word32 i, t0, t1, t2, t3, t00, t01; local 824 t01 = min(t1,16); 826 codeWord = huff_ctab11[t00][t01]; 827 codeLength = huff_ltab11[t00][t01];
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 110 const GLfloat t01[4], const GLfloat t11[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/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 110 const GLfloat t01[4], const GLfloat t11[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...] |