HomeSort by relevance Sort by last modified time
    Searched refs:t01 (Results 1 - 9 of 9) sorted by null

  /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 471 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
472 M_EXT_XINT $offset, t00, t01, t10, t11
474 M_HSUM_XOR t01, t11, tmp ;// s0', l0'
478 ;// t00, t01, t10, t11 required from previous loop
485 M_AVG4 t01, t11, t21, t31, $rndVal ;// s0', l0', s1', l1'
486 STRD t00, t01, [pDst], dstStep ;// store the average
490 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
492 M_EXT_XINT $offset, t00, t01, t10, t11
494 M_HSUM_XOR t01, t11, tmp
496 M_AVG4 t21, t31, t01, t11, $rndVa
609 t01 RN 5 label
    [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/clang/test/SemaCXX/
type-traits.cpp 376 int t01[T(__is_integral(bool))]; local
405 int t01[T(__is_floating_point(float))]; local
434 int t01[T(__is_arithmetic(float))]; local
466 int t01[T(__is_complete_type(float))]; local
489 int t01[T(__is_void(void))]; local
518 int t01[T(__is_array(IntAr))]; local
556 int t01[T(__is_function(type_wrapper<void(void)>::type))]; local
591 int t01[T(__is_reference(int&))]; local
602 int t01[T(__is_lvalue_reference(int&))]; local
616 int t01[T(__is_rvalue_reference(const int&&))] local
632 int t01[T(__is_fundamental(float))]; local
661 int t01[T(__is_object(int))]; local
676 int t01[T(__is_scalar(float))]; local
710 int t01[T(__is_compound(void*))]; local
745 int t01[T(__is_pointer(void*))]; local
781 int t01[T(__is_member_object_pointer(int StructWithMembers::*))]; local
817 int t01[T(__is_member_function_pointer(void (StructWithMembers::*) ()))]; local
853 int t01[T(__is_member_pointer(int StructWithMembers::*))]; local
887 int t01[T(__is_const(cvoid))]; local
1054 int t01[T(__is_trivial(char))]; local
1088 int t01[T(__is_trivially_copyable(char))]; local
1165 int t01[T(__is_standard_layout(int))]; local
1216 int t01[T(__is_unsigned(bool))]; local
1687 int t01[T(__is_same(Base, Base))]; local
1721 int t01[T(__is_convertible(IntWrapper, IntWrapper))]; local
2013 int t01[T(__array_rank(IntAr) == 1)]; local
2018 int t01[T(__array_extent(IntAr, 0) == 10)]; 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...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 696 double t01 = a21 * a02 - a01 * a22; local
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1159 double t01 = d49; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 212 milliseconds