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

<<212223242526272829

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 367 d2 = self.cur.fetchone()[0]
368 self.assertEqual(d, d2)
  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 93 const __m128i d2 = _mm_mulhi_epi16(in3, k2); local
95 const __m128i d4 = _mm_add_epi16(d1, d2);
151 const __m128i d2 = _mm_mulhi_epi16(T3, k2); local
153 const __m128i d4 = _mm_add_epi16(d1, d2);
533 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
541 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
570 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
582 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
    [all...]
enc.c 141 const int d2 = src[2] - ref[2]; local
144 const int a1 = (d1 + d2);
145 const int a2 = (d1 - d2);
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 351 8000: "d2",
369 var sorted = ["a2", "a3", "b1", "b2", "c1", "c2", "d1", "d2", "e3",
  /external/libexif/contrib/watcom/
Makefile 34 OPTFLAGS= -5r -od -d2
87 #CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct16x16_add_neon.asm 103 vdup.16 d2, r3 ; duplicate cospi_12_64
124 vmull.s16 q2, d26, d2
125 vmull.s16 q3, d27, d2
136 vmlal.s16 q9, d22, d2
137 vmlal.s16 q15, d23, d2
390 vqrshrn.s32 d2, q2, #14 ; >> 14
505 vqrshrn.s32 d2, q4, #14 ; >> 14
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 1341 int rj, gj, bj, d2; local
    [all...]
  /external/v8/src/arm/
simulator-arm.h 143 d0 = 0, d1, d2, d3, d4, d5, d6, d7, enumerator in enum:v8::internal::Simulator::Register
  /external/v8/test/mjsunit/
array-sort.js 351 8000: "d2",
369 var sorted = ["a2", "a3", "b1", "b2", "c1", "c2", "d1", "d2", "e3",
  /external/webp/src/dsp/
dec_sse2.c 93 const __m128i d2 = _mm_mulhi_epi16(in3, k2); local
95 const __m128i d4 = _mm_add_epi16(d1, d2);
151 const __m128i d2 = _mm_mulhi_epi16(T3, k2); local
153 const __m128i d4 = _mm_add_epi16(d1, d2);
533 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
541 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
570 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
582 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
    [all...]
enc.c 141 const int d2 = src[2] - ref[2]; local
144 const int a1 = (d1 + d2);
145 const int a2 = (d1 - d2);
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_tiled_to_linear_uv_deinterleave_neon.s 111 vst1.8 {d2}, [r7], r14
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 4589 double d1, d2; local
    [all...]
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 330 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
333 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
334 void vp8_fast_quantize_b_pair_neon(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
  /external/libxml2/
xmlschemastypes.c 4596 double d1, d2; local
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 680 double d2 = 0.5*dtheta_dtr;
688 d2, 0, 0, 0, d2, 0, 0, 0, d2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 344 d2 = self._sections[section]
348 d2 = self._dict()
350 d.update(d2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 423 d2 = "I want to buy some cheese."
429 w.send(d2)
431 self.assertEqual(file(TESTFN).read(), self.d + d1 + d2)
test_cfgparser.py 535 d2 = dict(green=3, blue=4)
536 dcomb = d2.copy()
538 cm = ConfigParser._Chainmap(d1, d2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 344 d2 = self._sections[section]
348 d2 = self._dict()
350 d.update(d2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 423 d2 = "I want to buy some cheese."
429 w.send(d2)
431 self.assertEqual(file(TESTFN).read(), self.d + d1 + d2)
test_cfgparser.py 535 d2 = dict(green=3, blue=4)
536 dcomb = d2.copy()
538 cm = ConfigParser._Chainmap(d1, d2)
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 460 UDate d2= 837039928046.0; local
489 ucal_setMillis(caldef, d2, &status);
496 if(u_strcmp(myDateFormat(datdef, d1), myDateFormat(datdef, d2))!=0)
506 ucal_setMillis(caldef2, d2, &status);
533 if(d2==ucal_getMillis(caldef2, &status))
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 879 milliseconds

<<212223242526272829