/external/eigen/test/ |
product_mmtr.cpp | 13 ref2 = ref1 = DEST; \ 16 ref2.template triangularView<TRI>() = ref1; \ 17 VERIFY_IS_APPROX(DEST,ref2); \ 31 MatrixColMaj ref1(size, size), ref2(size, size);
|
/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/eigen/test/eigen2/ |
eigen2_triangular.cpp | 127 Matrix2i ref2; local 128 ref2 << 1, 2, 130 VERIFY(m2 == ref2);
|
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 92 ref2 = weakref.ref(o, self.callback) 96 self.assertTrue(ref2() is None, 123 ref2 = weakref.proxy(o, self.callback) 130 self.assertRaises(weakref.ReferenceError, check, ref2) 151 "ref2 should be dead after deleting object reference") 159 ref2 = weakref.ref(o) 160 self.assertTrue(ref1 is ref2, 166 ref2 = weakref.ref(o) 167 self.assertTrue(ref1 is ref2, 339 ref2 = weakref.ref(o, self.callback [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_weakref.py | 92 ref2 = weakref.ref(o, self.callback) 96 self.assertTrue(ref2() is None, 123 ref2 = weakref.proxy(o, self.callback) 130 self.assertRaises(weakref.ReferenceError, check, ref2) 151 "ref2 should be dead after deleting object reference") 159 ref2 = weakref.ref(o) 160 self.assertTrue(ref1 is ref2, 166 ref2 = weakref.ref(o) 167 self.assertTrue(ref1 is ref2, 339 ref2 = weakref.ref(o, self.callback [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url.cc | 521 const TemplateURLRef* ref2) { 522 return ref1 == ref2 || (ref1 && ref2 && ref1->url() == ref2->url());
|
template_url.h | 133 const TemplateURLRef* ref2);
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p5.cpp | 117 T &ref2 = ref; // expected-error{{drops qualifiers}} local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad4d_sse2.asm | 177 res, ref2, ref3, ref4 180 ref2, ref3, ref4
|
/external/chromium/base/win/ |
scoped_variant_unittest.cc | 215 ScopedVariant ref2(static_cast<const VARIANT&>(ref1)); 218 ref3 = static_cast<const VARIANT&>(ref2);
|
/external/chromium_org/base/win/ |
scoped_variant_unittest.cc | 215 ScopedVariant ref2(static_cast<const VARIANT&>(ref1)); 218 ref3 = static_cast<const VARIANT&>(ref2);
|
/external/chromium_org/gpu/command_buffer/service/ |
texture_manager_unittest.cc | 2162 scoped_refptr<TextureRef> ref2 = local 2194 scoped_refptr<TextureRef> ref2 = local 2276 scoped_refptr<TextureRef> ref2 = local 2346 scoped_refptr<TextureRef> ref2 = local 2372 scoped_refptr<TextureRef> ref2 = local [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 1088 /* `p2' to get hinted coordinates, using `ref1' and `ref2' as the */ 1098 AF_Point ref2 ) 1103 FT_Pos v2 = ref2->v; 1105 FT_Pos d2 = ref2->u - v2; 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 | 1088 /* `p2' to get hinted coordinates, using `ref1' and `ref2' as the */ 1098 AF_Point ref2 ) 1103 FT_Pos v2 = ref2->v; 1105 FT_Pos d2 = ref2->u - v2; 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/clang/test/CXX/drs/ |
dr1xx.cpp | 269 virtual void ref2() throw(C *); 302 virtual void ref2() throw(D *);
|
/external/clang/test/CodeGenCXX/ |
const-init-cxx11.cpp | 384 extern constexpr int &ref2 = ref; member in namespace:UnemittedTemporaryDecl
|
/external/chromium_org/third_party/lcov/bin/ |
lcov | [all...] |
genhtml | [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 | 1389 int ref0 = 0, ref1 = 0, ref2 = 0, ref3 = 0; local [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |