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

  /external/eigen/test/eigen2/
eigen2_triangular.cpp 134 Matrix2i ref3; local
135 ref3 << 1, 0,
137 VERIFY(m3 == ref3);
  /external/webp/src/dsp/
enc_sse2.c 277 __m128i ref0, ref1, ref2, ref3; local
283 ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]);
289 ref3 = _mm_cvtsi32_si128(*(int*)&ref[3 * BPS]);
295 ref3 = _mm_unpacklo_epi8(ref3, zero);
300 ref3 = _mm_add_epi16(ref3, T3);
305 ref3 = _mm_packus_epi16(ref3, ref3);
359 const __m128i ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]); local
    [all...]
  /external/chromium/base/win/
scoped_variant_unittest.cc 217 ScopedVariant ref3; local
218 ref3 = static_cast<const VARIANT&>(ref2);

Completed in 1482 milliseconds