Searched defs:d1 (Results 101 - 125 of 218) sorted by relevance

123456789

/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp91 B<int> d1() { return B<int>(); } function
92 // CHECK: "\01?d1@@YA?AV?$B@H@@XZ"
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp114 double& d1 = X0Base::g(x); local
H A Ddependent-names.cpp78 Derived1<int> d1; local
79 d1.test0();
80 d1.test1(); // expected-note {{in instantiation of member function}}
81 d1.test2(); // expected-note {{in instantiation of member function}}
82 d1.test3(); // expected-note {{in instantiation of member function}}
/external/compiler-rt/lib/asan/
H A Dasan_poisoning.cc350 uptr d1 = RoundDownTo(old_mid, granularity); local
353 // [a, d1) is good, [d2, c) is bad, [d1, d2) is partially good.
358 // if (d1 != d2)
359 // CHECK_EQ(*(u8*)MemToShadow(d1), old_mid - d1);
360 if (a + granularity <= d1)
/external/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c112 UDate d1=1000000000.0; local
126 &status, 1, 3456.00, d1);
133 &status, 1, 3456.00, d1);
158 &parseError,&status, 1, 3456.00, d1);
165 &status, 1, 3456.00, d1);
208 resultLength = umsg_format(formatter,result,resultLength,&ec,1,3456.00,d1);
212 resultLength = umsg_format(formatter,result,resultLength+2,&ec,1,3456.00,d1);
380 UDate d1,d; local
401 d1=ucal_getMillis(cal, &status);
418 resultLengthOut=umsg_format(fmt ,result, resultlength,&status, d1, st
482 UDate d1,d; local
576 UDate d1,d; local
886 UDate d1=1000000000.0; local
[all...]
H A Dcdtrgtst.c55 UDate today, d1; local
97 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
103 rt =myFormatit(df, d1);
245 UDate d1=1000000000.0; local
262 formatted = myFormatit(fmt, d1);
602 UChar* myFormatit(UDateFormat* datdef, UDate d1) argument
609 resultlengthneeded=udat_format(datdef, d1, NULL, resultlength, NULL, &status);
616 udat_format(datdef, d1, result1, resultlength, NULL, &status);
/external/jpeg/
H A Djdmerge.c626 INT32 d1 = dither_matrix[(cinfo->output_scanline+1) & DITHER_MASK]; local
654 r = range_limit[DITHER_565_R(y + cred, d1)];
655 g = range_limit[DITHER_565_G(y + cgreen, d1)];
656 b = range_limit[DITHER_565_B(y + cblue, d1)];
657 d1 = DITHER_ROTATE(d1);
668 r = range_limit[DITHER_565_R(y + cred, d1)];
669 g = range_limit[DITHER_565_G(y + cgreen, d1)];
670 b = range_limit[DITHER_565_B(y + cblue, d1)];
671 d1
[all...]
/external/libopus/tests/
H A Dtest_opus_encode.c60 opus_int32 c1,c2,d1,d2; local
63 c1=c2=d1=d2=0;
76 c1=(30*(c1+b1+d1)+32)>>6;d1=b1;
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) argument
307 vp8_regular_quantize_b(b1, d1);
311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) argument
313 vp8_fast_quantize_b_c(b1, d1);
/external/llvm/unittests/ADT/
H A DHashingTest.cpp351 const HashableDummy d1 = { 1024 }, d2 = { 8888 }, d3 = { 9000000 }; local
357 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, s2, s3));
358 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, d2, s3));
359 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, d2, d3));
/external/lzma/CPP/Windows/
H A DFileDir.cpp148 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) argument
150 if (!GetLongPathBase(s1, d1) || !GetLongPathBase(s2, d2))
152 if (d1.IsEmpty() && d2.IsEmpty()) return false;
153 if (d1.IsEmpty()) d1 = s1;
164 UString d1, d2;
165 if (GetLongPaths(existFileName, newFileName, d1, d2))
166 return BOOLToBool(::MoveFileW(d1, d2));
208 UString d1, d2;
209 if (GetLongPaths(existFileName, newFileName, d1, d
[all...]
/external/skia/gm/
H A Dtechtalk1.cpp89 SkPath d0, d1; local
91 tesselate(p1, &d1);
95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1));
/external/skia/src/core/
H A DSkBlitMask_D32.cpp261 uint32_t d1 = EXPAND1(v, rbmask, m); local
262 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
/external/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp204 const uint64x2_t d1 = vcombine_u64(vget_low_u64(indicesLeft), vget_low_u64(indicesRight)); local
206 vst1q_u64(dst1, d1);
/external/strace/
H A Dvsprintf.c193 uint32_t d3, d2, d1, q, h; local
198 d1 = ((uint32_t)n >> 16); /* implicit "& 0xffff" */
203 q = 656 * d3 + 7296 * d2 + 5536 * d1 + ((uint32_t)n & 0xffff);
208 d1 = q + 7671 * d3 + 9496 * d2 + 6 * d1;
209 buf = put_dec_full4(buf, d1 % 10000);
210 q = d1 / 10000;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp94 Agg<double> d1 = {f}; // OK (widening) local
H A Dp7-cxx11-nowarn.cpp92 Agg<double> d1 = {f}; // OK (widening) local
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp170 double d1 = i1 ? I() : K(); local
182 d1 = i1 ? 'c' : 4.0;
183 d1 = i1 ? 4.0 : 'c';
196 &(i1 ? i1 : d1); // expected-error {{cannot take the address of an rvalue}}
H A Dcxx1y-variable-templates_top_level.cpp414 double d1 = pi1a<double>; member in namespace:nested::use_n1a
428 double d1 = n1::pi1b<double>; member in namespace:nested::use_n1b
H A Doverloaded-builtin-operators.cpp164 bool test_with_base_ptrs(ConvertibleToPtrOf<Derived1> d1, argument
166 return d1 == d2; // expected-error{{invalid operands}}
/external/dnsmasq/src/
H A Ddhcp.c966 char *d1, *d2; local
977 d1 = strip_hostname(hostname);
979 if (!legal_hostname(hostname) || (d1 && (!d2 || !hostname_isequal(d1, d2))))
/external/eigen/Eigen/src/Eigenvalues/
H A DSelfAdjointEigenSolver.h577 Scalar d1 = eivals(1) - eivals(0); local
578 int k = d0 > d1 ? 2 : 0;
579 d0 = d0 > d1 ? d0 : d1;
/external/freetype/src/autofit/
H A Dafhints.c1295 FT_Pos u, v1, v2, u1, u2, d1, d2; local
1312 d1 = u1 - v1;
1322 u += d1;
1341 u += d1;
/external/libvncserver/x11vnc/
H A DmacosxCG.c580 static void CGPostMouseEvent_wr(CGPoint loc, int update, int count, int d1, int d2, int d3, int p1, int p2, int p3) { argument
593 CGPostMouseEvent(loc, update, count, d1, d2, d3);
608 if (p1 && p1 == d1) {
642 if (p1 != d1) {
643 CGEventType type = (!p1 && d1) ? kCGEventLeftMouseDown : kCGEventLeftMouseUp;
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dmbloopfilter_neon.c37 int8x8_t d0, d1, d2, d3, d4, d5, d24, d25, d28, d29; local
128 d1 = vqshrn_n_s16(q11s16, 7);
134 q0s8 = vcombine_s8(d0, d1);

Completed in 858 milliseconds

123456789