HomeSort by relevance Sort by last modified time
    Searched refs:d2 (Results 251 - 275 of 371) sorted by null

<<1112131415

  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 51 | | ->22.22% (800B) 0x........: d2 (alloc-fns.c:20)
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 106 static const FPRegisterID fpRegT2 = ARMRegisters::d2;
131 static const FPRegisterID fpRegT2 = ARMRegisters::d2;
  /frameworks/base/core/java/android/widget/
RemoteViews.java 1306 int d1, d2, d3, d4; field in class:RemoteViews.TextViewDrawableAction
    [all...]
  /bionic/libc/stdlib/
strtod.c 2128 _double d, d2, eps; local
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 2889 DataKeys* d2 = parseDataKeys(&data2, gOptions.diffFileName, &sum2); local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
3573 U d2, eps, u; variable
3653 dval(&d2) = dval(&u); variable
3654 word0(&d2) &= Frac_mask1; variable
3655 word0(&d2) |= Exp_11; variable
3658 dval(&d2) \/= 1 << j; variable
3697 dval(&d2) = x; variable
3786 dval(&d2) = dval(&u); variable
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 306 final double d2 = 10.07; local
309 mBundle.putDouble(KEY, d2);
310 assertEquals(d2, mBundle.getDouble(KEY, d1));
312 assertEquals(d2, mBundle.getDouble(KEY, d1));
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 95 D<int>::E d2 = D<int>::E::e2; member in struct:C
  /external/dnsmasq/src/
dhcp.c 966 char *d1, *d2; local
978 d2 = get_domain(addr);
979 if (!legal_hostname(hostname) || (d1 && (!d2 || !hostname_isequal(d1, d2))))
  /external/freetype/src/autofit/
afhints.c 1083 FT_Pos d2 = ref2->u - v2; local
1098 u += d2;
1114 u += d2;
1128 u += d2;
  /external/webp/src/dsp/
dec_neon.c 122 LOAD8x4(d2, d3, d4, d5, [r4], [r5], r6)
185 /* d2: in[0]
201 "vqadd.s16 d22, d2, d3 \n"
202 "vqsub.s16 d23, d2, d3 \n"
223 /* d2 = tmp[0] = a + d
228 "vqadd.s16 d2, d22, d21 \n"
247 "vqadd.s16 d22, d2, d3 \n"
248 "vqsub.s16 d23, d2, d3 \n"
260 /* d2 = tmp[0] = a + d
265 "vqadd.s16 d2, d22, d21 \n
    [all...]
dec_sse2.c 91 const __m128i d2 = _mm_mulhi_epi16(in3, k2); local
93 const __m128i d4 = _mm_add_epi16(d1, d2);
149 const __m128i d2 = _mm_mulhi_epi16(T3, k2); local
151 const __m128i d4 = _mm_add_epi16(d1, d2);
531 // q1 = f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
539 // q0 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
568 // q1 = f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
580 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
    [all...]
  /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/icu4c/test/intltest/
numrgts.cpp 740 //Double d2 = (Double) df.parse(str, new ParsePosition(0));
741 Formattable d2; local
743 df->parse(str, d2, pp);
745 if (d2.getDouble() != d1)
746 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble());
1449 double d2 = -0.0001; local
2024 double d2 = -0.0001; local
    [all...]
dtfmttst.cpp 749 UDate d2 = sdf.parse(formatResult, status); local
750 logln((UnicodeString)" parse(" + formatResult + ") -> " + dateToString(d2));
751 if (d2 != expected) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
752 UnicodeString format2; (*(DateFormat*)&sdf).format(d2, format2);
1365 UDate d2 = fmt.parse(str, pos); local
3426 UDate d1, d2, dp1, dp2, dexp1, dexp2; local
    [all...]
tzrulets.cpp 1291 UDate d1, d2; local
    [all...]
  /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/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/vp8/common/arm/neon/
loopfiltersimplehorizontaledge_neon.asm 33 vld1.s8 {d2[], d3[]}, [r2] ; flimit
  /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.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",

Completed in 587 milliseconds

<<1112131415