Searched defs:ref2 (Results 1 - 16 of 16) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_triangular.cpp127 Matrix2i ref2; local
128 ref2 << 1, 2,
130 VERIFY(m2 == ref2);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_sad4d_intrin_avx2.c22 uint8_t *ref0, *ref1, *ref2, *ref3; local
26 ref2 = ref[2];
37 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
53 ref2+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref2 = ref[2];
112 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
113 ref2next_reg = _mm256_loadu_si256((__m256i *) (ref2 + 32));
138 ref2+= ref_stride;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_sad4d_intrin_avx2.c22 uint8_t *ref0, *ref1, *ref2, *ref3; local
26 ref2 = ref[2];
37 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
53 ref2+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref2 = ref[2];
112 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
113 ref2next_reg = _mm256_loadu_si256((__m256i *) (ref2 + 32));
138 ref2+= ref_stride;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DSyntheticAccessorResolver.java148 private static boolean methodReferenceEquals(@Nonnull MethodReference ref1, @Nonnull MethodReference ref2) { argument
150 return ref1.getName().equals(ref2.getName()) &&
151 ref1.getReturnType().equals(ref2.getReturnType()) &&
152 ref1.getParameterTypes().equals(ref2.getParameterTypes());
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_norm.c198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
271 ref2->data = r2;
272 ref2->start = (GLfloat *) r2;
273 ref2->count = TEST_COUNT;
274 ref2->stride = sizeof(float[4]);
275 ref2->flags = 0;
281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
/external/mesa3d/src/mesa/math/
H A Dm_debug_norm.c198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
271 ref2->data = r2;
272 ref2->start = (GLfloat *) r2;
273 ref2->count = TEST_COUNT;
274 ref2->stride = sizeof(float[4]);
275 ref2->flags = 0;
281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp117 T &ref2 = ref; // expected-error{{drops qualifiers}} local
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager_unittest.cc2244 scoped_refptr<TextureRef> ref2 = local
2255 ref2 = NULL;
2276 scoped_refptr<TextureRef> ref2 = local
2358 scoped_refptr<TextureRef> ref2 = local
2364 GL_COLOR_ATTACHMENT0, ref2.get(), GL_TEXTURE_2D, 0, 0);
2428 scoped_refptr<TextureRef> ref2 = local
2440 EXPECT_EQ(initial_memory2 + ref2->texture()->estimated_size(),
2446 ref2 = NULL;
2454 scoped_refptr<TextureRef> ref2 = local
2470 EXPECT_FALSE(ref2
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp817 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), -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);
827 const int diff2 = de::abs((int)ref2 - (int)res2);
915 const float ref2 = de::clamp(float(in2) / 127.f, -1.0f, 1.0f); local
924 const deUint32 diff2 = getUlpDiff(ref2, res2);
933 << "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFloat(ref3) << ")"
1026 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1028 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0);
1036 const int diff2 = de::abs((int)ref2 - (int)res2);
1124 const float ref2 local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftmac.c201 FSRef ref2; local
206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp384 extern constexpr int &ref2 = ref; member in namespace:UnemittedTemporaryDecl
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c277 __m128i ref0, ref1, ref2, ref3; local
282 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
288 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
294 ref2 = _mm_unpacklo_epi8(ref2, zero);
299 ref2 = _mm_add_epi16(ref2, T2);
304 ref2 = _mm_packus_epi16(ref2, ref2);
357 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); local
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c277 __m128i ref0, ref1, ref2, ref3; local
282 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
288 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
294 ref2 = _mm_unpacklo_epi8(ref2, zero);
299 ref2 = _mm_add_epi16(ref2, T2);
304 ref2 = _mm_packus_epi16(ref2, ref2);
357 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6480 milliseconds