Home
last modified time | relevance | path

Searched +defs:d +defs:a (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/external/clang/test/OpenMP/
Dparallel_for_codegen.cpp12 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause()
60 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked()
108 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked()
175 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1()
224 void guided7(float *a, float *b, float *c, float *d) { in guided7()
273 void test_auto(float *a, float *b, float *c, float *d) { in test_auto()
325 void runtime(float *a, float *b, float *c, float *d) { in runtime()
377 void parallel_for(float *a) { in parallel_for()
Dfor_codegen.cpp13 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause()
53 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked()
93 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked()
152 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1()
193 void guided7(float *a, float *b, float *c, float *d) { in guided7()
234 void test_auto(float *a, float *b, float *c, float *d) { in test_auto()
278 void runtime(float *a, float *b, float *c, float *d) { in runtime()
322 void parallel_for(float *a) { in parallel_for()
/external/libcxx/test/std/containers/associative/
Dtree_balance_after_insert.pass.cpp35 Node a; in test1() local
38 Node d; in test1() local
90 Node a; in test1() local
93 Node d; in test1() local
145 Node a; in test1() local
148 Node d; in test1() local
200 Node a; in test1() local
203 Node d; in test1() local
255 Node a; in test1() local
258 Node d; in test1() local
[all …]
Dtree_remove.pass.cpp39 Node d; in test1() local
104 Node d; in test1() local
169 Node d; in test1() local
245 Node d; in test1() local
322 Node a; in test2() local
387 Node a; in test2() local
452 Node a; in test2() local
517 Node a; in test2() local
582 Node a; in test2() local
647 Node a; in test2() local
[all …]
/external/libvorbis/lib/
Dlookup.c27 float vorbis_coslook(float a){ in vorbis_coslook()
28 double d=a*(.31830989*(float)COS_LOOKUP_SZ); in vorbis_coslook() local
35 float vorbis_invsqlook(float a){ in vorbis_invsqlook()
36 double d=a*(2.f*(float)INVSQ_LOOKUP_SZ)-(float)INVSQ_LOOKUP_SZ; in vorbis_invsqlook() local
42 float vorbis_invsq2explook(int a){ in vorbis_invsq2explook()
48 float vorbis_fromdBlook(float a){ in vorbis_fromdBlook()
62 long vorbis_invsqlook_i(long a,long e){ in vorbis_invsqlook_i()
64 long d=(a&INVSQ_LOOKUP_I_MASK)<<(16-INVSQ_LOOKUP_I_SHIFT); /* 0.16 */ in vorbis_invsqlook_i() local
78 float vorbis_fromdBlook_i(long a){ in vorbis_fromdBlook_i()
87 long vorbis_coslook_i(long a){ in vorbis_coslook_i()
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dknockout-2.0.0.js6 function c(a){throw a;}var l=void 0,m=!0,o=null,p=!1,r=window.ko={};r.b=function(a,b){for(var d=a.s… argument
7 r.a=new function(){function a(a,e){if("INPUT"!=a.tagName||!a.type)return p;if("click"!=e.toLowerCas… function
8 f}var j=function(){for(var a=3,e=document.createElement("div"),b=e.getElementsByTagName("i");e.inne… argument
9 a.length;f<d;f++)if(e.call(b,a[f]))return a[f];return o},ca:function(a,e){var b=r.a.k(a,e);0<=b&&a.… argument
10 (a[b]=e[b]);return a},U:function(a){for(;a.firstChild;)r.removeNode(a.firstChild)},oa:function(a,e)… argument
11 [],f=(a||"").split(e),d=0,h=f.length;d<h;d++){var g=r.a.z(f[d]);""!==g&&b.push(g)}return b},Cb:func… argument
12 ga:function(a){return r.a.fb(a,document)},s:function(e,b,f){if("undefined"!=typeof jQuery){if(a(e,b… argument
14 …"+f)}else c(Error("Browser doesn't support triggering events"))},d:function(a){return r.V(a)?a():a… argument
15 e.appendChild(a.cloneNode(m));return e.innerHTML},Ma:function(a,e){var b=r.a.d(e);if(b===o||b===l)b… argument
16 e}:function(a){return e.test(a.name)},d=[],h=b.length-1;0<=h;h--)f(b[h])&&d.push(b[h]);return d},vb… argument
[all …]
/external/libgsm/inc/
Dproto.h40 # define P1(x, a) (a) argument
41 # define P2(x, a, b) (a, b) argument
42 # define P3(x, a, b, c) (a, b, c) argument
43 # define P4(x, a, b, c, d) (a, b, c, d) argument
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument
45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument
46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument
47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) argument
54 # define P1(x, a) x a; argument
55 # define P2(x, a, b) x a; b; argument
[all …]
/external/clang/test/Sema/
Dcomplex-imag.c4 int a = 1; in f1() local
7 int *d = &__imag a; // expected-error {{cannot take the address of an rvalue of type 'int'}} in f1() local
11 _Complex int a = 1; in f2() local
14 int *d = &__imag a; in f2() local
18 double a = 1; in f3() local
21 double *d = &__imag a; // expected-error {{cannot take the address of an rvalue of type 'double'}} in f3() local
25 _Complex double a = 1; in f4() local
28 double *d = &__imag a; in f4() local
/external/clang/test/Analysis/
Dauto-obj-dtors-cfg-output.cpp52 A a; in test_const_ref() local
70 A a[2]; in test_array() local
94 A a; in test_scope() local
96 A d; in test_scope() local
130 A a; in test_return() local
190 A a; in test_goto() local
193 { A a; in test_goto() local
240 A a; in test_if_implicit_scope() local
319 A a; in test_if_jumps() local
323 A d; in test_if_jumps() local
[all …]
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js3309 keys.sort(function(a, b) { argument
4494a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7>>3<<3;return b|0}function cY(){return i|0}function cZ(a){a=a|0;… argument
4495 function hH(b,d,e){b=b|0;d=d|0;e=e|0;var f=0,g=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,w=… argument
4496 function jx(b,d){b=b|0;d=d|0;var e=0,f=0,g=0,j=0,k=0,l=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,w=0,x=0,y=… argument
4497 function ut(a){a=a|0;var b=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=… argument
/external/valgrind/coregrind/
Dpub_core_syscall.h57 #define vgPlain_do_syscall1(s,a) VG_(do_syscall)((s),(a),\ argument
59 #define vgPlain_do_syscall2(s,a,b) VG_(do_syscall)((s),(a),(b),\ argument
61 #define vgPlain_do_syscall3(s,a,b,c) VG_(do_syscall)((s),(a),(b),(c),\ argument
63 #define vgPlain_do_syscall4(s,a,b,c,d) VG_(do_syscall)((s),(a),(b),(c),\ argument
65 #define vgPlain_do_syscall5(s,a,b,c,d,e) VG_(do_syscall)((s),(a),(b),(c),\ argument
67 #define vgPlain_do_syscall6(s,a,b,c,d,e,f) VG_(do_syscall)((s),(a),(b),(c),\ argument
69 #define vgPlain_do_syscall7(s,a,b,c,d,e,f,g) VG_(do_syscall)((s),(a),(b),(c),\ argument
71 #define vgPlain_do_syscall8(s,a,b,c,d,e,f,g,h) VG_(do_syscall)((s),(a),(b),(c),\ argument
/external/v8/test/webkit/
Dget-by-pname.js35 var o = {a:1, b:3, c:7}; property
36 var p = {a:1, b:2, c:3, d:4}; property
37 var q = {a:1, b:2, c:3, d:4, e:3457}; property
38 var r = {a:1, b:2, c:3, d:4, e:91, f:12}; property
39 var s = {a:1, b:2, c:3, d:4, e:91, f:12, g:69}; property
/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references.cpp3 void f1(const char* a, const char* b) {} in f1()
6 void f2(const char* a, char* b) {} in f2()
9 void f3(int a, const char* b, const char* c) {} in f3()
12 const char *f4(const char* a, const char* b) { return 0; } in f4()
15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} in f5()
18 void f6(bool a, bool b) {} in f6()
21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} in f7()
30 void g1(struct S a) {} in g1()
33 void g2(struct S a, struct S b) {} in g2()
36 void g3(struct S a, struct S b, struct S* c, struct S* d) {} in g3()
[all …]
Dmicrosoft-abi-vbtables.cpp7 struct A { int a; }; member
10 struct D : virtual B, virtual C { int d; }; member
11 D d; // Force vbtable emission. variable
31 struct A { int a; }; member
34 struct D : B, C { int d; }; member
35 D d; // Force vbtable emission. variable
52 struct A { int a; }; member
62 struct A { int a; }; member
74 struct A { int a; }; member
77 struct D : B, C { int d; }; member
[all …]
Dx86_64-arguments-nacl-x32.cpp9 test_struct_mdp f_mdp(test_struct_mdp a) { return a; } in f_mdp()
12 test_struct_mfp f_mfp(test_struct_mfp a) { return a; } in f_mfp()
17 struct struct_with_mdp { char *a; char *b; char *c; test_struct_mdp d; }; member
18 void f_struct_with_mdp(struct_with_mdp a) { (void)a; } in f_struct_with_mdp()
21 char *a; char *b; char *c; char *d; test_struct_mdp e; member
24 void f_struct_with_mdp_too_much(struct_with_mdp_too_much a) { in f_struct_with_mdp_too_much() argument
31 struct struct_with_mfp_0 { char *a; test_struct_mfp b; }; member
32 void f_struct_with_mfp_0(struct_with_mfp_0 a) { (void)a; } in f_struct_with_mfp_0()
35 struct struct_with_mfp_1 { char *a; char *b; test_struct_mfp c; }; member
36 void f_struct_with_mfp_1(struct_with_mfp_1 a) { (void)a; } in f_struct_with_mfp_1()
[all …]
/external/libcxxabi/test/
Dunwind_06.pass.cpp24 double a = get(0); in try1() local
33 double a = get(0); in try2() local
43 double a = get(0); in try3() local
46 double d = get(3); in try3() local
54 double a = get(0); in try4() local
57 double d = get(0); in try4() local
66 double a = get(0); in try5() local
69 double d = get(0); in try5() local
79 double a = get(0); in try6() local
82 double d = get(0); in try6() local
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
Dpolymer.min.js11 window.PolymerGestures={},function(a){var b=!1,c=document.createElement("meta");if(c.createShadowRo… argument
12 var ab=H,bb=L;a.esprima={parse:R}}(this),function(a){"use strict";function b(a,b,d,e){var f;try{if(… argument
13 return q(this,d.open(r(this))),t(this,a,e)},HTMLSelectElement.prototype.bind=function(a,c,d){if("se… argument
14 b.events&&Object.keys(a).length>0&&console.log("[%s] addHostListeners:",this.localName,a);for(var c… argument
/external/skia/tests/
DSkNxTest.cpp15 auto assert_nearly_eq = [&](double eps, const SkNf<N,T>& v, T a, T b, T c, T d) { in test_Nf()
16 auto close = [=](T a, T b) { return fabs(a-b) <= eps; }; in test_Nf()
28 auto assert_eq = [&](const SkNf<N,T>& v, T a, T b, T c, T d) { in test_Nf()
33 SkNf<N,T> a = SkNf<N,T>::Load(vals), in test_Nf() local
36 SkNf<N,T> d; in test_Nf() local
86 auto assert_eq = [&](const SkNi<N,T>& v, T a, T b, T c, T d, T e, T f, T g, T h) { in test_Ni()
104 SkNi<N,T> a = SkNi<N,T>::Load(vals), in test_Ni() local
107 SkNi<N,T> d; in test_Ni() local
137 for (int a = 0; a < (1<<8); a++) { in DEF_TEST() local
146 uint16_t a = rand.nextU() >> 16, in DEF_TEST() local
[all …]
/external/okhttp/website/static/
Dprettify.js2 (function(){function S(a){function d(e){var b=e.charCodeAt(0);if(b!==92)return b;var a=e.charAt(1);… argument
3 b[0]==="^",c=["["];a&&c.push("^");for(var a=a?1:0,f=b.length;a<f;++a){var h=b[a];if(/\\[bdsw]/i.tes… argument
5 (a[f]="\\"+d[l]);for(f=0;f<c;++f)"^"===a[f]&&"^"!==a[f+1]&&(a[f]="");if(e.ignoreCase&&m)for(f=0;f<c… argument
6 …=0,c=a.length;k<c;++k){i=a[k];if(i.global||i.multiline)throw Error(""+i);n.push("(?:"+s(i)+")")}re… argument
7 a)}var b=/(?:^|\s)nocode(?:\s|$)/,s=[],x=0,m=[],j=0;g(a);return{a:s.join("").replace(/\n$/,""),d:m}… argument
9 g[c],n=r[3];if(n)for(var e=n.length;--e>=0;)b[n.charAt(e)]=r;r=r[1];n=""+r;k.hasOwnProperty(n)||(j.… argument
13 q],["pun",RegExp(b),q]);return C(d,g)}function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.… argument
15 r.className="linenums";for(var d=Math.max(0,d-1|0)||0,i=0,n=c.length;i<n;++i)k=c[i],k.className="L"… argument
26 p(C([],[["str",/^[\S\s]+/]]),["regex"]);var Y=D.PR={createSimpleLexer:C,registerLangHandler:p,sourc… argument
27 return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_… argument
[all …]
/external/clang/test/SemaCXX/
Dwarn-global-constructors.cpp7 int a; variable
12 int d = b; // expected-warning {{global constructor}} variable
21 A a; variable
24 A d = { opaque_int() }; // expected-warning {{global constructor}} variable
34 A a; // expected-warning {{global constructor}} variable
38 A &d = a; variable
45 A a; // expected-warning {{global destructor}} variable
49 A &d = a; variable
55 char a[] = "hello"; variable
64 static A a; in f1() local
[all …]
Ddecl-expr-ambiguity.cpp5 int a; in f() local
11 int(a)++; // expected-error {{assignment to cast is illegal}} in f() local
12 __extension__ int(a)++; // expected-error {{assignment to cast is illegal}} in f() local
14 void(a), ++a; in f() local
15 if (int(a)+1) {} in f() local
16 for (int(a)+1;;) {} // expected-warning {{expression result unused}} in f() local
27 T(*d)(int(p)); // expected-note {{previous}} in f() local
39 T(d)[5]; // expected-error {{redefinition of 'd'}} in f() local
43 if (int(a)=1) {} in f() local
59 int a, b, c, d, e, // expected-note {{change this ',' to a ';' to call 'func'}} in emptyParens() local
/external/skia/src/opts/
DSkPMFloat_none.h27 float a = this->a(), in roundClamp() local
41 SkPMFloat* a, SkPMFloat* b, SkPMFloat* c, SkPMFloat* d) { in From4PMColors()
49 const SkPMFloat& a, const SkPMFloat& b, const SkPMFloat&c, const SkPMFloat& d, in RoundTo4PMColors()
58 const SkPMFloat& a, const SkPMFloat& b, const SkPMFloat&c, const SkPMFloat& d, in RoundClampTo4PMColors()
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2 (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!… argument
3 a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s… argument
4a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(t… argument
/external/icu/icu4c/source/common/
Dutracimp.h248 #define UTRACE_DATA1(level, fmt, a) \ argument
261 #define UTRACE_DATA2(level, fmt, a, b) \ argument
274 #define UTRACE_DATA3(level, fmt, a, b, c) \ argument
287 #define UTRACE_DATA4(level, fmt, a, b, c, d) \ argument
300 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) \ argument
313 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) \ argument
326 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) \ argument
339 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) \ argument
352 #define UTRACE_DATA9(level, fmt, a, b, c, d, e, f, g, h, i) \ argument
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc112 uint8_t a; in TEST() local
115 uint32_t d; in TEST() local
144 uint8_t a, b, c, d, e; in TEST() local
162 int a, b, c, d, e; in TEST() local
182 int a, b, c, d, e, f, g, h, i, j; in TEST() local
216 int64_t a, b, c, d, e, f, g; in TEST() local
243 int64_t a, b, c, d, e, f, g; in TEST() local
266 int32_t a, b, c, d, e; in TEST() local
286 int64_t a, b, c, d, e, f, g, h, i, j; in TEST() local
320 int64_t a, b, c, d, e, f, g; in TEST() local
[all …]

12345678910>>...48