/external/eigen/test/ |
product_mmtr.cpp | 13 ref2 = ref1 = DEST; \ 15 ref1 OP; \ 16 ref2.template triangularView<TRI>() = ref1; \ 29 MatrixColMaj ref1(size, size), ref2(size, size);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_sad4d_intrin_avx2.c | 22 uint8_t *ref0, *ref1, *ref2, *ref3; local 25 ref1 = ref[1]; 36 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1)); 52 ref1+= ref_stride; 94 uint8_t *ref0, *ref1, *ref2, *ref3; local 97 ref1 = ref[1]; 110 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1)); 111 ref1next_reg = _mm256_loadu_si256((__m256i *) (ref1 + 32)); 137 ref1+= ref_stride;
|
vp9_variance_sse2.c | 48 const __m128i ref1 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 2), zero); local 50 const __m128i diff1 = _mm_sub_epi16(src1, ref1); 86 const __m128i ref1 = _mm_unpacklo_epi8(_mm_loadl_epi64( local 88 const __m128i diff1 = _mm_sub_epi16(src1, ref1); 127 const __m128i ref1 = _mm_unpackhi_epi8(r, zero); local 128 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
|
vp9_sad4d_sse2.asm | 176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \ 179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad4d_intrin_avx2.c | 22 uint8_t *ref0, *ref1, *ref2, *ref3; local 25 ref1 = ref[1]; 36 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1)); 52 ref1+= ref_stride; 94 uint8_t *ref0, *ref1, *ref2, *ref3; local 97 ref1 = ref[1]; 110 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1)); 111 ref1next_reg = _mm256_loadu_si256((__m256i *) (ref1 + 32)); 137 ref1+= ref_stride;
|
vp9_sad4d_sse2.asm | 176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \ 179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_sad4d_intrin_avx2.c | 22 uint8_t *ref0, *ref1, *ref2, *ref3; local 25 ref1 = ref[1]; 36 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1)); 52 ref1+= ref_stride; 94 uint8_t *ref0, *ref1, *ref2, *ref3; local 97 ref1 = ref[1]; 110 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1)); 111 ref1next_reg = _mm256_loadu_si256((__m256i *) (ref1 + 32)); 137 ref1+= ref_stride;
|
vp9_sad4d_sse2.asm | 176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \ 179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
SyntheticAccessorResolver.java | 148 private static boolean methodReferenceEquals(@Nonnull MethodReference ref1, @Nonnull MethodReference ref2) { 150 return ref1.getName().equals(ref2.getName()) && 151 ref1.getReturnType().equals(ref2.getReturnType()) && 152 ref1.getParameterTypes().equals(ref2.getParameterTypes());
|
/frameworks/compile/mclinker/include/mcld/LD/ |
BranchIsland.h | 146 const FragmentRef* ref1 = KEY1.symbol()->fragRef(); local 148 if ((ref1->offset() == ref2->offset()) && 149 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) {
|
/external/deqp/modules/gles3/functional/ |
es3fShaderPackingFunctionTests.cpp | 210 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local 211 const deUint32 ref = (ref1 << 16) | ref0; 216 const int diff1 = de::abs((int)ref1 - (int)res1); 300 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f); local 305 const deUint32 diff1 = getUlpDiff(ref1, res1); 313 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 401 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local 402 const deUint32 ref = (ref1 << 16) | ref0; 407 const int diff1 = de::abs((int)ref1 - (int)res1); 491 const float ref1 = float(in1) / 65535.0f local 597 const deUint16 ref1 = (deUint16)tcu::Float16(inputs[valNdx].y()).bits(); local 702 const float ref1 = tcu::Float16(in1).asFloat(); local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 214 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local 215 const deUint32 ref = (ref1 << 16) | ref0; 220 const int diff1 = de::abs((int)ref1 - (int)res1); 304 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f); local 309 const deUint32 diff1 = getUlpDiff(ref1, res1); 317 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 405 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local 406 const deUint32 ref = (ref1 << 16) | ref0; 411 const int diff1 = de::abs((int)ref1 - (int)res1); 495 const float ref1 = float(in1) / 65535.0f local 601 const deUint16 ref1 = (deUint16)tcu::Float16(inputs[valNdx].y()).bits(); local 706 const float ref1 = tcu::Float16(in1).asFloat(); local 816 const deUint16 ref1 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local 914 const float ref1 = de::clamp(float(in1) \/ 127.f, -1.0f, 1.0f); local 1025 const deUint16 ref1 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local 1123 const float ref1 = de::clamp(float(in1) \/ 255.f, 0.0f, 1.0f); local [all...] |
es31fShaderIntegerFunctionTests.cpp | 438 const deUint32 ref1 = (deUint64(in0)+deUint64(in1)) > 0xffffffffu ? 1u : 0u; local 440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) 442 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 532 const deUint32 ref1 = in0 >= in1 ? 0u : 1u; local 534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) 536 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 622 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu); local 624 if (out0 != ref0 || out1 != ref1) 626 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 713 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu) local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 91 ref1 = weakref.ref(o, self.callback) 94 self.assertTrue(ref1() is None, 116 ref1 = weakref.ref(c, callback) 122 ref1 = weakref.proxy(o, self.callback) 129 self.assertRaises(weakref.ReferenceError, check, ref1) 155 ref1 = weakref.ref(o) 160 self.assertTrue(ref1 is ref2, 165 ref1 = weakref.ref(o) 167 self.assertTrue(ref1 is ref2, 278 ref1 = weakref.proxy(o [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 91 ref1 = weakref.ref(o, self.callback) 94 self.assertTrue(ref1() is None, 116 ref1 = weakref.ref(c, callback) 122 ref1 = weakref.proxy(o, self.callback) 129 self.assertRaises(weakref.ReferenceError, check, ref1) 155 ref1 = weakref.ref(o) 160 self.assertTrue(ref1 is ref2, 165 ref1 = weakref.ref(o) 167 self.assertTrue(ref1 is ref2, 278 ref1 = weakref.proxy(o [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
texture_manager_unittest.cc | 2243 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2269 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2331 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2408 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local 2453 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local [all...] |
/external/eigen/test/eigen2/ |
eigen2_triangular.cpp | 120 Matrix2i ref1; local 121 ref1 << 1, 2, 123 VERIFY(m1 == ref1);
|
/external/chromium_org/third_party/libwebp/dsp/ |
enc_sse2.c | 277 __m128i ref0, ref1, ref2, ref3; local 281 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); 287 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]); 293 ref1 = _mm_unpacklo_epi8(ref1, zero); 298 ref1 = _mm_add_epi16(ref1, T1); 303 ref1 = _mm_packus_epi16(ref1, ref1); 356 const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); local [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 277 __m128i ref0, ref1, ref2, ref3; local 281 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); 287 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]); 293 ref1 = _mm_unpacklo_epi8(ref1, zero); 298 ref1 = _mm_add_epi16(ref1, T1); 303 ref1 = _mm_packus_epi16(ref1, ref1); 356 const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encoder.h | 517 MV_REFERENCE_FRAME ref1) { 520 xd->block_refs[1] = &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 623 MV_REFERENCE_FRAME ref1) { 626 xd->block_refs[1] = &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 629 MV_REFERENCE_FRAME ref1) { 632 xd->block_refs[1] = &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 1088 /* `p2' to get hinted coordinates, using `ref1' and `ref2' as the */ 1097 AF_Point ref1, 1102 FT_Pos v1 = ref1->v; 1104 FT_Pos d1 = ref1->u - v1; 1138 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 ); 1154 u = ref1->u + FT_MulDiv( u - v1, ref2->u - ref1->u, v2 - v1 ); [all...] |
/external/freetype/src/autofit/ |
afhints.c | [all...] |
/external/chromium_org/base/win/ |
scoped_variant_unittest.cc | 213 ScopedVariant ref1(&faker); 215 ScopedVariant ref2(static_cast<const VARIANT&>(ref1));
|