HomeSort by relevance Sort by last modified time
    Searched defs:ref2 (Results 1 - 14 of 14) sorted by null

  /external/eigen/test/eigen2/
eigen2_triangular.cpp 127 Matrix2i ref2; local
128 ref2 << 1, 2,
130 VERIFY(m2 == ref2);
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_norm.c 198 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/
m_debug_norm.c 198 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/
p5.cpp 117 T &ref2 = ref; // expected-error{{drops qualifiers}} local
  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 2144 scoped_refptr<TextureRef> ref2 = local
2176 scoped_refptr<TextureRef> ref2 = local
2258 scoped_refptr<TextureRef> ref2 = local
2328 scoped_refptr<TextureRef> ref2 = local
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 384 extern constexpr int &ref2 = ref; member in namespace:UnemittedTemporaryDecl
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 130 uint8 *ref2; local
180 ref2 = ref + (y_pos + (dy / 2)) * picpitch + x_pos;
184 eDiagonalInterpMC(ref2, ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
284 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
290 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
296 ref2 = _mm_unpacklo_epi8(ref2, zero);
301 ref2 = _mm_add_epi16(ref2, T2);
306 ref2 = _mm_packus_epi16(ref2, ref2);
360 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
284 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
290 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
296 ref2 = _mm_unpacklo_epi8(ref2, zero);
301 ref2 = _mm_add_epi16(ref2, T2);
306 ref2 = _mm_packus_epi16(ref2, ref2);
360 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 240 File ref2 = new File("/lib/content-types.properties"); local
242 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
264 File ref2 = new File("/lib/content-types.properties"); local
266 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1648 int ref0 = 0, ref1 = 0, ref2 = 0, ref3 = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 346 milliseconds