HomeSort by relevance Sort by last modified time
    Searched defs: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
  /external/aac/libAACenc/src/
bit_cnt.cpp 488 INT t0, t1, t00, t01; local
500 t01 = fixMin(t1, 16);
501 bc11 += (INT)FDKaacEnc_huff_ltab11[t00][t01];
727 INT i, t0, t1, t2, t3, t00, t01; local
916 t01 = fixMin(t1, 16);
918 codeWord = FDKaacEnc_huff_ctab11[t00][t01];
919 codeLength = (INT)FDKaacEnc_huff_ltab11[t00][t01];
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve8_neon.c 368 uint16x8_t d01, d23, t01, t23; local
398 t01 = vcombine_u16(vqrshrun_n_s32(d0, 7), vqrshrun_n_s32(d1, 7));
400 t01 = vminq_u16(t01, max);
402 transpose_u16_4x4q(&t01, &t23);
408 d01 = vrhaddq_u16(d01, t01);
771 uint16x8_t d01, d23, t01, t23; local
811 t01 = vcombine_u16(vqrshrun_n_s32(d0, 7), vqrshrun_n_s32(d1, 7));
813 t01 = vminq_u16(t01, max)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc 215 double t00, t01; local
266 t01 = _thetaCov[0][1];
269 _thetaCov[0][1] = (1 - kalmanGain[0] * deltaFSBytes) * t01 -
274 kalmanGain[1] * deltaFSBytes * t01;
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 730 double t01 = a21 * a02 - a01 * a22; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 399 int t01[T(__is_integral(bool))]; local
428 int t01[T(__is_floating_point(float))]; local
457 int t01[T(__is_arithmetic(float))]; local
489 int t01[T(__is_complete_type(float))]; local
512 int t01[T(__is_void(void))]; local
541 int t01[T(__is_array(IntAr))]; local
579 int t01[T(__is_function(type_wrapper<void(void)>::type))]; local
614 int t01[T(__is_reference(int&))]; local
625 int t01[T(__is_lvalue_reference(int&))]; local
639 int t01[T(__is_rvalue_reference(const int&&))] local
655 int t01[T(__is_fundamental(float))]; local
684 int t01[T(__is_object(int))]; local
699 int t01[T(__is_scalar(float))]; local
733 int t01[T(__is_compound(void*))]; local
768 int t01[T(__is_pointer(void*))]; local
804 int t01[T(__is_member_object_pointer(int StructWithMembers::*))]; local
840 int t01[T(__is_member_function_pointer(void (StructWithMembers::*) ()))]; local
876 int t01[T(__is_member_pointer(int StructWithMembers::*))]; local
910 int t01[T(__is_const(cvoid))]; local
1077 int t01[T(__is_trivial(char))]; local
1111 int t01[T(__is_trivially_copyable(char))]; local
1188 int t01[T(__is_standard_layout(int))]; local
1239 int t01[T(__is_unsigned(bool))]; local
1713 int t01[T(__is_same(Base, Base))]; local
1747 int t01[T(__is_convertible(IntWrapper, IntWrapper))]; local
2082 int t01[T(__array_rank(IntAr) == 1)]; local
2087 int t01[T(__array_extent(IntAr, 0) == 10)]; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 112 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
1226 GLfloat t00[4], t10[4], t01[4], t11[4]; \/* sampled texel colors *\/ local
2735 GLfloat t00[4], t01[4], t10[4], t11[4]; local
2871 GLfloat t00[4], t01[4], t10[4], t11[4]; 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 369 milliseconds