HomeSort by relevance Sort by last modified time
    Searched refs:ref2 (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/eigen/test/
product.h 158 ColSquareMatrixType ref2(square2);
164 ref2 = res2 = square2;
165 VERIFY_IS_APPROX(res2.block(0,0,1,cols).noalias() = m1.row(0) * square2.transpose(), (ref2.row(0) = m1.row(0) * square2.transpose()));
166 VERIFY_IS_APPROX(res2.block(0,0,1,cols).noalias() = m1.block(0,0,1,cols) * square2.transpose(), (ref2.row(0) = m1.row(0) * square2.transpose()));
167 VERIFY_IS_APPROX(res2.block(0,0,1,cols).noalias() = m1.row(0) * square2, (ref2.row(0) = m1.row(0) * square2));
168 VERIFY_IS_APPROX(res2.block(0,0,1,cols).noalias() = m1.block(0,0,1,cols) * square2, (ref2.row(0) = m1.row(0) * square2));
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 483 private final WeakReference<Class<?>> ref2; field in class:Proxy.Key2
488 ref2 = new WeakReference<Class<?>>(intf2);
504 (intf2 = ref2.get()) != null &&
505 intf2 == ((Key2) obj).ref2.get();
    [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py 94 ref2 = weakref.ref(o, self.callback)
97 self.assertIsNone(ref2(), "expected reference to be invalidated")
127 ref2 = weakref.proxy(o, self.callback)
134 self.assertRaises(weakref.ReferenceError, check, ref2)
155 "ref2 should be dead after deleting object reference")
163 ref2 = weakref.ref(o)
164 self.assertIs(ref1, ref2,
170 ref2 = weakref.ref(o)
171 self.assertIs(ref1, ref2,
342 ref2 = weakref.ref(o, self.callback
    [all...]
  /external/webp/src/dsp/
enc_msa.c 718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
722 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
724 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3);
730 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
732 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3);
745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
749 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
751 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3);
764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
769 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7)
783 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; local
    [all...]
enc_sse2.c 150 __m128i ref0, ref1, ref2, ref3; local
155 ref2 = _mm_loadl_epi64((const __m128i*)&ref[2 * BPS]);
161 ref2 = _mm_cvtsi32_si128(WebPMemToUint32(&ref[2 * BPS]));
167 ref2 = _mm_unpacklo_epi8(ref2, zero);
172 ref2 = _mm_add_epi16(ref2, T2);
177 ref2 = _mm_packus_epi16(ref2, ref2);
316 const __m128i ref2 = _mm_loadl_epi64((const __m128i*)&ref[2 * BPS]); local
355 const __m128i ref2 = _mm_loadl_epi64((const __m128i*)&ref[2 * BPS]); local
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 486 struct nv84_video_buffer *ref2 = (struct nv84_video_buffer *)desc->ref[1]; local
502 if (!ref2)
503 ref2 = dest;
505 bo_refs[2].bo = ref2->interlaced;
537 PUSH_DATA (push, ref2->interlaced->offset >> 8);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 914 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local
916 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0);
924 const int diff2 = de::abs((int)ref2 - (int)res2);
1030 const float ref2 = de::clamp(float(in2) \/ 127.f, -1.0f, 1.0f); local
1157 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1273 const float ref2 = de::clamp(float(in2) \/ 255.f, 0.0f, 1.0f); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 817 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
1124 const float ref2 = de::clamp(float(in2) \/ 255.f, 0.0f, 1.0f); local
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 117 T &ref2 = ref; // expected-error{{drops 'const' qualifier}} local
  /external/python/cpython3/Lib/test/
test_weakref.py 135 ref2 = weakref.ref(o, self.callback)
138 self.assertIsNone(ref2(), "expected reference to be invalidated")
168 ref2 = weakref.proxy(o, self.callback)
175 self.assertRaises(ReferenceError, check, ref2)
196 "ref2 should be dead after deleting object reference")
204 ref2 = weakref.ref(o)
205 self.assertIs(ref1, ref2,
211 ref2 = weakref.ref(o)
212 self.assertIs(ref1, ref2,
381 ref2 = weakref.ref(o, self.callback
    [all...]
  /external/freetype/src/base/
ftmac.c 202 FSRef ref2; local
207 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
209 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
    [all...]
  /external/freetype/src/autofit/
afhints.c     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 199 int ref2; local
201 ref2 = staticMetadata.get(CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT2);
204 ref2 = ref1;
248 rawImageInput, ref1, ref2, calib1, calib2, color1, color2,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_sad4d_sse2.asm 219 res, ref2, ref3, ref4
222 ref2, ref3, ref4
sad4d_sse2.asm 185 res, ref2, ref3, ref4
188 ref2, ref3, ref4
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 363 @ r1 = ref2 <UWORD8 *>
376 vld1.8 {d4, d5}, [r1], r3 @ load ref2 Row 1
385 vld1.8 {d10, d11}, [r1], r3 @ load ref2 Row 2
397 vld1.8 {d4, d5}, [r1], r3 @ load ref2 Row 1
406 vld1.8 {d10, d11}, [r1], r3 @ load ref2 Row 2
450 @ r1 = ref2 <UWORD8 *>
464 vld1.8 {d4, d5}, [r1], r4 @ load ref2 Row 1
476 vld1.8 {d12, d13}, [r1], r4 @ load ref2 Row 1
490 vld1.8 {d4, d5}, [r1], r4 @ load ref2 Row 1
503 vld1.8 {d12, d13}, [r1], r4 @ load ref2 Row
    [all...]
  /external/freetype/builds/mac/
ftmac.c 338 FSRef ref2; local
343 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
345 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c     [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 394 extern constexpr int &ref2 = ref; member in namespace:UnemittedTemporaryDecl
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 230 File ref2 = new File("/lib/test_112270.properties"); local
232 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
254 File ref2 = new File("/lib/content-types.properties"); local
256 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 276 virtual void ref2() throw(C *);
309 virtual void ref2() throw(D *);

Completed in 1541 milliseconds

12 3 4 5