/external/chromium_org/base/win/ |
scoped_variant_unittest.cc | 217 ScopedVariant ref3; local 218 ref3 = static_cast<const VARIANT&>(ref2);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_sad4d_intrin_avx2.c | 22 uint8_t *ref0, *ref1, *ref2, *ref3; local 27 ref3 = ref[3]; 38 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3)); 54 ref3+= ref_stride; 94 uint8_t *ref0, *ref1, *ref2, *ref3; local 99 ref3 = ref[3]; 114 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3)); 115 ref3next_reg = _mm256_loadu_si256((__m256i *) (ref3 + 32)); 139 ref3+= ref_stride;
|
/external/eigen/test/eigen2/ |
eigen2_triangular.cpp | 134 Matrix2i ref3; local 135 ref3 << 1, 0, 137 VERIFY(m3 == ref3);
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad4d_intrin_avx2.c | 22 uint8_t *ref0, *ref1, *ref2, *ref3; local 27 ref3 = ref[3]; 38 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3)); 54 ref3+= ref_stride; 94 uint8_t *ref0, *ref1, *ref2, *ref3; local 99 ref3 = ref[3]; 114 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3)); 115 ref3next_reg = _mm256_loadu_si256((__m256i *) (ref3 + 32)); 139 ref3+= ref_stride;
|
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 818 const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local 819 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); 828 const int diff3 = de::abs((int)ref3 - (int)res3); 916 const float ref3 = de::clamp(float(in3) / 127.f, -1.0f, 1.0f); local 925 const deUint32 diff3 = getUlpDiff(ref3, res3); 933 << "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFloat(ref3) << ")" 1027 const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local 1125 const float ref3 = de::clamp(float(in3) \/ 255.f, 0.0f, 1.0f); local [all...] |
/external/chromium_org/third_party/libwebp/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); 358 const __m128i ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]); local [all...] |