Searched defs:d3 (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/d3/src/
H A Dd3.js2 var d3 = {
35 d3.ascending = d3_ascending;
39 d3.descending = function(a, b) {
42 d3.min = function(array, f) {
53 d3.max = function(array, f) {
64 d3.extent = function(array, f) {
81 d3.sum = function(array, f) {
93 d3.mean = function(array, f) {
102 d3.quantile = function(values, p) {
106 d3
[all...]
/external/chromium_org/third_party/modp_b64/
H A Dmodp_b64_data.h242 static const uint32_t d3[256] = { variable
435 static const uint32_t d3[256] = { variable
/external/llvm/test/MC/AArch64/
H A Darm64-variable-exprs.s14 d3 = d + 4 define
15 .globl d3
28 .long d3
/external/llvm/test/MC/MachO/
H A Dvariable-exprs.s20 d3 = d + 4 define
21 .globl d3
34 .long d3
217 // CHECK-I386: ('_string', 'd3')
418 // CHECK-X86_64: ('_string', 'd3')
/external/qemu/util/
H A Dbitops.c46 unsigned long d1, d2, d3; local
50 d3 = *(p+3);
54 if (d1 | d2 | d3) {
/external/valgrind/main/none/tests/s390x/
H A Dtest_sig.c46 double d1,d2,d3,d4,d5; local
49 d1 = d2 = d3 = d4 = d5 = 1;
59 printf("floating point is now: %f %f %f %f %f\n", d1, d2, d3, d4, d5);
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp44 dummy d3 = __alignof(u1); // expected-error {{no viable conversion}} local
H A Dinstantiation-default-1.cpp17 Def1<int&, int&> *d3) {
20 d3->wibble();
16 test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2, Def1<int&, int&> *d3) argument
/external/valgrind/main/massif/tests/
H A Dalloc-fns.c19 void d3(int n) { d4(n); } function
20 void d2(int n) { d3(n); }
32 d3(400);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dsad_neon.c89 uint64x1_t d3; local
107 d3 = vpaddl_u32(d1);
109 return vget_lane_u32(vreinterpret_u32_u64(d3), 0);
H A Dshortidct4x4llm_neon.c25 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
32 d3 = vld1_s16(input + 4);
37 q1s16 = vcombine_s16(d2, d4); // Swap d3 d4 here
38 q2s16 = vcombine_s16(d3, d5);
56 d3 = vqadd_s16(d13, d10);
61 v2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
87 d3 = vqadd_s16(d13, d10);
92 d3 = vrshr_n_s16(d3, 3);
97 v2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s1
[all...]
H A Ddequant_idct_neon.c23 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
76 d3 = vqadd_s16(d13, d10);
81 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
106 d3 = vqadd_s16(d13, d10);
111 d3 = vrshr_n_s16(d3, 3);
116 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp54 X() : d(0.0), d1(1.1), d2(1.2), d3(1.3) {}
58 double d3; member in struct:X
60 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
H A Dcopy-assign-synthesis-1.cpp69 X() : d(0.0), d1(1.1), d2(1.2), d3(1.3) {}
73 double d3; member in struct:X
75 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
/external/clang/test/OpenMP/
H A Dthreadprivate_messages.cpp114 static double d3; // expected-note {{'d3' defined here}} local
127 #pragma omp threadprivate(d3) // expected-error {{'#pragma omp threadprivate' must appear in the scope of the 'd3' variable declaration}}
129 #pragma omp threadprivate(d3)
/external/pdfium/fpdfsdk/src/javascript/
H A Dcolor.cpp113 double d3 = 0; local
131 d3 = value;
150 color = CPWL_Color(COLORTYPE_RGB, (FX_FLOAT)d1, (FX_FLOAT)d2, (FX_FLOAT)d3);
154 color = CPWL_Color(COLORTYPE_CMYK, (FX_FLOAT)d1, (FX_FLOAT)d2, (FX_FLOAT)d3, (FX_FLOAT)d4);
/external/clang/test/Sema/
H A Dstring-init.c29 char32_t d3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/clang/test/SemaCXX/
H A Dstring-init.cpp24 char32_t d3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
H A Dwarn-sign-conversion.cpp72 int d3 = 1 ? B : Foo<bool>::D; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}} local
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c23 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
76 d3 = vqadd_s16(d13, d10);
81 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
106 d3 = vqadd_s16(d13, d10);
111 d3 = vrshr_n_s16(d3, 3);
116 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsmtrx.c76 cmsFloat64Number d3 = a ->n[VZ] - b ->n[VZ]; local
78 return sqrt(d1*d1 + d2*d2 + d3*d3);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_curves.cpp63 FX_FLOAT d3 = FXSYS_fabs(FXSYS_Mul(x3 - x4, dy) - FXSYS_Mul(y3 - y4, dx)); local
65 int(d3 > curve_collinearity_epsilon)) {
76 if(FXSYS_Mul(d3, d3) <= FXSYS_Mul(m_distance_tolerance_square,
90 if(FXSYS_Mul(d2 + d3, d2 + d3) <= FXSYS_Mul(m_distance_tolerance_square,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c54 uint32_t *d3 = d2 + dst_stride; local
59 d3[0] = src[10]; d3[1] = src[11]; d3[2] = src[14]; d3[3] = src[15];
74 uint16_t *d3 = d2 + dst_stride; local
79 d3[0] = src[10]; d3[1] = src[11]; d3[2] = src[14]; d3[
[all...]
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp101 } d3; // expected-error {{deleted function}} variable in typeref:struct:D3
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp96 D<char>::E d3 = D<char>::E::e1; // expected-note {{first required here}} member in struct:C

Completed in 3495 milliseconds

123