/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
NinePatchDrawableTest.java | 415 NinePatchDrawable d2 = local 423 assertTrue(d2.getPaint().isDither());
|
/external/icu4c/data/mappings/ |
ucmfiles.mk | 118 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\
|
/external/libvpx/vp8/common/arm/neon/ |
loopfiltersimplehorizontaledge_neon.asm | 33 vld1.s8 {d2[], d3[]}, [r2] ; flimit
|
buildintrapredictorsmby_neon.asm | 279 vqshrun.s16 d2, q10, #0 562 vqshrun.s16 d2, q10, #0
|
/external/valgrind/main/none/tests/amd64/ |
slahf-amd64.stdout.exp | 213 d2 -> d200
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Operations.h | 296 double d2 = v2.toNumber(exec); local 297 return d1 == d2;
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 1316 int rj, gj, bj, d2; local [all...] |
/external/v8/src/arm/ |
simulator-arm.h | 141 d0 = 0, d1, d2, d3, d4, d5, d6, d7, enumerator in enum:v8::internal::Simulator::Register
|
/external/webp/src/dec/ |
dsp_sse2.c | 89 const __m128i d2 = _mm_mulhi_epi16(in3, k2); local 91 const __m128i d4 = _mm_add_epi16(d1, d2); 147 const __m128i d2 = _mm_mulhi_epi16(T3, k2); local 149 const __m128i d4 = _mm_add_epi16(d1, d2); 527 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82 535 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02 563 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82 575 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0 [all...] |
/external/libxml2/ |
xmlschemastypes.c | 4578 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...] |
cvcalibinit.cpp | 1657 double d1, d2, p = cvContourPerimeter(dst_contour); local 1848 double d1, d2, p = cvContourPerimeter(dst_contour); local [all...] |
cvfundam.cpp | 924 double a, b, c, d1, d2, s1, s2; local 931 d2 = m2[i].x*a + m2[i].y*b + c; 940 err[i] = (float)(d1*d1*s1 + d2*d2*s2); [all...] |
cvstereobm.cpp | 354 __m128i d1 = _mm_set1_epi16((short)(mind-1)), d2 = _mm_set1_epi16((short)(mind+1)); local 361 mask = _mm_and_si128(mask, _mm_or_si128(_mm_cmpgt_epi16(d1,d8), _mm_cmpgt_epi16(d8,d2)));
|
/external/webp/src/enc/ |
dsp.c | 147 const int d2 = src[2] - ref[2]; local 150 const int a1 = (d1 + d2) << 3; 151 const int a2 = (d1 - d2) << 3;
|
/external/icu4c/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...] |
cmsgtst.c | 192 UDate d2=0; local 237 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2); 249 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2); [all...] |
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |
/external/libvpx/vp8/encoder/x86/ |
variance_impl_sse2.asm | 847 movq xmm3, QWORD PTR [rdi] ; xmm3 = d0,d1,d2..d8 962 movq xmm3, QWORD PTR [rdi] ; xmm3 = d0,d1,d2..d7 [all...] |
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_extendframeborders_neon.asm | 159 vld1.8 {d2[], d3[]}, [r2], lr 430 vld1.8 {d2[]}, [r2], lr 449 vst1.8 {d2}, [r6], lr
|
/external/bluetooth/bluez/src/ |
adapter.c | 162 const struct remote_dev_info *d2) 166 if (bacmp(&d2->bdaddr, BDADDR_ANY)) { 167 ret = bacmp(&d1->bdaddr, &d2->bdaddr); 172 if (d2->name_status != NAME_ANY) { 173 ret = (d1->name_status - d2->name_status); [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 571 final double d2 = 10.07; local 574 mBundle.putDouble(KEY, d2); 575 assertEquals(d2, mBundle.getDouble(KEY, d1)); 577 assertEquals(d2, mBundle.getDouble(KEY, d1)); [all...] |
/external/v8/test/mjsunit/ |
json.js | 54 var d2 = {toJSON: Date.prototype.toJSON, 57 assertEquals(null, d2.toJSON());
|
large-object-allocation.js | 87 this.d2 = i;
|
/external/webkit/Source/WebKit/win/ |
WebHistory.cpp | 91 static bool areEqualOrClose(double d1, double d2) 93 double diff = d1-d2; [all...] |