HomeSort by relevance Sort by last modified time
    Searched refs:d2 (Results 501 - 525 of 720) sorted by null

<<212223242526272829

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 74 vld1.32 {d2, d3}, [r12] @ *ptr2
  /ndk/sources/host-tools/make-3.81/
read.c 1242 register struct dep *d2; local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 180 const GGLcoord d2 = x*x + y*y; local
181 if (d2 >= rmax) return 0;
182 if (d2 < rmin) return 0x7FFF;
262 const GGLcoord d2 = x*x + y*y; local
263 if (d2 >= rmax) return 0;
264 if (d2 < rmin) return 0x7FFF;
265 return 0x7FFF - (d2-rmin)*scale;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 739 //Double d2 = (Double) df.parse(str, new ParsePosition(0));
740 Formattable d2; local
742 df->parse(str, d2, pp);
744 if (d2.getDouble() != d1)
745 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble());
1448 double d2 = -0.0001; local
2023 double d2 = -0.0001; local
    [all...]
dtfmttst.cpp 740 UDate d2 = sdf.parse(formatResult, status); local
741 logln((UnicodeString)" parse(" + formatResult + ") -> " + dateToString(d2));
742 if (d2 != expected) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
743 UnicodeString format2; (*(DateFormat*)&sdf).format(d2, format2);
1307 UDate d2 = fmt.parse(str, pos); local
3300 UDate d1, d2, dp1, dp2, dexp1, dexp2; local
    [all...]
tzrulets.cpp 1291 UDate d1, d2; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm.cc 304 __ vldr(d2, r4, OFFSET_OF(T, h));
305 __ vabs(d0, d2);
1190 __ vadd(d2, d0, d1);
1191 __ vstr(d2, r0, OFFSET_OF(T, add_result));
1192 __ vsub(d2, d0, d1);
1193 __ vstr(d2, r0, OFFSET_OF(T, sub_result));
1194 __ vmul(d2, d0, d1);
1195 __ vstr(d2, r0, OFFSET_OF(T, mul_result));
1196 __ vdiv(d2, d0, d1);
1197 __ vstr(d2, r0, OFFSET_OF(T, div_result))
    [all...]
  /external/icu4c/test/intltest/
numrgts.cpp 743 //Double d2 = (Double) df.parse(str, new ParsePosition(0));
744 Formattable d2; local
746 df->parse(str, d2, pp);
748 if (d2.getDouble() != d1)
749 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble());
1452 double d2 = -0.0001; local
2027 double d2 = -0.0001; local
    [all...]
tzrulets.cpp 1292 UDate d1, d2; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
case.py 834 def assertDictEqual(self, d1, d2, msg=None):
836 self.assert_(isinstance(d2, dict), 'Second argument is not a dictionary')
838 if d1 != d2:
839 standardMsg = '%s != %s' % (safe_repr(d1, True), safe_repr(d2, True))
842 pprint.pformat(d2).splitlines())))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 827 def assertDictEqual(self, d1, d2, msg=None):
829 self.assertIsInstance(d2, dict, 'Second argument is not a dictionary')
831 if d1 != d2:
832 standardMsg = '%s != %s' % (safe_repr(d1, True), safe_repr(d2, True))
835 pprint.pformat(d2).splitlines())))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 827 def assertDictEqual(self, d1, d2, msg=None):
829 self.assertIsInstance(d2, dict, 'Second argument is not a dictionary')
831 if d1 != d2:
832 standardMsg = '%s != %s' % (safe_repr(d1, True), safe_repr(d2, True))
835 pprint.pformat(d2).splitlines())))
    [all...]
  /external/chromium_org/ui/compositor/
layer_unittest.cc 506 DrawTreeLayerDelegate d2; local
507 l2->set_delegate(&d2);
514 EXPECT_TRUE(d2.painted());
541 DrawTreeLayerDelegate d2; local
542 l2->set_delegate(&d2);
550 // |d2| should not have received a paint notification since it has no texture.
551 EXPECT_FALSE(d2.painted());
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_sse2.asm 456 movq xmm3, QWORD PTR [rdi] ; xmm3 = d0,d1,d2..d8
565 movq xmm3, QWORD PTR [rdi] ; xmm3 = d0,d1,d2..d8
672 movq xmm3, QWORD PTR [rdi] ; xmm3 = d0,d1,d2..d8
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py 131 d2 = ssl.PEM_cert_to_DER_cert(p2)
132 self.assertEqual(d1, d2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py 131 d2 = ssl.PEM_cert_to_DER_cert(p2)
132 self.assertEqual(d1, d2)
    [all...]
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmfiles.mk 116 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\
  /external/icu4c/data/mappings/
ucmfiles.mk 117 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
OBJLoader.java 207 float d2 = v1.v.distanceSquared(v3.v); local
208 if (d1 < d2){
  /external/libvpx/armv7a/
vp8_rtcd.h 284 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
287 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 213 d2 -> d200
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 194 d2 = finfo.Type + finfo.Creator
199 info = d + d2 + d3 + d4
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 60 file, d1, d2 = Carbon.File.FSResolveAliasFile(file, 1)
155 template_fsr, d1, d2 = Carbon.File.FSResolveAliasFile(template, 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 367 d2 = self.cur.fetchone()[0]
368 self.assertEqual(d, d2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 194 d2 = finfo.Type + finfo.Creator
199 info = d + d2 + d3 + d4

Completed in 1202 milliseconds

<<212223242526272829